Blender V4.3
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 459 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 660 of file draw_command.cc.

References 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 461 of file draw_command.hh.

◆ colors_len

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

Definition at line 462 of file draw_command.hh.

Referenced by serialize().


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