|
Cogs.Core
|
Public Attributes | |
| RenderTargetHandle | renderTarget = RenderTargetHandle::NoHandle |
| DepthStencilViewDescription | view = {} |
| GLuint | renderBuffer = 0 |
| GLuint | fbo = 0 |
| MultiViewGLES30 | multiView |
| uint8_t | broken: 1 |
Definition at line 39 of file RenderTargetsGLES30.h.
| uint8_t Cogs::DepthStencilTargetGLES30::broken |
Definition at line 46 of file RenderTargetsGLES30.h.
| GLuint Cogs::DepthStencilTargetGLES30::fbo = 0 |
Definition at line 44 of file RenderTargetsGLES30.h.
| MultiViewGLES30 Cogs::DepthStencilTargetGLES30::multiView |
Definition at line 45 of file RenderTargetsGLES30.h.
| GLuint Cogs::DepthStencilTargetGLES30::renderBuffer = 0 |
Definition at line 43 of file RenderTargetsGLES30.h.
| RenderTargetHandle Cogs::DepthStencilTargetGLES30::renderTarget = RenderTargetHandle::NoHandle |
Definition at line 41 of file RenderTargetsGLES30.h.
| DepthStencilViewDescription Cogs::DepthStencilTargetGLES30::view = {} |
Definition at line 42 of file RenderTargetsGLES30.h.