|
Blender V4.5
|
#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 445 of file draw_command.hh.
| void blender::draw::command::Barrier::execute | ( | ) | const |
Definition at line 288 of file draw_command.cc.
References GPU_memory_barrier(), and type.
| std::string blender::draw::command::Barrier::serialize | ( | ) | const |
Definition at line 671 of file draw_command.cc.
References type.
| eGPUBarrier blender::draw::command::Barrier::type |
Definition at line 446 of file draw_command.hh.
Referenced by execute(), and serialize().