Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetCopyLinearPS
Method
GetCopyLinearPS
Source/Engine/Graphics/GPUDevice.cpp:863–866 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
861
}
862
863
GPUPipelineState* GPUDevice::GetCopyLinearPS() const
864
{
865
return _res->PS_CopyLinear;
866
}
867
868
GPUPipelineState* GPUDevice::GetClearPS() const
869
{
Callers
2
Draw
Method · 0.80
CopyTexture
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected