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

#include <SDL_gpu.h>

Public Attributes

GPU_BlendFuncEnum source_color
 
GPU_BlendFuncEnum dest_color
 
GPU_BlendFuncEnum source_alpha
 
GPU_BlendFuncEnum dest_alpha
 
GPU_BlendEqEnum color_equation
 
GPU_BlendEqEnum alpha_equation
 

Detailed Description

Blend mode storage struct

Definition at line 91 of file SDL_gpu.h.

Member Data Documentation

GPU_BlendEqEnum GPU_BlendMode::alpha_equation
GPU_BlendEqEnum GPU_BlendMode::color_equation
GPU_BlendFuncEnum GPU_BlendMode::dest_alpha
GPU_BlendFuncEnum GPU_BlendMode::dest_color
GPU_BlendFuncEnum GPU_BlendMode::source_alpha
GPU_BlendFuncEnum GPU_BlendMode::source_color

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