Blender V4.3
blender::draw::command::StencilSet Struct Reference

#include <draw_command.hh>

Public Member Functions

Commands Execution
void execute () const
 
Commands Serialization for debugging
std::string serialize () const
 

Public Attributes

uint write_mask
 
uint compare_mask
 
uint reference
 

Detailed Description

Definition at line 476 of file draw_command.hh.

Member Function Documentation

◆ execute()

void blender::draw::command::StencilSet::execute ( ) const

◆ serialize()

std::string blender::draw::command::StencilSet::serialize ( ) const

Definition at line 675 of file draw_command.cc.

References compare_mask, and write_mask.

Member Data Documentation

◆ compare_mask

uint blender::draw::command::StencilSet::compare_mask

Definition at line 478 of file draw_command.hh.

Referenced by execute(), and serialize().

◆ reference

uint blender::draw::command::StencilSet::reference

Definition at line 479 of file draw_command.hh.

◆ write_mask

uint blender::draw::command::StencilSet::write_mask

Definition at line 477 of file draw_command.hh.

Referenced by execute(), and serialize().


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