|
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 | |
| GPUFrameBuffer ** | framebuffer |
Definition at line 132 of file draw_command.hh.
| void blender::draw::command::FramebufferBind::execute | ( | ) | const |
Definition at line 53 of file draw_command.cc.
References framebuffer, and GPU_framebuffer_bind().
| std::string blender::draw::command::FramebufferBind::serialize | ( | ) | const |
Definition at line 356 of file draw_command.cc.
References framebuffer, and GPU_framebuffer_get_name().
| GPUFrameBuffer** blender::draw::command::FramebufferBind::framebuffer |
Definition at line 133 of file draw_command.hh.
Referenced by execute(), and serialize().