|
Blender V5.0
|
#include <GPU_framebuffer.hh>
Public Attributes | |
| GPULoadOp | load_action |
| GPUStoreOp | store_action |
| float | clear_value [4] |
Definition at line 134 of file GPU_framebuffer.hh.
| float GPULoadStore::clear_value[4] |
Definition at line 137 of file GPU_framebuffer.hh.
Referenced by blender::gpu::GLFrameBuffer::attachment_set_loadstore_op(), blender::gpu::MTLFrameBuffer::attachment_set_loadstore_op(), and blender::gpu::set_load_store().
| GPULoadOp GPULoadStore::load_action |
Definition at line 135 of file GPU_framebuffer.hh.
Referenced by blender::gpu::GLFrameBuffer::attachment_set_loadstore_op(), blender::gpu::MTLFrameBuffer::attachment_set_loadstore_op(), blender::gpu::FrameBuffer::load_store_config_array(), and blender::gpu::set_load_store().
| GPUStoreOp GPULoadStore::store_action |
Definition at line 136 of file GPU_framebuffer.hh.
Referenced by blender::gpu::MTLFrameBuffer::attachment_set_loadstore_op(), blender::gpu::FrameBuffer::load_store_config_array(), and blender::gpu::set_load_store().