Go to the source code of this file.
Functions | |
VkResult | vkpt_uniform_buffer_create () |
VkResult | vkpt_uniform_buffer_destroy () |
VkResult | vkpt_uniform_buffer_update (VkCommandBuffer command_buffer) |
Variables | |
static BufferResource_t | host_uniform_buffers [MAX_FRAMES_IN_FLIGHT] |
static BufferResource_t | device_uniform_buffer |
static VkDescriptorPool | desc_pool_ubo |
static size_t | ubo_alignment = 0 |
VkResult vkpt_uniform_buffer_create | ( | ) |
Definition at line 30 of file uniform_buffer.c.
VkResult vkpt_uniform_buffer_destroy | ( | ) |
Definition at line 127 of file uniform_buffer.c.
VkResult vkpt_uniform_buffer_update | ( | VkCommandBuffer | command_buffer | ) |
Definition at line 142 of file uniform_buffer.c.
Referenced by R_RenderFrame_RTX().
|
static |
Definition at line 26 of file uniform_buffer.c.
Referenced by vkpt_uniform_buffer_create(), and vkpt_uniform_buffer_destroy().
|
static |
Definition at line 25 of file uniform_buffer.c.
Referenced by vkpt_uniform_buffer_create(), vkpt_uniform_buffer_destroy(), and vkpt_uniform_buffer_update().
|
static |
Definition at line 24 of file uniform_buffer.c.
Referenced by vkpt_uniform_buffer_create(), vkpt_uniform_buffer_destroy(), and vkpt_uniform_buffer_update().
|
static |
Definition at line 27 of file uniform_buffer.c.
Referenced by vkpt_uniform_buffer_create(), and vkpt_uniform_buffer_update().