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

Function TestBits

hlslparser/src/HLSLParser.cpp:867–870  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

865}
866
867inline bool TestBits(AllMask mask, AllMask maskTest)
868{
869 return (mask & maskTest) == maskTest;
870}
871
872void RegisterIntrinsics(const char* name, uint32_t numArgs, AllMask mask, HLSLBaseType returnType = HLSLBaseType_Unknown)
873{

Callers 1

RegisterIntrinsicsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected