Merge pull request #134 from Lectem/wrap_modes
Added GPU_CLAMP_TO_BORDER and GPU_MIRRORED_REPEAT
This commit is contained in:
commit
17b0f88dcb
@ -41,8 +41,10 @@ typedef enum
|
|||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
GPU_CLAMP_TO_EDGE = 0x0,
|
GPU_CLAMP_TO_EDGE = 0x0,
|
||||||
GPU_REPEAT = 0x2,
|
GPU_CLAMP_TO_BORDER = 0x1,
|
||||||
|
GPU_REPEAT = 0x2,
|
||||||
|
GPU_MIRRORED_REPEAT = 0x3,
|
||||||
}GPU_TEXTURE_WRAP_PARAM;
|
}GPU_TEXTURE_WRAP_PARAM;
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
|
Loading…
Reference in New Issue
Block a user