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
GPU_AttributeSource Struct Reference

#include <SDL_gpu.h>

Public Attributes

Uint8 enabled
 
int num_values
 
voidnext_value
 
int per_vertex_storage_stride_bytes
 
int per_vertex_storage_offset_bytes
 
int per_vertex_storage_size
 
voidper_vertex_storage
 
GPU_Attribute attribute
 

Detailed Description

Definition at line 428 of file SDL_gpu.h.

Member Data Documentation

GPU_Attribute GPU_AttributeSource::attribute

Definition at line 438 of file SDL_gpu.h.

Referenced by get_lowest_attribute_num_values(), and SetAttributeSource().

Uint8 GPU_AttributeSource::enabled

Definition at line 430 of file SDL_gpu.h.

Referenced by SetAttributeSource().

void* GPU_AttributeSource::next_value

Definition at line 432 of file SDL_gpu.h.

Referenced by SetAttributeSource().

int GPU_AttributeSource::num_values

Definition at line 431 of file SDL_gpu.h.

Referenced by get_lowest_attribute_num_values(), and SetAttributeSource().

void* GPU_AttributeSource::per_vertex_storage

Definition at line 437 of file SDL_gpu.h.

Referenced by SetAttributeSource().

int GPU_AttributeSource::per_vertex_storage_offset_bytes

Definition at line 435 of file SDL_gpu.h.

Referenced by SetAttributeSource().

int GPU_AttributeSource::per_vertex_storage_size

Definition at line 436 of file SDL_gpu.h.

Referenced by SetAttributeSource().

int GPU_AttributeSource::per_vertex_storage_stride_bytes

Definition at line 434 of file SDL_gpu.h.

Referenced by SetAttributeSource().


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