Blender  V3.3
Public Attributes | List of all members
DisplayDriver::GraphicsInterop Class Reference

#include <display_driver.h>

Public Attributes

int buffer_width = 0
 
int buffer_height = 0
 
int opengl_pbo_id = 0
 
bool need_clear = false
 
bool need_recreate = false
 

Detailed Description

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

Member Data Documentation

◆ buffer_height

int DisplayDriver::GraphicsInterop::buffer_height = 0

◆ buffer_width

int DisplayDriver::GraphicsInterop::buffer_width = 0

◆ need_clear

bool DisplayDriver::GraphicsInterop::need_clear = false

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

Referenced by OpenGLDisplayDriver::graphics_interop_get().

◆ need_recreate

bool DisplayDriver::GraphicsInterop::need_recreate = false

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

◆ opengl_pbo_id

int DisplayDriver::GraphicsInterop::opengl_pbo_id = 0

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