summaryrefslogtreecommitdiff
path: root/Runtime/GfxDevice/opengles30/CombinerGLES30.h
blob: 4073e99a0a01c6150e5e7d1d96952ff548eb7271 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

namespace ShaderLab { struct TextureBinding; }

struct TextureCombinersGLES3
{
	static TextureCombinersGLES3* Create (int count, const ShaderLab::TextureBinding* texEnvs);
	int count;
	const ShaderLab::TextureBinding* texEnvs;
};