|
srp
software rendering pipeline
|
#include <stdio.h>#include <string.h>#include "core/framebuffer_p.h"#include "utils/message_callback_p.h"#include "math/utils.h"
Functions | |
| SRPFramebuffer * | srpNewFramebuffer (size_t width, size_t height) |
| void | srpFreeFramebuffer (SRPFramebuffer *this) |
| SRP_FORCEINLINE 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) |
| void | srpFramebufferClear (const SRPFramebuffer *this) |
Framebuffer implementation