Add initial base implementation for WebGPU rendering backend
This commit is contained in:
@@ -19,6 +19,7 @@ void GPUSamplerDescription::Clear()
|
||||
{
|
||||
Platform::MemoryClear(this, sizeof(GPUSamplerDescription));
|
||||
MaxMipLevel = MAX_float;
|
||||
MaxAnisotropy = 1.0f;
|
||||
}
|
||||
|
||||
bool GPUSamplerDescription::Equals(const GPUSamplerDescription& other) const
|
||||
|
||||
Reference in New Issue
Block a user