Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
GPUBufferView* GPUBufferVulkan::View() const
77
{
78
return (GPUBufferView*)&_view;
79
}
80
81
void* GPUBufferVulkan::Map(GPUResourceMapMode mode)
82
{
Callers
15
ExecuteDrawCalls
Method · 0.45
RenderLUT
Method · 0.45
Render
Method · 0.45
Render
Method · 0.45
Render
Method · 0.45
Render
Method · 0.45
RenderMotionVectors
Method · 0.45
RenderDebug
Method · 0.45
Render
Method · 0.45
Render
Method · 0.45
Render
Method · 0.45
RenderLights
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected