mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Added missing predefined uniforms. Removed default state texture flags.
This commit is contained in:
@@ -162,17 +162,14 @@
|
||||
|
||||
///
|
||||
#define BGFX_TEXTURE_NONE UINT32_C(0x00000000)
|
||||
#define BGFX_TEXTURE_U_REPEAT UINT32_C(0x00000000)
|
||||
#define BGFX_TEXTURE_U_MIRROR UINT32_C(0x00000001)
|
||||
#define BGFX_TEXTURE_U_CLAMP UINT32_C(0x00000002)
|
||||
#define BGFX_TEXTURE_U_SHIFT 0
|
||||
#define BGFX_TEXTURE_U_MASK UINT32_C(0x00000003)
|
||||
#define BGFX_TEXTURE_V_REPEAT UINT32_C(0x00000000)
|
||||
#define BGFX_TEXTURE_V_MIRROR UINT32_C(0x00000010)
|
||||
#define BGFX_TEXTURE_V_CLAMP UINT32_C(0x00000020)
|
||||
#define BGFX_TEXTURE_V_SHIFT 4
|
||||
#define BGFX_TEXTURE_V_MASK UINT32_C(0x00000030)
|
||||
#define BGFX_TEXTURE_W_REPEAT UINT32_C(0x00000000)
|
||||
#define BGFX_TEXTURE_W_MIRROR UINT32_C(0x00000100)
|
||||
#define BGFX_TEXTURE_W_CLAMP UINT32_C(0x00000200)
|
||||
#define BGFX_TEXTURE_W_SHIFT 8
|
||||
|
||||
Reference in New Issue
Block a user