Blender V4.5
GPUOffScreen Struct Reference

Public Attributes

struct { 
   Context *   ctx 
   GPUFrameBuffer *   fb 
framebuffers [MAX_CTX_FB_LEN]
GPUTexture * color
GPUTexture * depth

Static Public Attributes

static constexpr int MAX_CTX_FB_LEN = 3

Detailed Description

Definition at line 675 of file gpu_framebuffer.cc.

Member Data Documentation

◆ color

◆ ctx

Context* GPUOffScreen::ctx

Definition at line 679 of file gpu_framebuffer.cc.

◆ depth

GPUTexture* GPUOffScreen::depth

◆ fb

GPUFrameBuffer* GPUOffScreen::fb

Definition at line 680 of file gpu_framebuffer.cc.

◆ [struct]

struct { ... } GPUOffScreen::framebuffers[MAX_CTX_FB_LEN]

◆ MAX_CTX_FB_LEN

int GPUOffScreen::MAX_CTX_FB_LEN = 3
staticconstexpr

Definition at line 676 of file gpu_framebuffer.cc.


The documentation for this struct was generated from the following file: