Struct Compiler::InterfaceVariableAccessHandler

Nested Relationships

This struct is a nested type of Class Compiler.

Inheritance Relationships

Base Type

Struct Documentation

struct InterfaceVariableAccessHandler : public SPIRV_CROSS_NAMESPACE::Compiler::OpcodeHandler

Public Functions

inline InterfaceVariableAccessHandler(const Compiler &compiler_, std::unordered_set<VariableID> &variables_)
virtual bool handle(spv::Op opcode, const uint32_t *args, uint32_t length) override

Public Members

const Compiler &compiler
std::unordered_set<VariableID> &variables