From 8deae5568b11d076861ab9844180d960cf431316 Mon Sep 17 00:00:00 2001 From: Nikita Kogut Date: Fri, 27 Dec 2024 17:11:45 +0000 Subject: [PATCH] SDL3/SDL_GPUVertexInputState: Add struct members links to See Also for better navigation Live page is here: https://wiki.libsdl.org/SDL3/SDL_GPUVertexInputState --- SDL3/SDL_GPUVertexInputState.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SDL3/SDL_GPUVertexInputState.md b/SDL3/SDL_GPUVertexInputState.md index 1f91acb45..be09eb432 100644 --- a/SDL3/SDL_GPUVertexInputState.md +++ b/SDL3/SDL_GPUVertexInputState.md @@ -26,6 +26,8 @@ This struct is available since SDL 3.1.3 ## See Also - [SDL_GPUGraphicsPipelineCreateInfo](SDL_GPUGraphicsPipelineCreateInfo) +- [SDL_GPUVertexBufferDescription](SDL_GPUVertexBufferDescription) +- [SDL_GPUVertexAttribute](SDL_GPUVertexAttribute) ---- [CategoryAPI](CategoryAPI), [CategoryAPIStruct](CategoryAPIStruct), [CategoryGPU](CategoryGPU)