srp
software rendering pipeline
Loading...
Searching...
No Matches
framebuffer.h File Reference
#include <stddef.h>
#include <stdint.h>
Include dependency graph for framebuffer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SRPFramebuffer
 
typedef struct SRPFramebuffer SRPFramebuffer
 
SRPFramebuffersrpNewFramebuffer (size_t width, size_t height)
 
void srpFreeFramebuffer (SRPFramebuffer *this)
 
void framebufferClear (const SRPFramebuffer *this)
 

Detailed Description

SRPFramebuffer and related functions