|
|
|
@ -232,9 +232,11 @@ class MAGNUM_EXPORT AbstractTexture { |
|
|
|
* are converted to range @f$ [-1.0; 1.0] @f$. |
|
|
|
* are converted to range @f$ [-1.0; 1.0] @f$. |
|
|
|
* @requires_gl31 Extension @extension{EXT,texture_snorm} |
|
|
|
* @requires_gl31 Extension @extension{EXT,texture_snorm} |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
NormalizedByte, |
|
|
|
NormalizedByte |
|
|
|
|
|
|
|
|
|
|
|
#ifndef MAGNUM_TARGET_GLES |
|
|
|
#ifndef MAGNUM_TARGET_GLES |
|
|
|
|
|
|
|
, |
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Normalized unsigned short, i.e. values from range @f$ [0; 65536] @f$ |
|
|
|
* Normalized unsigned short, i.e. values from range @f$ [0; 65536] @f$ |
|
|
|
* are converted to range @f$ [0.0; 1.0] @f$. |
|
|
|
* are converted to range @f$ [0.0; 1.0] @f$. |
|
|
|
|