This commit is contained in:
Wojtek Figat
2022-12-28 19:54:27 +01:00
parent 6f545beffe
commit 7539504a8c

View File

@@ -320,7 +320,7 @@ GPUSampler* Streaming::GetTextureGroupSampler(int32 index)
{
FallbackSampler = GPUSampler::New();
#if GPU_ENABLE_RESOURCE_NAMING
sampler->SetName(TEXT("FallbackSampler"));
FallbackSampler->SetName(TEXT("FallbackSampler"));
#endif
FallbackSampler->Init(GPUSamplerDescription::New(GPUSamplerFilter::Trilinear));
}