|
Blender V5.0
|
#include <vk_pipeline_data.hh>
Public Member Functions | |
| bool | operator== (const VKViewportData &other) const |
| bool | operator!= (const VKViewportData &other) const |
Public Attributes | |
| Vector< VkViewport > | viewports |
| Vector< VkRect2D > | scissors |
Container for storing viewport and scissor data used for draw nodes.
Definition at line 39 of file vk_pipeline_data.hh.
|
inline |
Definition at line 62 of file vk_pipeline_data.hh.
|
inline |
Definition at line 43 of file vk_pipeline_data.hh.
References Vector< T, InlineBufferCapacity, Allocator >::data(), scissors, Vector< T, InlineBufferCapacity, Allocator >::size(), and viewports.
| Vector<VkRect2D> blender::gpu::render_graph::VKViewportData::scissors |
Definition at line 41 of file vk_pipeline_data.hh.
Referenced by blender::gpu::VKBatch::draw(), blender::gpu::VKBatch::multi_draw_indirect(), operator==(), and blender::gpu::render_graph::vk_pipeline_dynamic_graphics_build_commands().
| Vector<VkViewport> blender::gpu::render_graph::VKViewportData::viewports |
Definition at line 40 of file vk_pipeline_data.hh.
Referenced by blender::gpu::VKBatch::draw(), blender::gpu::VKBatch::multi_draw_indirect(), operator==(), and blender::gpu::render_graph::vk_pipeline_dynamic_graphics_build_commands().