|
Documentation Project 1
|
enum blot_methods { BLOT_C, BLOT_ASM, BLOT_MMX };
|
Members |
Description |
|
BLOT_C |
A Symbol to pass to SetBlotMethod to specify using C coded primitives. (for shading and alpha blending). |
|
BLOT_ASM |
A Symbol to pass to SetBlotMethod to specify using primitives with assembly optimization (for shading and alpha blending). |
|
BLOT_MMX |
A Symbol to pass to SetBlotMethod to specify using primitives with MMX optimization (for shading and alpha blending). |
Definitions of symbols to pass to SetBlotMethod to specify optimization method.
|
Copyright (c) 2010. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|