Unit 'GLSLParameter' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_glscene]

TGLSLSamplerType

Declaration

Source position: GLSLParameter.pas line 67

type TGLSLSamplerType = (

  GLSLSamplerUndefined,

  

  GLSLSampler1D,

  

  GLSLSampler2D,

  

  GLSLSampler3D,

  

  GLSLSamplerCube,

  

  GLSLSampler1DShadow,

  

  GLSLSampler2DShadow,

  

  GLSLSampler1DArray,

  

  GLSLSampler2DArray,

  

  GLSLSampler1DArrayShadow,

  

  GLSLSampler2DArrayShadow,

  

  GLSLSamplerCubeShadow,

  

  GLSLIntSampler1D,

  

  GLSLIntSampler2D,

  

  GLSLIntSampler3D,

  

  GLSLIntSamplerCube,

  

  GLSLIntSampler1DArray,

  

  GLSLIntSampler2DArray,

  

  GLSLUIntSampler1D,

  

  GLSLUIntSampler2D,

  

  GLSLUIntSampler3D,

  

  GLSLUIntSamplerCube,

  

  GLSLUIntSampler1DArray,

  

  GLSLUIntSampler2DArray,

  

  GLSLSamplerRect,

  

  GLSLSamplerRectShadow,

  

  GLSLSamplerBuffer,

  

  GLSLIntSamplerRect,

  

  GLSLIntSamplerBuffer,

  

  GLSLUIntSamplerRect,

  

  GLSLUIntSamplerBuffer,

  

  GLSLSamplerMS,

  

  GLSLIntSamplerMS,

  

  GLSLUIntSamplerMS,

  

  GLSLSamplerMSArray,

  

  GLSLIntSamplerMSArray,

  

  GLSLUIntSamplerMSArray

  

);



CT Web help

CodeTyphon Studio