Initial structure for GTC_integer

This commit is contained in:
Christophe Riccio
2014-11-17 23:56:41 +01:00
parent 3adf263341
commit 2d50df61c3
8 changed files with 147 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ Features:
- Added GLM_FORCE_NO_CTOR_INIT
- Added 'uninitialize' to explicitly not initialize a GLM type
- Added GTC_bitfield extension, promoted GTX_bit
- Added GTC_integer extension, promoted GTX_bit
- Added GTC_integer extension, promoted GTX_bit and GTX_integer
- Added GTC_round extension, promoted GTX_bit
- Added GLM_FORCE_EXPLICIT_CTOR to require explicit type conversions #269