MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Clear

Method Clear

Source/Engine/Graphics/Textures/GPUTexture.cpp:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void GPUTextureDescription::Clear()
125{
126 Platform::MemoryClear(this, sizeof(GPUTextureDescription));
127 MultiSampleLevel = MSAALevel::None;
128}
129
130GPUTextureDescription GPUTextureDescription::ToStagingUpload() const
131{

Callers 3

GPUTextureMethod · 0.45
InitMethod · 0.45
OnReleaseGPUMethod · 0.45

Calls 1

MemoryClearFunction · 0.85

Tested by

no test coverage detected