Blender V5.0
blender::draw::command::StateSet Struct Reference

#include <draw_command.hh>

Public Member Functions

Commands Serialization for debugging
std::string serialize () const

Public Attributes

DRWState new_state
int clip_plane_count

Commands Execution

void execute (RecordingState &state) const
static void set (DRWState state=DRW_STATE_DEFAULT)

Detailed Description

Definition at line 470 of file draw_command.hh.

Member Function Documentation

◆ execute()

◆ serialize()

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

Definition at line 699 of file draw_command.cc.

References new_state.

◆ set()

Member Data Documentation

◆ clip_plane_count

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

Definition at line 472 of file draw_command.hh.

Referenced by execute().

◆ new_state

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

Definition at line 471 of file draw_command.hh.

Referenced by execute(), and serialize().


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