summaryrefslogtreecommitdiff
path: root/Runtime/GfxDevice/opengles20/CombinerGLES20.h
blob: 6c144c5ed626451f8f44f52b90b03bb7e69ca6b1 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

namespace ShaderLab { struct TextureBinding; }

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