|
Blender V4.3
|
#include <vk_push_constants.hh>
Public Attributes | |
| int32_t | location |
| uint32_t | offset |
| shader::Type | type |
| int | array_size |
| uint | inner_row_padding |
Definition at line 73 of file vk_push_constants.hh.
| int blender::gpu::VKPushConstants::Layout::PushConstant::array_size |
Definition at line 80 of file vk_push_constants.hh.
Referenced by blender::gpu::init_constant(), and blender::gpu::VKPushConstants::push_constant_set().
| uint blender::gpu::VKPushConstants::Layout::PushConstant::inner_row_padding |
Definition at line 81 of file vk_push_constants.hh.
Referenced by blender::gpu::init_constant(), and blender::gpu::VKPushConstants::push_constant_set().
| int32_t blender::gpu::VKPushConstants::Layout::PushConstant::location |
Definition at line 75 of file vk_push_constants.hh.
Referenced by blender::gpu::VKPushConstants::Layout::debug_print(), and blender::gpu::init_constant().
| uint32_t blender::gpu::VKPushConstants::Layout::PushConstant::offset |
Offset in the push constant data (in bytes).
Definition at line 78 of file vk_push_constants.hh.
Referenced by blender::gpu::init_constant(), and blender::gpu::VKPushConstants::push_constant_set().
| shader::Type blender::gpu::VKPushConstants::Layout::PushConstant::type |
Definition at line 79 of file vk_push_constants.hh.
Referenced by blender::gpu::init_constant().