MCPcopy Create free account
hub / github.com/alecazam/kram / IsSamplerType

Function IsSamplerType

hlslparser/src/HLSLParser.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89extern BaseTypeDescription baseTypeDescriptions[HLSLBaseType_Count];
90
91bool IsSamplerType(HLSLBaseType baseType)
92{
93 return baseTypeDescriptions[baseType].coreType == CoreType_Sampler;
94}
95
96bool IsMatrixType(HLSLBaseType baseType)
97{

Callers 7

GetTypeNameMethod · 0.85
OutputDeclarationMethod · 0.85
OutputDeclarationBodyMethod · 0.85
PrepassMethod · 0.85
GetAddressSpaceNameMethod · 0.85
OutputDeclarationMethod · 0.85
GetTypeNameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected