MCPcopy Create free account
hub / github.com/dfranx/ShaderDebugger / GetBytecode

Method GetBytecode

inc/ShaderDebugger/Compiler.h:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 public:
24 inline ag::Generator& GetBytecodeGenerator() { return m_gen; }
25 inline std::vector<uint8_t> GetBytecode() { return m_gen.Get().Get(); }
26 inline const std::vector<Variable>& GetGlobals() { return m_globals; }
27 inline const std::vector<Structure>& GetStructures() { return m_structures; }
28 inline const std::vector<Function>& GetFunctions() { return m_func; }

Callers 2

ImmediateMethod · 0.80
SetSourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected