MCPcopy 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
863GPUPipelineState* GPUDevice::GetCopyLinearPS() const
864{
865 return _res->PS_CopyLinear;
866}
867
868GPUPipelineState* GPUDevice::GetClearPS() const
869{

Callers 2

DrawMethod · 0.80
CopyTextureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected