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

Method PhysSetRenderWindow

BeefySysLib/platform/win/DXRenderDevice.cpp:1027–1032  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1025}
1026
1027void DXRenderDevice::PhysSetRenderWindow(RenderWindow* renderWindow)
1028{
1029 mPhysRenderWindow = renderWindow;
1030 mCurRenderTarget = renderWindow;
1031 ((DXRenderWindow*)renderWindow)->PhysSetAsTarget();
1032}
1033
1034void DXRenderDevice::PhysSetRenderTarget(Texture* renderTarget)
1035{

Callers

nothing calls this directly

Calls 1

PhysSetAsTargetMethod · 0.45

Tested by

no test coverage detected