|
Blender V4.3
|
#include <draw_command.hh>
Public Member Functions | |
Commands Execution | |
| void | execute () const |
Commands Serialization for debugging | |
| std::string | serialize () const |
Public Attributes | |
| eGPUBarrier | type |
Definition at line 442 of file draw_command.hh.
| void blender::draw::command::Barrier::execute | ( | ) | const |
Definition at line 265 of file draw_command.cc.
References GPU_memory_barrier().
| std::string blender::draw::command::Barrier::serialize | ( | ) | const |
Definition at line 633 of file draw_command.cc.
| eGPUBarrier blender::draw::command::Barrier::type |
Definition at line 443 of file draw_command.hh.