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

TGLSLDataType

Declaration

Source position: GLSLParameter.pas line 48

type TGLSLDataType = (

  GLSLTypeUndefined,

  

  GLSLType1F,

  

  GLSLType2F,

  

  GLSLType3F,

  

  GLSLType4F,

  

  GLSLType1I,

  

  GLSLType2I,

  

  GLSLType3I,

  

  GLSLType4I,

  

  GLSLType1UI,

  

  GLSLType2UI,

  

  GLSLType3UI,

  

  GLSLType4UI,

  

  GLSLTypeMat2F,

  

  GLSLTypeMat3F,

  

  GLSLTypeMat4F,

  

  GLSLTypeVoid

  

);



CT Web help

CodeTyphon Studio