Blender  V3.3
Public Member Functions | Public Attributes | List of all members
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 26 of file session/display_driver.h.

Member Function Documentation

◆ modified()

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

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

References full_offset, full_size, and size.

Member Data Documentation

◆ full_offset

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

Definition at line 35 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 34 of file session/display_driver.h.

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

◆ size

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

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

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


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