Struct Compiler::CFGBuilder
Defined in File spirv_cross.hpp
Nested Relationships
This struct is a nested type of Class Compiler.
Inheritance Relationships
Base Type
public SPIRV_CROSS_NAMESPACE::Compiler::OpcodeHandler
(Struct Compiler::OpcodeHandler)
Struct Documentation
-
struct CFGBuilder : public SPIRV_CROSS_NAMESPACE::Compiler::OpcodeHandler
Public Functions
-
explicit CFGBuilder(Compiler &compiler_)
-
virtual bool follow_function_call(const SPIRFunction &func) override
-
virtual bool handle(spv::Op op, const uint32_t *args, uint32_t length) override
-
explicit CFGBuilder(Compiler &compiler_)