|
SDL_gpu
0.11.0
A hardware-accelerated, cross-platform 2D graphics API
|
#include <SDL_gpu_GLES_1.h>
Data Fields | |
| SDL_Color | last_color |
| GPU_bool | last_use_texturing |
| unsigned int | last_shape |
| GPU_bool | last_use_blending |
| GPU_BlendMode | last_blend_mode |
| GPU_Rect | last_viewport |
| GPU_Camera | last_camera |
| GPU_bool | last_camera_inverted |
| GPU_Image * | last_image |
| GPU_Target * | last_target |
| float * | blit_buffer |
| unsigned short | blit_buffer_num_vertices |
| unsigned short | blit_buffer_max_num_vertices |
| unsigned short * | index_buffer |
| unsigned int | index_buffer_num_vertices |
| unsigned int | index_buffer_max_num_vertices |
Definition at line 59 of file SDL_gpu_GLES_1.h.
| float* ContextData_GLES_1::blit_buffer |
Definition at line 72 of file SDL_gpu_GLES_1.h.
| unsigned short ContextData_GLES_1::blit_buffer_max_num_vertices |
Definition at line 74 of file SDL_gpu_GLES_1.h.
| unsigned short ContextData_GLES_1::blit_buffer_num_vertices |
Definition at line 73 of file SDL_gpu_GLES_1.h.
| unsigned short* ContextData_GLES_1::index_buffer |
Definition at line 75 of file SDL_gpu_GLES_1.h.
| unsigned int ContextData_GLES_1::index_buffer_max_num_vertices |
Definition at line 77 of file SDL_gpu_GLES_1.h.
| unsigned int ContextData_GLES_1::index_buffer_num_vertices |
Definition at line 76 of file SDL_gpu_GLES_1.h.
| GPU_BlendMode ContextData_GLES_1::last_blend_mode |
Definition at line 65 of file SDL_gpu_GLES_1.h.
| GPU_Camera ContextData_GLES_1::last_camera |
Definition at line 67 of file SDL_gpu_GLES_1.h.
| GPU_bool ContextData_GLES_1::last_camera_inverted |
Definition at line 68 of file SDL_gpu_GLES_1.h.
| SDL_Color ContextData_GLES_1::last_color |
Definition at line 61 of file SDL_gpu_GLES_1.h.
| GPU_Image* ContextData_GLES_1::last_image |
Definition at line 70 of file SDL_gpu_GLES_1.h.
| unsigned int ContextData_GLES_1::last_shape |
Definition at line 63 of file SDL_gpu_GLES_1.h.
| GPU_Target* ContextData_GLES_1::last_target |
Definition at line 71 of file SDL_gpu_GLES_1.h.
| GPU_bool ContextData_GLES_1::last_use_blending |
Definition at line 64 of file SDL_gpu_GLES_1.h.
| GPU_bool ContextData_GLES_1::last_use_texturing |
Definition at line 62 of file SDL_gpu_GLES_1.h.
| GPU_Rect ContextData_GLES_1::last_viewport |
Definition at line 66 of file SDL_gpu_GLES_1.h.
1.8.13