SDL Wiki
(This is the documentation for SDL3, which is under heavy development and the API is changing! SDL2 is the current stable version!)

SDL_SubmitGPUCommandBuffer

Submits a command buffer so its commands can be processed on the GPU.

Header File

Defined in <SDL3/SDL_gpu.h>

Syntax

void SDL_SubmitGPUCommandBuffer(
    SDL_GPUCommandBuffer *command_buffer);

Function Parameters

SDL_GPUCommandBuffer * command_buffer a command buffer.

Remarks

It is invalid to use the command buffer after this is called.

This must be called from the thread the command buffer was acquired on.

All commands in the submission are guaranteed to begin executing before any command in a subsequent submission begins executing.

Version

This function is available since SDL 3.0.0.

See Also


CategoryAPI, CategoryAPIFunction, CategoryGPU


[ edit | delete | history | feedback | raw ]

[ front page | index | search | recent changes | git repo | offline html ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.