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

Method GetQueryResult

Source/Engine/GraphicsDevice/Null/GPUDeviceNull.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147bool GPUDeviceNull::GetQueryResult(uint64 queryID, uint64& result, bool wait)
148{
149 return false;
150}
151
152GPUTexture* GPUDeviceNull::CreateTexture(const StringView& name)
153{

Callers 2

TryResolveMethod · 0.45
OnSyncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected