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

Method New

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

Source from the content-addressed store, hash-verified

203}
204
205GPUTexture* GPUTexture::New()
206{
207 return GPUDevice::Instance->CreateTexture();
208}
209
210GPUTexture::GPUTexture()
211 : GPUResource(SpawnParams(Guid::New(), TypeInitializer))

Callers

nothing calls this directly

Calls 1

CreateTextureMethod · 0.45

Tested by

no test coverage detected