MCPcopy Create free account
hub / github.com/beefytech/Beef / PhysSetRenderTarget

Method PhysSetRenderTarget

BeefySysLib/platform/win/DXRenderDevice.cpp:1034–1038  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1032}
1033
1034void DXRenderDevice::PhysSetRenderTarget(Texture* renderTarget)
1035{
1036 mCurRenderTarget = renderTarget;
1037 renderTarget->PhysSetAsTarget();
1038}
1039
1040RenderState* DXRenderDevice::CreateRenderState(RenderState* srcRenderState)
1041{

Callers 1

Calls 1

PhysSetAsTargetMethod · 0.45

Tested by

no test coverage detected