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

Method Spawn

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

Source from the content-addressed store, hash-verified

198}
199
200GPUTexture* GPUTexture::Spawn(const SpawnParams& params)
201{
202 return GPUDevice::Instance->CreateTexture();
203}
204
205GPUTexture* GPUTexture::New()
206{

Callers

nothing calls this directly

Calls 1

CreateTextureMethod · 0.45

Tested by

no test coverage detected