|
Blender V5.0
|
Public Attributes | |
| struct { | |
| Context * ctx | |
| gpu::FrameBuffer * fb | |
| } | framebuffers [MAX_CTX_FB_LEN] |
| blender::gpu::Texture * | color |
| blender::gpu::Texture * | depth |
Static Public Attributes | |
| static constexpr int | MAX_CTX_FB_LEN = 3 |
Definition at line 613 of file gpu_framebuffer.cc.
| blender::gpu::Texture* GPUOffScreen::color |
Definition at line 621 of file gpu_framebuffer.cc.
Referenced by GPU_offscreen_color_texture(), GPU_offscreen_create(), GPU_offscreen_format(), GPU_offscreen_free(), GPU_offscreen_height(), GPU_offscreen_read_color(), GPU_offscreen_read_color_region(), GPU_offscreen_viewport_data_get(), and GPU_offscreen_width().
| Context* GPUOffScreen::ctx |
Definition at line 617 of file gpu_framebuffer.cc.
| blender::gpu::Texture* GPUOffScreen::depth |
Definition at line 622 of file gpu_framebuffer.cc.
Referenced by GPU_offscreen_create(), GPU_offscreen_free(), and GPU_offscreen_viewport_data_get().
| gpu::FrameBuffer* GPUOffScreen::fb |
Definition at line 618 of file gpu_framebuffer.cc.
| struct { ... } GPUOffScreen::framebuffers[MAX_CTX_FB_LEN] |
Referenced by gpu_offscreen_fb_get(), and GPU_offscreen_free().
|
staticconstexpr |
Definition at line 614 of file gpu_framebuffer.cc.