SDL_gpu  0.11.0
A hardware-accelerated, cross-platform 2D graphics API
Data Fields
ContextData_GLES_1 Struct Reference

#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_Imagelast_image
 
GPU_Targetlast_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
 

Detailed Description

Definition at line 59 of file SDL_gpu_GLES_1.h.

Field Documentation

◆ blit_buffer

float* ContextData_GLES_1::blit_buffer

Definition at line 72 of file SDL_gpu_GLES_1.h.

◆ blit_buffer_max_num_vertices

unsigned short ContextData_GLES_1::blit_buffer_max_num_vertices

Definition at line 74 of file SDL_gpu_GLES_1.h.

◆ blit_buffer_num_vertices

unsigned short ContextData_GLES_1::blit_buffer_num_vertices

Definition at line 73 of file SDL_gpu_GLES_1.h.

◆ index_buffer

unsigned short* ContextData_GLES_1::index_buffer

Definition at line 75 of file SDL_gpu_GLES_1.h.

◆ index_buffer_max_num_vertices

unsigned int ContextData_GLES_1::index_buffer_max_num_vertices

Definition at line 77 of file SDL_gpu_GLES_1.h.

◆ index_buffer_num_vertices

unsigned int ContextData_GLES_1::index_buffer_num_vertices

Definition at line 76 of file SDL_gpu_GLES_1.h.

◆ last_blend_mode

GPU_BlendMode ContextData_GLES_1::last_blend_mode

Definition at line 65 of file SDL_gpu_GLES_1.h.

◆ last_camera

GPU_Camera ContextData_GLES_1::last_camera

Definition at line 67 of file SDL_gpu_GLES_1.h.

◆ last_camera_inverted

GPU_bool ContextData_GLES_1::last_camera_inverted

Definition at line 68 of file SDL_gpu_GLES_1.h.

◆ last_color

SDL_Color ContextData_GLES_1::last_color

Definition at line 61 of file SDL_gpu_GLES_1.h.

◆ last_image

GPU_Image* ContextData_GLES_1::last_image

Definition at line 70 of file SDL_gpu_GLES_1.h.

◆ last_shape

unsigned int ContextData_GLES_1::last_shape

Definition at line 63 of file SDL_gpu_GLES_1.h.

◆ last_target

GPU_Target* ContextData_GLES_1::last_target

Definition at line 71 of file SDL_gpu_GLES_1.h.

◆ last_use_blending

GPU_bool ContextData_GLES_1::last_use_blending

Definition at line 64 of file SDL_gpu_GLES_1.h.

◆ last_use_texturing

GPU_bool ContextData_GLES_1::last_use_texturing

Definition at line 62 of file SDL_gpu_GLES_1.h.

◆ last_viewport

GPU_Rect ContextData_GLES_1::last_viewport

Definition at line 66 of file SDL_gpu_GLES_1.h.


The documentation for this struct was generated from the following file: