mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 12:41:54 +00:00
Comment old precision API
This commit is contained in:
parent
f4d6be2064
commit
e8a78c3998
@ -403,7 +403,7 @@
|
|||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
// Precision
|
// Precision
|
||||||
|
/*
|
||||||
#define GLM_PRECISION_NONE 0x00000000
|
#define GLM_PRECISION_NONE 0x00000000
|
||||||
|
|
||||||
#define GLM_PRECISION_LOWP_FLOAT 0x00000011
|
#define GLM_PRECISION_LOWP_FLOAT 0x00000011
|
||||||
@ -417,5 +417,5 @@
|
|||||||
#define GLM_PRECISION_LOWP_UINT 0x00110000
|
#define GLM_PRECISION_LOWP_UINT 0x00110000
|
||||||
#define GLM_PRECISION_MEDIUMP_UINT 0x00120000
|
#define GLM_PRECISION_MEDIUMP_UINT 0x00120000
|
||||||
#define GLM_PRECISION_HIGHP_UINT 0x00130000
|
#define GLM_PRECISION_HIGHP_UINT 0x00130000
|
||||||
|
*/
|
||||||
#endif//glm_setup
|
#endif//glm_setup
|
||||||
|
Loading…
Reference in New Issue
Block a user