Home
last modified time | relevance | path

Searched refs:HLSLNodeType (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/Renderer/hlslparser/src/
H A DHLSLTree.h15 enum HLSLNodeType enum
419 HLSLNodeType nodeType;
426 static const HLSLNodeType s_type = HLSLNodeType_Root;
446 static const HLSLNodeType s_type = HLSLNodeType_Attribute;
481 static const HLSLNodeType s_type = HLSLNodeType_Struct;
513 static const HLSLNodeType s_type = HLSLNodeType_Buffer;
529 static const HLSLNodeType s_type = HLSLNodeType_Function;
555 static const HLSLNodeType s_type = HLSLNodeType_Argument;
579 static const HLSLNodeType s_type = HLSLNodeType_Macro;
863 static const HLSLNodeType s_type = HLSLNodeType_Pass;
[all …]