Class ShaderPrograms
- Namespace
- Lime
- Assembly
- Lime.dll
public class ShaderPrograms
- Inheritance
-
ShaderPrograms
- Inherited Members
Fields
Instance
public static ShaderPrograms Instance
Field Value
Methods
GetSamplers()
public static IEnumerable<ShaderProgram.Sampler> GetSamplers()
Returns
GetShaderProgram(ShaderId, ITexture, ITexture, ShaderOptions)
public ShaderProgram GetShaderProgram(ShaderId shader, ITexture texture1, ITexture texture2, ShaderOptions options)
Parameters
shader
ShaderIdtexture1
ITexturetexture2
ITextureoptions
ShaderOptions
Returns
GetShaderProgram(ShaderId, int, ShaderOptions)
public ShaderProgram GetShaderProgram(ShaderId shader, int numTextures, ShaderOptions options)
Parameters
shader
ShaderIdnumTextures
intoptions
ShaderOptions