|
Blender V4.5
|
#include <vk_pipeline_data.hh>
Public Attributes | |
| VkPipeline | vk_pipeline |
| VkDescriptorSet | vk_descriptor_set |
| VkDeviceAddress | descriptor_buffer_device_address |
| VkDeviceSize | descriptor_buffer_offset |
Resources bound for a compute/graphics pipeline.
Definition at line 69 of file vk_pipeline_data.hh.
| VkDeviceAddress blender::gpu::render_graph::VKBoundPipeline::descriptor_buffer_device_address |
Definition at line 72 of file vk_pipeline_data.hh.
Referenced by blender::gpu::render_graph::vk_pipeline_data_build_commands().
| VkDeviceSize blender::gpu::render_graph::VKBoundPipeline::descriptor_buffer_offset |
Definition at line 73 of file vk_pipeline_data.hh.
Referenced by blender::gpu::render_graph::vk_pipeline_data_build_commands().
| VkDescriptorSet blender::gpu::render_graph::VKBoundPipeline::vk_descriptor_set |
Definition at line 71 of file vk_pipeline_data.hh.
Referenced by blender::gpu::render_graph::vk_pipeline_data_build_commands().
| VkPipeline blender::gpu::render_graph::VKBoundPipeline::vk_pipeline |
Definition at line 70 of file vk_pipeline_data.hh.
Referenced by blender::gpu::render_graph::vk_pipeline_data_build_commands().