| 138 | } |
| 139 | |
| 140 | void ReshapeRender(SDL_Window* window) |
| 141 | { |
| 142 | AppGraphCtxReleaseRenderTarget(gAppGraphCtx); |
| 143 | AppGraphCtxInitRenderTarget(gAppGraphCtx, window, false, gContext.msaaSamples); |
| 144 | } |
| 145 | |
| 146 | void DestroyRender() |
| 147 | { |
nothing calls this directly
no test coverage detected