Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
111
bool IsTextureType(HLSLBaseType baseType)
112
{
113
return baseTypeDescriptions[baseType].coreType == CoreType_Texture;
114
}
115
116
bool IsDepthTextureType(HLSLBaseType baseType)
117
{
Callers
8
GetTypeName
Method · 0.85
OutputDeclaration
Method · 0.85
Prepass
Method · 0.85
GetAddressSpaceName
Method · 0.85
OutputDeclaration
Method · 0.85
GetTypeName
Method · 0.85
GetTypeCastRank
Function · 0.85
AcceptType
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected