MCPcopy Create free account
hub / github.com/KhronosGroup/glslang / getNum

Method getNum

SPIRV/doc.h:184–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 const char* getDesc(int op) const { return desc[op]; }
183 bool isOptional(int op) const { return optional[op]; }
184 int getNum() const { return (int)opClass.size(); }
185
186protected:
187 std::vector<OperandClass> opClass;

Callers 1

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected