MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / FlushRenderCommandsIfNotBatching

Function FlushRenderCommandsIfNotBatching

deps/SDL2/src/render/SDL_render.c:250–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250static SDL_INLINE int
251FlushRenderCommandsIfNotBatching(SDL_Renderer *renderer)
252{
253 return renderer->batching ? 0 : FlushRenderCommands(renderer);
254}
255
256int
257SDL_RenderFlush(SDL_Renderer * renderer)

Callers 15

SDL_RendererEventWatchFunction · 0.85
SDL_SetRenderTargetFunction · 0.85
SDL_RenderSetViewportFunction · 0.85
SDL_RenderSetClipRectFunction · 0.85
SDL_RenderClearFunction · 0.85
SDL_RenderDrawPointsFunction · 0.85
SDL_RenderDrawPointsFFunction · 0.85
RenderDrawLinesWithRectsFunction · 0.85
SDL_RenderDrawLinesFunction · 0.85

Calls 1

FlushRenderCommandsFunction · 0.85

Tested by

no test coverage detected