MXVK Vulkan Framework 0.33.1
C++20 Vulkan rendering framework for practical 2D and 3D application development with SDL3.
Loading...
Searching...
No Matches
mxvk::anonymous_namespace{mxvk_shader_module.cpp} Namespace Reference

Variables

constexpr uint32_t DECORATION_BINDING = 33U
constexpr uint32_t DECORATION_DESCRIPTOR_SET = 34U
constexpr uint32_t EXECUTION_MODE_LOCAL_SIZE = 17U
constexpr uint32_t EXECUTION_MODEL_COMPUTE = 5U
constexpr uint32_t EXECUTION_MODEL_FRAGMENT = 4U
constexpr uint32_t EXECUTION_MODEL_VERTEX = 0U
constexpr uint16_t OP_DECORATE = 71U
constexpr uint16_t OP_ENTRY_POINT = 15U
constexpr uint16_t OP_EXECUTION_MODE = 16U
constexpr uint32_t SPIRV_MAGIC = 0x07230203U

Variable Documentation

◆ DECORATION_BINDING

uint32_t mxvk::anonymous_namespace{mxvk_shader_module.cpp}::DECORATION_BINDING = 33U
constexpr

Definition at line 19 of file mxvk_shader_module.cpp.

◆ DECORATION_DESCRIPTOR_SET

uint32_t mxvk::anonymous_namespace{mxvk_shader_module.cpp}::DECORATION_DESCRIPTOR_SET = 34U
constexpr

Definition at line 20 of file mxvk_shader_module.cpp.

◆ EXECUTION_MODE_LOCAL_SIZE

uint32_t mxvk::anonymous_namespace{mxvk_shader_module.cpp}::EXECUTION_MODE_LOCAL_SIZE = 17U
constexpr

Definition at line 18 of file mxvk_shader_module.cpp.

◆ EXECUTION_MODEL_COMPUTE

uint32_t mxvk::anonymous_namespace{mxvk_shader_module.cpp}::EXECUTION_MODEL_COMPUTE = 5U
constexpr

Definition at line 17 of file mxvk_shader_module.cpp.

◆ EXECUTION_MODEL_FRAGMENT

uint32_t mxvk::anonymous_namespace{mxvk_shader_module.cpp}::EXECUTION_MODEL_FRAGMENT = 4U
constexpr

Definition at line 16 of file mxvk_shader_module.cpp.

◆ EXECUTION_MODEL_VERTEX

uint32_t mxvk::anonymous_namespace{mxvk_shader_module.cpp}::EXECUTION_MODEL_VERTEX = 0U
constexpr

Definition at line 15 of file mxvk_shader_module.cpp.

◆ OP_DECORATE

uint16_t mxvk::anonymous_namespace{mxvk_shader_module.cpp}::OP_DECORATE = 71U
constexpr

Definition at line 14 of file mxvk_shader_module.cpp.

◆ OP_ENTRY_POINT

uint16_t mxvk::anonymous_namespace{mxvk_shader_module.cpp}::OP_ENTRY_POINT = 15U
constexpr

Definition at line 12 of file mxvk_shader_module.cpp.

◆ OP_EXECUTION_MODE

uint16_t mxvk::anonymous_namespace{mxvk_shader_module.cpp}::OP_EXECUTION_MODE = 16U
constexpr

Definition at line 13 of file mxvk_shader_module.cpp.

◆ SPIRV_MAGIC

uint32_t mxvk::anonymous_namespace{mxvk_shader_module.cpp}::SPIRV_MAGIC = 0x07230203U
constexpr

Definition at line 11 of file mxvk_shader_module.cpp.