Blender V4.3
DisplayDriver::Params Struct Reference

#include <display_driver.h>

Public Member Functions

bool modified (const Params &other) const
 

Public Attributes

int2 size = make_int2(0, 0)
 
int2 full_size = make_int2(0, 0)
 
int2 full_offset = make_int2(0, 0)
 

Detailed Description

Definition at line 27 of file session/display_driver.h.

Member Function Documentation

◆ modified()

bool DisplayDriver::Params::modified ( const Params & other) const
inline

Definition at line 38 of file session/display_driver.h.

References full_offset, and full_size.

Member Data Documentation

◆ full_offset

int2 DisplayDriver::Params::full_offset = make_int2(0, 0)

Definition at line 36 of file session/display_driver.h.

Referenced by modified(), and PathTraceDisplay::reset().

◆ full_size

int2 DisplayDriver::Params::full_size = make_int2(0, 0)

Definition at line 35 of file session/display_driver.h.

Referenced by modified(), and PathTraceDisplay::reset().

◆ size

int2 DisplayDriver::Params::size = make_int2(0, 0)

Definition at line 31 of file session/display_driver.h.

Referenced by PathTraceDisplay::reset().


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