|
RetroArch
|
#include <spirv_common.hpp>
Public Types | |
| enum | { type = TypeFunctionPrototype } |
Public Member Functions | |
| SPIRFunctionPrototype (uint32_t return_type_) | |
Public Member Functions inherited from spirv_cross::IVariant | |
| virtual | ~IVariant ()=default |
Public Attributes | |
| uint32_t | return_type |
| std::vector< uint32_t > | parameter_types |
Public Attributes inherited from spirv_cross::IVariant | |
| uint32_t | self = 0 |
|
inline |
| std::vector<uint32_t> spirv_cross::SPIRFunctionPrototype::parameter_types |
| uint32_t spirv_cross::SPIRFunctionPrototype::return_type |
1.8.15