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

TCGprofile

Declaration

Source position: cg.pas line 534

type TCGprofile = (

  CG_PROFILE_START = 6144,

  

  CG_PROFILE_UNKNOWN,

  

  CG_PROFILE_VP20 = 6146,

  

  CG_PROFILE_FP20 = 6147,

  

  CG_PROFILE_VP30 = 6148,

  

  CG_PROFILE_FP30 = 6149,

  

  CG_PROFILE_ARBVP1 = 6150,

  

  CG_PROFILE_ARBFP1 = 7000,

  

  CG_PROFILE_VP40 = 7001,

  

  CG_PROFILE_FP40 = 6151,

  

  CG_PROFILE_VS_1_1 = 6153,

  

  CG_PROFILE_VS_2_0 = 6154,

  

  CG_PROFILE_VS_2_X = 6155,

  

  CG_PROFILE_PS_1_1 = 6159,

  

  CG_PROFILE_PS_1_2 = 6160,

  

  CG_PROFILE_PS_1_3 = 6161,

  

  CG_PROFILE_PS_2_0 = 6162,

  

  CG_PROFILE_PS_2_X = 6163,

  

  CG_PROFILE_MAX = 7100

  

);



CT Web help

CodeTyphon Studio