libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
Fast::FramebufferOGL Struct Reference

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
 

Detailed Description

OpenGL framebuffer object and associated attachments.

Member Data Documentation

◆ clrbuf

GLuint Fast::FramebufferOGL::clrbuf

◆ clrbufMsaa

GLuint Fast::FramebufferOGL::clrbufMsaa

◆ fbo

GLuint Fast::FramebufferOGL::fbo

◆ has_depth_buffer

bool Fast::FramebufferOGL::has_depth_buffer

◆ height

uint32_t Fast::FramebufferOGL::height

◆ invertY

bool Fast::FramebufferOGL::invertY

◆ msaa_level

uint32_t Fast::FramebufferOGL::msaa_level

◆ rbo

GLuint Fast::FramebufferOGL::rbo

◆ width

uint32_t Fast::FramebufferOGL::width

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