Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
200
GPUTexture* GPUTexture::Spawn(const SpawnParams& params)
201
{
202
return GPUDevice::Instance->CreateTexture();
203
}
204
205
GPUTexture* GPUTexture::New()
206
{
Callers
nothing calls this directly
Calls
1
CreateTexture
Method · 0.45
Tested by
no test coverage detected