Fixes and missing changes

This commit is contained in:
Wojtek Figat
2026-02-24 17:59:42 +01:00
parent 7ea3fb1500
commit 195d5b1aa2
10 changed files with 37 additions and 26 deletions

View File

@@ -19,7 +19,7 @@ void GPUSamplerDescription::Clear()
{
Platform::MemoryClear(this, sizeof(GPUSamplerDescription));
MaxMipLevel = MAX_float;
MaxAnisotropy = 1.0f;
MaxAnisotropy = 1;
}
bool GPUSamplerDescription::Equals(const GPUSamplerDescription& other) const