#include <dr_2d.h>
Public Attributes | |
float | height |
The height of the surface. More... | |
dr2d_context * | pContext |
A pointer to the context that owns the surface. More... | |
dr2d_byte | pExtraData [1] |
The extra bytes. The size of this buffer is equal to pContext->surfaceExtraBytes. More... | |
float | width |
The width of the surface. More... | |
Definition at line 316 of file porcupine/demo/c/dr_libs/old/dr_2d.h.
float dr2d_surface::height |
The height of the surface.
Definition at line 325 of file porcupine/demo/c/dr_libs/old/dr_2d.h.
dr2d_context * dr2d_surface::pContext |
A pointer to the context that owns the surface.
Definition at line 319 of file porcupine/demo/c/dr_libs/old/dr_2d.h.
dr2d_byte dr2d_surface::pExtraData |
The extra bytes. The size of this buffer is equal to pContext->surfaceExtraBytes.
Definition at line 328 of file porcupine/demo/c/dr_libs/old/dr_2d.h.
float dr2d_surface::width |
The width of the surface.
Definition at line 322 of file porcupine/demo/c/dr_libs/old/dr_2d.h.