|
|
|
@ -148,7 +148,7 @@ class MAGNUM_EXPORT Sampler { |
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @copybrief maxAnisotropy() |
|
|
|
* @copybrief maxAnisotropy() |
|
|
|
* @deprecated Use @ref Magnum::Shader::maxAnisotropy() "maxAnisotropy()" |
|
|
|
* @deprecated Use @ref Magnum::Sampler::maxAnisotropy() "maxAnisotropy()" |
|
|
|
* instead. |
|
|
|
* instead. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
static Float maxSupportedAnisotropy() { return maxAnisotropy(); } |
|
|
|
static Float maxSupportedAnisotropy() { return maxAnisotropy(); } |
|
|
|
|