From 773d64e38e1cf6efb7c961bb01527f1e438cd547 Mon Sep 17 00:00:00 2001 From: Nikita Kogut Date: Fri, 7 Feb 2025 02:00:26 +0000 Subject: [PATCH] SDL3/SDL_GPUSamplerCreateInfo: Improve see also section Live page is here: https://wiki.libsdl.org/SDL3/SDL_GPUSamplerCreateInfo --- SDL3/SDL_GPUSamplerCreateInfo.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SDL3/SDL_GPUSamplerCreateInfo.md b/SDL3/SDL_GPUSamplerCreateInfo.md index 3626362ec..4fdf93bb1 100644 --- a/SDL3/SDL_GPUSamplerCreateInfo.md +++ b/SDL3/SDL_GPUSamplerCreateInfo.md @@ -38,6 +38,10 @@ This function is available since SDL 3.2.0. ## See Also - [SDL_CreateGPUSampler](SDL_CreateGPUSampler) +- [SDL_GPUFilter](SDL_GPUFilter) +- [SDL_GPUSamplerMipmapMode](SDL_GPUSamplerMipmapMode) +- [SDL_GPUSamplerAddressMode](SDL_GPUSamplerAddressMode) +- [SDL_GPUCompareOp](SDL_GPUCompareOp) ---- [CategoryAPI](CategoryAPI), [CategoryAPIStruct](CategoryAPIStruct), [CategoryGPU](CategoryGPU)