#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 |
GPU_BlendEqEnum GPU_BlendMode::alpha_equation |
Definition at line 99 of file SDL_gpu.h.
Referenced by changeBlendMode(), GPU_SetBlendEquation(), GPU_SetBlendMode(), GPU_SetShapeBlendEquation(), and GPU_SetShapeBlendMode().
GPU_BlendEqEnum GPU_BlendMode::color_equation |
Definition at line 98 of file SDL_gpu.h.
Referenced by changeBlendMode(), GPU_SetBlendEquation(), GPU_SetBlendMode(), GPU_SetShapeBlendEquation(), and GPU_SetShapeBlendMode().
GPU_BlendFuncEnum GPU_BlendMode::dest_alpha |
Definition at line 96 of file SDL_gpu.h.
Referenced by changeBlendMode(), GPU_SetBlendFunction(), GPU_SetBlendMode(), GPU_SetShapeBlendFunction(), and GPU_SetShapeBlendMode().
GPU_BlendFuncEnum GPU_BlendMode::dest_color |
Definition at line 94 of file SDL_gpu.h.
Referenced by changeBlendMode(), GPU_SetBlendFunction(), GPU_SetBlendMode(), GPU_SetShapeBlendFunction(), and GPU_SetShapeBlendMode().
GPU_BlendFuncEnum GPU_BlendMode::source_alpha |
Definition at line 95 of file SDL_gpu.h.
Referenced by changeBlendMode(), GPU_SetBlendFunction(), GPU_SetBlendMode(), GPU_SetShapeBlendFunction(), and GPU_SetShapeBlendMode().
GPU_BlendFuncEnum GPU_BlendMode::source_color |
Definition at line 93 of file SDL_gpu.h.
Referenced by changeBlendMode(), GPU_SetBlendFunction(), GPU_SetBlendMode(), GPU_SetShapeBlendFunction(), and GPU_SetShapeBlendMode().