ImpsEngine  1.0.0
A software library collection for end user applications.
IAOffscreenFramebuffer Class Reference

IAOffscreenFramebuffer is only intended for temporary usage as it is not persisted beween new OpenGL contexts. More...

Public Member Functions

IA_CONSTRUCTOR void IAOffscreenFramebuffer_initWithRGB565AndBind (IAOffscreenFramebuffer *, int width, int height, IAColor backgroundColor)
 
IA_DESTRUCTOR void IAOffscreenFramebuffer_deinit (IAOffscreenFramebuffer *)
 

Data Fields

GLuint framebuffer
 
GLuint colorRenderbuffer
 
GLuint depthRenderbuffer
 

Detailed Description

IAOffscreenFramebuffer is only intended for temporary usage as it is not persisted beween new OpenGL contexts.

Member Function Documentation

◆ IAOffscreenFramebuffer_initWithRGB565AndBind()

IA_CONSTRUCTOR void IAOffscreenFramebuffer_initWithRGB565AndBind ( IAOffscreenFramebuffer ,
int  width,
int  height,
IAColor  backgroundColor 
)

◆ IAOffscreenFramebuffer_deinit()

IA_DESTRUCTOR void IAOffscreenFramebuffer_deinit ( IAOffscreenFramebuffer )

Field Documentation

◆ framebuffer

GLuint IAOffscreenFramebuffer::framebuffer

◆ colorRenderbuffer

GLuint IAOffscreenFramebuffer::colorRenderbuffer

◆ depthRenderbuffer

GLuint IAOffscreenFramebuffer::depthRenderbuffer

The documentation for this class was generated from the following files: