Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetFullscreenTriangleVB
Method
GetFullscreenTriangleVB
Source/Engine/Graphics/GPUDevice.cpp:897–900 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
895
}
896
897
GPUBuffer* GPUDevice::GetFullscreenTriangleVB() const
898
{
899
return _res->FullscreenTriangleVB;
900
}
Callers
1
DrawFullscreenTriangle
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected