|
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 | |
| gpu::FrameBuffer ** | framebuffer |
Definition at line 144 of file draw_command.hh.
| void blender::draw::command::FramebufferBind::execute | ( | ) | const |
Definition at line 57 of file draw_command.cc.
References framebuffer, and GPU_framebuffer_bind().
| std::string blender::draw::command::FramebufferBind::serialize | ( | ) | const |
Definition at line 386 of file draw_command.cc.
References framebuffer, and GPU_framebuffer_get_name().
| gpu::FrameBuffer** blender::draw::command::FramebufferBind::framebuffer |
Definition at line 145 of file draw_command.hh.
Referenced by execute(), and serialize().