SDL_ReleaseGPUSampler

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

You must not reference the sampler after calling this function.

extern (C) nothrow @nogc extern
void
SDL_ReleaseGPUSampler

Parameters

device SDL_GPUDevice*

a GPU context.

sampler SDL_GPUSampler*

a sampler to be destroyed.

Meta