|
libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
|
OpenGL framebuffer object and associated attachments. More...
#include <gfx_opengl.h>
Public Attributes | |
| uint32_t | width |
| uint32_t | height |
| bool | has_depth_buffer |
| uint32_t | msaa_level |
| bool | invertY |
| GLuint | fbo |
| GLuint | clrbuf |
| GLuint | clrbufMsaa |
| GLuint | rbo |
OpenGL framebuffer object and associated attachments.
| GLuint Fast::FramebufferOGL::clrbuf |
| GLuint Fast::FramebufferOGL::clrbufMsaa |
| GLuint Fast::FramebufferOGL::fbo |
| bool Fast::FramebufferOGL::has_depth_buffer |
| uint32_t Fast::FramebufferOGL::height |
| bool Fast::FramebufferOGL::invertY |
| uint32_t Fast::FramebufferOGL::msaa_level |
| GLuint Fast::FramebufferOGL::rbo |
| uint32_t Fast::FramebufferOGL::width |