|
Blender V5.0
|
#include <draw_command.hh>
Public Member Functions | |
Commands Execution | |
| void | execute () const |
Commands Serialization for debugging | |
| std::string | serialize () const |
Public Attributes | |
| GPUBarrier | type |
Definition at line 444 of file draw_command.hh.
| void blender::draw::command::Barrier::execute | ( | ) | const |
Definition at line 280 of file draw_command.cc.
References GPU_memory_barrier(), and type.
| std::string blender::draw::command::Barrier::serialize | ( | ) | const |
Definition at line 663 of file draw_command.cc.
References type.
| GPUBarrier blender::draw::command::Barrier::type |
Definition at line 445 of file draw_command.hh.
Referenced by execute(), and serialize().