|
RetroArch
|
#include <spirv_common.hpp>
Public Types | |
| enum | { type = TypeConstantOp } |
Public Member Functions | |
| SPIRConstantOp (uint32_t result_type, spv::Op op, const uint32_t *args, uint32_t length) | |
Public Member Functions inherited from spirv_cross::IVariant | |
| virtual | ~IVariant ()=default |
Public Attributes | |
| spv::Op | opcode |
| std::vector< uint32_t > | arguments |
| uint32_t | basetype |
Public Attributes inherited from spirv_cross::IVariant | |
| uint32_t | self = 0 |
|
inline |
| std::vector<uint32_t> spirv_cross::SPIRConstantOp::arguments |
| uint32_t spirv_cross::SPIRConstantOp::basetype |
| spv::Op spirv_cross::SPIRConstantOp::opcode |
1.8.15