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

Method View

Source/Engine/GraphicsDevice/Vulkan/GPUBufferVulkan.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76GPUBufferView* GPUBufferVulkan::View() const
77{
78 return (GPUBufferView*)&_view;
79}
80
81void* GPUBufferVulkan::Map(GPUResourceMapMode mode)
82{

Callers 15

ExecuteDrawCallsMethod · 0.45
RenderLUTMethod · 0.45
RenderMethod · 0.45
RenderMethod · 0.45
RenderMethod · 0.45
RenderMethod · 0.45
RenderMotionVectorsMethod · 0.45
RenderDebugMethod · 0.45
RenderMethod · 0.45
RenderMethod · 0.45
RenderMethod · 0.45
RenderLightsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected