MCPcopy 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
897GPUBuffer* GPUDevice::GetFullscreenTriangleVB() const
898{
899 return _res->FullscreenTriangleVB;
900}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected