#include <dr_2d.h>
Public Attributes | |
size_t | contextExtraBytes |
The number of extra bytes to allocate for the context. More... | |
dr2d_drawing_callbacks | drawingCallbacks |
The drawing callbacks. More... | |
size_t | fontExtraBytes |
The number of extra bytes to allocate for each font. More... | |
size_t | imageExtraBytes |
The number of extra bytes to allocate for each image. More... | |
dr2d_byte | pExtraData [1] |
The extra bytes. More... | |
size_t | surfaceExtraBytes |
The number of extra bytes to allocate for each surface. More... | |
Definition at line 331 of file porcupine/demo/c/dr_libs/old/dr_2d.h.
size_t dr2d_context::contextExtraBytes |
The number of extra bytes to allocate for the context.
Definition at line 346 of file porcupine/demo/c/dr_libs/old/dr_2d.h.
dr2d_drawing_callbacks dr2d_context::drawingCallbacks |
The drawing callbacks.
Definition at line 334 of file porcupine/demo/c/dr_libs/old/dr_2d.h.
size_t dr2d_context::fontExtraBytes |
The number of extra bytes to allocate for each font.
Definition at line 340 of file porcupine/demo/c/dr_libs/old/dr_2d.h.
size_t dr2d_context::imageExtraBytes |
The number of extra bytes to allocate for each image.
Definition at line 337 of file porcupine/demo/c/dr_libs/old/dr_2d.h.
dr2d_byte dr2d_context::pExtraData |
The extra bytes.
Definition at line 349 of file porcupine/demo/c/dr_libs/old/dr_2d.h.
size_t dr2d_context::surfaceExtraBytes |
The number of extra bytes to allocate for each surface.
Definition at line 343 of file porcupine/demo/c/dr_libs/old/dr_2d.h.