Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
147
bool GPUDeviceNull::GetQueryResult(uint64 queryID, uint64& result, bool wait)
148
{
149
return false;
150
}
151
152
GPUTexture* GPUDeviceNull::CreateTexture(const StringView& name)
153
{
Callers
2
TryResolve
Method · 0.45
OnSync
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected