SDL_ReleaseGPUGraphicsPipeline

Frees the given graphics pipeline as soon as it is safe to do so.

You must not reference the graphics pipeline after calling this function.

extern (C) nothrow @nogc extern
void
SDL_ReleaseGPUGraphicsPipeline

Parameters

device SDL_GPUDevice*

a GPU context.

graphics_pipeline SDL_GPUGraphicsPipeline*

a graphics pipeline to be destroyed.

Meta