From d5e1385c91d25b71f5bad69dd80c3fef17f056a8 Mon Sep 17 00:00:00 2001 From: Caleb Cornett Date: Thu, 12 Sep 2024 09:10:20 -0500 Subject: [PATCH] Fixed typos in SDL_gpu.h --- include/SDL3/SDL_gpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_gpu.h b/include/SDL3/SDL_gpu.h index 5f115e936b..e260dab4d1 100644 --- a/include/SDL3/SDL_gpu.h +++ b/include/SDL3/SDL_gpu.h @@ -2652,7 +2652,7 @@ extern SDL_DECLSPEC void SDLCALL SDL_DrawGPUPrimitives( * buffer. * * The buffer must consist of tightly-packed draw parameter sets that each - * match the the layout of SDL_GPUIndirectDrawCommand. You must not call this + * match the layout of SDL_GPUIndirectDrawCommand. You must not call this * function before binding a graphics pipeline. * * \param render_pass a render pass handle. @@ -2674,7 +2674,7 @@ extern SDL_DECLSPEC void SDLCALL SDL_DrawGPUPrimitivesIndirect( * draw parameters set from a buffer. * * The buffer must consist of tightly-packed draw parameter sets that each - * match the the layout of SDL_GPUIndexedIndirectDrawCommand. You must not + * match the layout of SDL_GPUIndexedIndirectDrawCommand. You must not * call this function before binding a graphics pipeline. * * \param render_pass a render pass handle.