Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ View
Method
View
Source/Engine/GraphicsDevice/WebGPU/GPUBufferWebGPU.cpp:14–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
GPUBufferView* GPUBufferWebGPU::View() const
15
{
16
return (GPUBufferView*)&_view;
17
}
18
19
void* GPUBufferWebGPU::Map(GPUResourceMapMode mode)
20
{
Callers
3
CopyTexture
Method · 0.45
FlushTimestamps
Method · 0.45
BuildBindGroup
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected