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

#include <draw_command.hh>

Public Member Functions

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

Public Attributes

GPUBarrier type

Detailed Description

Definition at line 444 of file draw_command.hh.

Member Function Documentation

◆ execute()

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

Definition at line 280 of file draw_command.cc.

References GPU_memory_barrier(), and type.

◆ serialize()

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

Definition at line 663 of file draw_command.cc.

References type.

Member Data Documentation

◆ type

GPUBarrier blender::draw::command::Barrier::type

Definition at line 445 of file draw_command.hh.

Referenced by execute(), and serialize().


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