TalanSoft Toolkits  201707
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Types | Public Attributes | List of all members
sShaderConstantsDesc Struct Reference

Detailed Description

Shader constants buffer description structure.

Public Types

typedef astl::hstring_hash_map
< tU32
tConstMap
 

Public Attributes

tU32 mnMaxRegisters
 
astl::vector< sVec4fmvFloatRegisters
 
astl::vector< sVec4imvIntRegisters
 
astl::vector< sConstantmvConstants
 
tConstMap mmapConstants
 

Member Typedef Documentation

Member Data Documentation

tU32 mnMaxRegisters
astl::vector<sVec4f> mvFloatRegisters
astl::vector<sVec4i> mvIntRegisters
astl::vector<sConstant> mvConstants
tConstMap mmapConstants