Cogs.Core
Public Attributes | List of all members
Cogs::DepthStencilTargetGLES30 Struct Reference

Public Attributes

RenderTargetHandle renderTarget = RenderTargetHandle::NoHandle
 
DepthStencilViewDescription view = {}
 
GLuint renderBuffer = 0
 
GLuint fbo = 0
 
MultiViewGLES30 multiView
 
uint8_t broken: 1
 

Detailed Description

Definition at line 39 of file RenderTargetsGLES30.h.

Member Data Documentation

◆ broken

uint8_t Cogs::DepthStencilTargetGLES30::broken

Definition at line 46 of file RenderTargetsGLES30.h.

◆ fbo

GLuint Cogs::DepthStencilTargetGLES30::fbo = 0

Definition at line 44 of file RenderTargetsGLES30.h.

◆ multiView

MultiViewGLES30 Cogs::DepthStencilTargetGLES30::multiView

Definition at line 45 of file RenderTargetsGLES30.h.

◆ renderBuffer

GLuint Cogs::DepthStencilTargetGLES30::renderBuffer = 0

Definition at line 43 of file RenderTargetsGLES30.h.

◆ renderTarget

RenderTargetHandle Cogs::DepthStencilTargetGLES30::renderTarget = RenderTargetHandle::NoHandle

Definition at line 41 of file RenderTargetsGLES30.h.

◆ view

DepthStencilViewDescription Cogs::DepthStencilTargetGLES30::view = {}

Definition at line 42 of file RenderTargetsGLES30.h.


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