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

Function IsTextureType

hlslparser/src/HLSLParser.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111bool IsTextureType(HLSLBaseType baseType)
112{
113 return baseTypeDescriptions[baseType].coreType == CoreType_Texture;
114}
115
116bool IsDepthTextureType(HLSLBaseType baseType)
117{

Callers 8

GetTypeNameMethod · 0.85
OutputDeclarationMethod · 0.85
PrepassMethod · 0.85
GetAddressSpaceNameMethod · 0.85
OutputDeclarationMethod · 0.85
GetTypeNameMethod · 0.85
GetTypeCastRankFunction · 0.85
AcceptTypeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected