Blender  V3.3
Public Attributes | List of all members
DRWCommandClear Struct Reference

#include <draw_manager.h>

Public Attributes

eGPUFrameBufferBits clear_channels
 
uchar r
 
uchar g
 
uchar b
 
uchar a
 
float depth
 
uchar stencil
 

Detailed Description

Definition at line 276 of file draw_manager.h.

Member Data Documentation

◆ a

uchar DRWCommandClear::a

Definition at line 278 of file draw_manager.h.

Referenced by drw_command_clear().

◆ b

uchar DRWCommandClear::b

Definition at line 278 of file draw_manager.h.

Referenced by drw_command_clear().

◆ clear_channels

eGPUFrameBufferBits DRWCommandClear::clear_channels

Definition at line 277 of file draw_manager.h.

Referenced by draw_shgroup(), and drw_command_clear().

◆ depth

float DRWCommandClear::depth

Definition at line 279 of file draw_manager.h.

Referenced by draw_shgroup(), and drw_command_clear().

◆ g

uchar DRWCommandClear::g

Definition at line 278 of file draw_manager.h.

Referenced by drw_command_clear().

◆ r

uchar DRWCommandClear::r

Definition at line 278 of file draw_manager.h.

Referenced by drw_command_clear().

◆ stencil

uchar DRWCommandClear::stencil

Definition at line 280 of file draw_manager.h.

Referenced by draw_shgroup(), and drw_command_clear().


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