|
SDL
2.0
|
#include <SDL_sysrender.h>
Collaboration diagram for SDL_AllocVertGap:Data Fields | |
| size_t | offset |
| size_t | len |
| struct SDL_AllocVertGap * | next |
Definition at line 113 of file SDL_sysrender.h.
| size_t SDL_AllocVertGap::len |
Definition at line 116 of file SDL_sysrender.h.
Referenced by SDL_AllocateRenderVertices().
| struct SDL_AllocVertGap* SDL_AllocVertGap::next |
Definition at line 117 of file SDL_sysrender.h.
Referenced by FlushRenderCommands(), SDL_AllocateRenderVertices(), and SDL_DestroyRenderer().
| size_t SDL_AllocVertGap::offset |
Definition at line 115 of file SDL_sysrender.h.
Referenced by SDL_AllocateRenderVertices().