The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Attributes | List of all members
ContextData_GLES_1 Struct Reference

#include <SDL_gpu_GLES_1.h>

Public Attributes

SDL_Color last_color
 
Uint8 last_use_texturing
 
unsigned int last_shape
 
Uint8 last_use_blending
 
GPU_BlendMode last_blend_mode
 
GPU_Rect last_viewport
 
GPU_Camera last_camera
 
Uint8 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 49 of file SDL_gpu_GLES_1.h.

Member Data Documentation

float* ContextData_GLES_1::blit_buffer

Definition at line 62 of file SDL_gpu_GLES_1.h.

unsigned short ContextData_GLES_1::blit_buffer_max_num_vertices

Definition at line 64 of file SDL_gpu_GLES_1.h.

unsigned short ContextData_GLES_1::blit_buffer_num_vertices

Definition at line 63 of file SDL_gpu_GLES_1.h.

unsigned short* ContextData_GLES_1::index_buffer

Definition at line 65 of file SDL_gpu_GLES_1.h.

unsigned int ContextData_GLES_1::index_buffer_max_num_vertices

Definition at line 67 of file SDL_gpu_GLES_1.h.

unsigned int ContextData_GLES_1::index_buffer_num_vertices

Definition at line 66 of file SDL_gpu_GLES_1.h.

GPU_BlendMode ContextData_GLES_1::last_blend_mode

Definition at line 55 of file SDL_gpu_GLES_1.h.

GPU_Camera ContextData_GLES_1::last_camera

Definition at line 57 of file SDL_gpu_GLES_1.h.

Uint8 ContextData_GLES_1::last_camera_inverted

Definition at line 58 of file SDL_gpu_GLES_1.h.

SDL_Color ContextData_GLES_1::last_color

Definition at line 51 of file SDL_gpu_GLES_1.h.

GPU_Image* ContextData_GLES_1::last_image

Definition at line 60 of file SDL_gpu_GLES_1.h.

unsigned int ContextData_GLES_1::last_shape

Definition at line 53 of file SDL_gpu_GLES_1.h.

GPU_Target* ContextData_GLES_1::last_target

Definition at line 61 of file SDL_gpu_GLES_1.h.

Uint8 ContextData_GLES_1::last_use_blending

Definition at line 54 of file SDL_gpu_GLES_1.h.

Uint8 ContextData_GLES_1::last_use_texturing

Definition at line 52 of file SDL_gpu_GLES_1.h.

GPU_Rect ContextData_GLES_1::last_viewport

Definition at line 56 of file SDL_gpu_GLES_1.h.


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