UFO: Alien Invasion
r_framebuffer_t Struct Reference

#include <r_framebuffer.h>

Collaboration diagram for r_framebuffer_t:
Collaboration graph

Data Fields

int width
 
int height
 
int samples
 
vec4_t clearColor
 
r_viewport_t viewport
 
int pixelFormat
 
int byteFormat
 
unsigned int depth
 
unsigned int fbo
 
int nTextures
 
unsigned inttextures
 
unsigned int proxyFBO
 

Detailed Description

Definition at line 33 of file r_framebuffer.h.

Field Documentation

◆ byteFormat

int r_framebuffer_t::byteFormat

Definition at line 40 of file r_framebuffer.h.

◆ clearColor

vec4_t r_framebuffer_t::clearColor

Definition at line 37 of file r_framebuffer.h.

Referenced by R_InitFBObjects(), and R_UseFramebuffer().

◆ depth

unsigned int r_framebuffer_t::depth

Definition at line 41 of file r_framebuffer.h.

Referenced by R_InitFBObjects().

◆ fbo

unsigned int r_framebuffer_t::fbo

Definition at line 42 of file r_framebuffer.h.

Referenced by R_InitFBObjects(), and R_ResolveMSAA().

◆ height

int r_framebuffer_t::height

Definition at line 35 of file r_framebuffer.h.

Referenced by R_InitFBObjects().

◆ nTextures

int r_framebuffer_t::nTextures

Definition at line 43 of file r_framebuffer.h.

Referenced by R_BindColorAttachments(), and R_InitFBObjects().

◆ pixelFormat

int r_framebuffer_t::pixelFormat

Definition at line 39 of file r_framebuffer.h.

◆ proxyFBO

unsigned int r_framebuffer_t::proxyFBO

Definition at line 45 of file r_framebuffer.h.

◆ samples

int r_framebuffer_t::samples

Definition at line 36 of file r_framebuffer.h.

◆ textures

unsigned int* r_framebuffer_t::textures

Definition at line 44 of file r_framebuffer.h.

Referenced by R_Blur(), and R_DrawBloom().

◆ viewport

r_viewport_t r_framebuffer_t::viewport

Definition at line 38 of file r_framebuffer.h.

Referenced by R_SetupViewport().

◆ width

int r_framebuffer_t::width

Definition at line 34 of file r_framebuffer.h.

Referenced by R_EnableBlur(), and R_InitFBObjects().


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