MCPcopy 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
14GPUBufferView* GPUBufferWebGPU::View() const
15{
16 return (GPUBufferView*)&_view;
17}
18
19void* GPUBufferWebGPU::Map(GPUResourceMapMode mode)
20{

Callers 3

CopyTextureMethod · 0.45
FlushTimestampsMethod · 0.45
BuildBindGroupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected