Urho3D
Public Attributes | List of all members
Urho3D::FrameBufferObject Struct Reference

Cached state of a frame buffer object. More...

#include </home/runner/work/rurho3d.github.io/rurho3d.github.io/urho3d_repo/Source/Urho3D/GraphicsAPI/OpenGL/OGLGraphicsImpl.h>

Public Attributes

unsigned fbo_ {}
 Frame buffer handle.
 
RenderSurfacecolorAttachments_ [MAX_RENDERTARGETS] {}
 Bound color attachment textures.
 
RenderSurfacedepthAttachment_ {}
 Bound depth/stencil attachment.
 
unsigned readBuffers_ {M_MAX_UNSIGNED}
 Read buffer bits.
 
unsigned drawBuffers_ {M_MAX_UNSIGNED}
 Draw buffer bits.
 

Detailed Description

Cached state of a frame buffer object.


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