|
srp
software rendering pipeline
|
Internals of the Framebuffer module. More...

| static uint32_t * | framebufferGetPixelPointer (const SRPFramebuffer *this, size_t x, size_t y) |
| static double * | framebufferGetDepthPointer (const SRPFramebuffer *this, size_t x, size_t y) |
Internals of the Framebuffer module.
|
static |
Get pointer to a pixel inside depth buffer
| [in] | this | Pointer to SRPFramebuffer |
| [in] | x,y | Position of requested pixel |
|
static |
Get pointer to a pixel inside color buffer
| [in] | this | Pointer to SRPFramebuffer |
| [in] | x,y | Position of requested pixel |