srp
software rendering pipeline
Loading...
Searching...
No Matches
framebuffer_p.h File Reference
#include <stdbool.h>
#include "srp/framebuffer.h"
#include "utils/defines.h"
Include dependency graph for framebuffer_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void framebufferGetColorAndDepthPointers (const SRPFramebuffer *this, size_t x, size_t y, uint32_t **pColor, float **pDepth)
 
void framebufferNDCToScreenSpace (const SRPFramebuffer *this, const float *NDC, float *SS)
 

Detailed Description

Private header for include/srp/framebuffer.h