Blender V4.5
blender::gpu::render_graph::VKViewportData Struct Reference

#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
 

Detailed Description

Container for storing viewport and scissor data used for draw nodes.

Definition at line 39 of file vk_pipeline_data.hh.

Member Function Documentation

◆ operator!=()

bool blender::gpu::render_graph::VKViewportData::operator!= ( const VKViewportData & other) const
inline

Definition at line 62 of file vk_pipeline_data.hh.

◆ operator==()

bool blender::gpu::render_graph::VKViewportData::operator== ( const VKViewportData & other) const
inline

Member Data Documentation

◆ scissors

◆ viewports


The documentation for this struct was generated from the following file: