|
SDL_gpu
0.11.0
A hardware-accelerated, cross-platform 2D graphics API
|
#include <SDL_gpu_GLES_3.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 |
| unsigned int | blit_VAO |
| unsigned int | blit_VBO [2] |
| unsigned int | blit_IBO |
| GPU_bool | blit_VBO_flop |
| GPU_AttributeSource | shader_attributes [16] |
| unsigned int | attribute_VBO [16] |
Definition at line 118 of file SDL_gpu_GLES_3.h.
| unsigned int ContextData_GLES_3::attribute_VBO[16] |
Definition at line 145 of file SDL_gpu_GLES_3.h.
| float* ContextData_GLES_3::blit_buffer |
Definition at line 131 of file SDL_gpu_GLES_3.h.
| unsigned short ContextData_GLES_3::blit_buffer_max_num_vertices |
Definition at line 133 of file SDL_gpu_GLES_3.h.
| unsigned short ContextData_GLES_3::blit_buffer_num_vertices |
Definition at line 132 of file SDL_gpu_GLES_3.h.
| unsigned int ContextData_GLES_3::blit_IBO |
Definition at line 141 of file SDL_gpu_GLES_3.h.
| unsigned int ContextData_GLES_3::blit_VAO |
Definition at line 139 of file SDL_gpu_GLES_3.h.
| unsigned int ContextData_GLES_3::blit_VBO[2] |
Definition at line 140 of file SDL_gpu_GLES_3.h.
| GPU_bool ContextData_GLES_3::blit_VBO_flop |
Definition at line 142 of file SDL_gpu_GLES_3.h.
| unsigned short* ContextData_GLES_3::index_buffer |
Definition at line 134 of file SDL_gpu_GLES_3.h.
| unsigned int ContextData_GLES_3::index_buffer_max_num_vertices |
Definition at line 136 of file SDL_gpu_GLES_3.h.
| unsigned int ContextData_GLES_3::index_buffer_num_vertices |
Definition at line 135 of file SDL_gpu_GLES_3.h.
| GPU_BlendMode ContextData_GLES_3::last_blend_mode |
Definition at line 124 of file SDL_gpu_GLES_3.h.
| GPU_Camera ContextData_GLES_3::last_camera |
Definition at line 126 of file SDL_gpu_GLES_3.h.
| GPU_bool ContextData_GLES_3::last_camera_inverted |
Definition at line 127 of file SDL_gpu_GLES_3.h.
| SDL_Color ContextData_GLES_3::last_color |
Definition at line 120 of file SDL_gpu_GLES_3.h.
| GPU_Image* ContextData_GLES_3::last_image |
Definition at line 129 of file SDL_gpu_GLES_3.h.
| unsigned int ContextData_GLES_3::last_shape |
Definition at line 122 of file SDL_gpu_GLES_3.h.
| GPU_Target* ContextData_GLES_3::last_target |
Definition at line 130 of file SDL_gpu_GLES_3.h.
| GPU_bool ContextData_GLES_3::last_use_blending |
Definition at line 123 of file SDL_gpu_GLES_3.h.
| GPU_bool ContextData_GLES_3::last_use_texturing |
Definition at line 121 of file SDL_gpu_GLES_3.h.
| GPU_Rect ContextData_GLES_3::last_viewport |
Definition at line 125 of file SDL_gpu_GLES_3.h.
| GPU_AttributeSource ContextData_GLES_3::shader_attributes[16] |
Definition at line 144 of file SDL_gpu_GLES_3.h.
1.8.13