|
Blender V5.0
|
#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 75 of file vk_pipeline_data.hh.
| VkDeviceAddress blender::gpu::render_graph::VKBoundPipeline::descriptor_buffer_device_address |
Definition at line 78 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 79 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 77 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 76 of file vk_pipeline_data.hh.
Referenced by blender::gpu::render_graph::vk_pipeline_data_build_commands().