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

#include <draw_command.hh>

Public Member Functions

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

Public Attributes

DRWState new_state
 
int clip_plane_count
 

Detailed Description

Definition at line 468 of file draw_command.hh.

Member Function Documentation

◆ execute()

◆ serialize()

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

Definition at line 669 of file draw_command.cc.

References new_state.

Member Data Documentation

◆ clip_plane_count

int blender::draw::command::StateSet::clip_plane_count

Definition at line 470 of file draw_command.hh.

Referenced by execute().

◆ new_state

DRWState blender::draw::command::StateSet::new_state

Definition at line 469 of file draw_command.hh.

Referenced by execute(), and serialize().


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