MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/FleX / ReshapeRender

Function ReshapeRender

demo/d3d11/shadersD3D11.cpp:140–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void ReshapeRender(SDL_Window* window)
141{
142 AppGraphCtxReleaseRenderTarget(gAppGraphCtx);
143 AppGraphCtxInitRenderTarget(gAppGraphCtx, window, false, gContext.msaaSamples);
144}
145
146void DestroyRender()
147{

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected