Fixes for GPU resources C# object types

This commit is contained in:
Wojciech Figat
2022-12-09 11:28:39 +01:00
parent 202de3499f
commit a809a69ca0
10 changed files with 15 additions and 12 deletions

View File

@@ -76,6 +76,7 @@ GPUSampler* GPUSampler::New()
}
GPUSampler::GPUSampler()
: GPUResource(SpawnParams(Guid::New(), TypeInitializer))
{
}