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
shaderShaderIdtexture1ITexturetexture2ITextureoptionsShaderOptions
Returns
GetShaderProgram(ShaderId, int, ShaderOptions)
public ShaderProgram GetShaderProgram(ShaderId shader, int numTextures, ShaderOptions options)
  Parameters
shaderShaderIdnumTexturesintoptionsShaderOptions