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

#include <draw_command.hh>

Public Member Functions

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

Public Attributes

const float4colors
int colors_len

Detailed Description

Definition at line 461 of file draw_command.hh.

Member Function Documentation

◆ execute()

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

◆ serialize()

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

Definition at line 690 of file draw_command.cc.

References colors, and colors_len.

Member Data Documentation

◆ colors

const float4* blender::draw::command::ClearMulti::colors
Note
This should be a Span<float4> but we need have to only have trivial types here.

Definition at line 463 of file draw_command.hh.

Referenced by execute(), and serialize().

◆ colors_len

int blender::draw::command::ClearMulti::colors_len

Definition at line 464 of file draw_command.hh.

Referenced by serialize().


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