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

Method GPUContext

Source/Engine/Graphics/GPUContext.cpp:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include "Textures/GPUTexture.h"
7
8GPUContext::GPUContext(GPUDevice* device)
9 : ScriptingObject(ScriptingObjectSpawnParams(Guid::New(), TypeInitializer))
10 , _device(device)
11{
12}
13
14#if !BUILD_RELEASE
15

Callers

nothing calls this directly

Calls 2

NewFunction · 0.50

Tested by

no test coverage detected