|
Blender V5.0
|
#include <vk_pipeline_data.hh>
Public Attributes | |
| VKPipelineData | pipeline_data |
| VKViewportData | viewport |
| std::optional< float > | line_width |
Definition at line 68 of file vk_pipeline_data.hh.
| std::optional<float> blender::gpu::render_graph::VKPipelineDataGraphics::line_width |
Definition at line 71 of file vk_pipeline_data.hh.
Referenced by blender::gpu::VKContext::update_pipeline_data().
| VKPipelineData blender::gpu::render_graph::VKPipelineDataGraphics::pipeline_data |
Definition at line 69 of file vk_pipeline_data.hh.
Referenced by blender::gpu::VKContext::update_pipeline_data(), and blender::gpu::render_graph::vk_pipeline_data_copy().
| VKViewportData blender::gpu::render_graph::VKPipelineDataGraphics::viewport |
Definition at line 70 of file vk_pipeline_data.hh.
Referenced by blender::gpu::VKBatch::draw(), and blender::gpu::VKBatch::multi_draw_indirect().