MCPcopy Create free account
hub / github.com/carbonengine/trinity / IsBindlessHandle

Method IsBindlessHandle

shadercompiler/Type.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103bool Type::IsBindlessHandle() const
104{
105 return IsScalar() && ( builtInType == OP_BINDLESSHANDLETEXTURE2D || builtInType == OP_BINDLESSHANDLETEXTURE3D || builtInType == OP_BINDLESSHANDLETEXTURECUBE || builtInType == OP_BINDLESSHANDLESAMPLER );
106}
107
108bool Type::IsScalarOrVector() const
109{

Callers 2

ProcessReflectionFunction · 0.80
CollectConstantsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected