diff --git a/include/SDL3/SDL_gpu.h b/include/SDL3/SDL_gpu.h index 4fd4acdbfd..34ab9ebc43 100644 --- a/include/SDL3/SDL_gpu.h +++ b/include/SDL3/SDL_gpu.h @@ -1887,6 +1887,7 @@ typedef struct SDL_GPUMultisampleState * \since This struct is available since SDL 3.2.0. * * \sa SDL_GPUGraphicsPipelineCreateInfo + * \sa SDL_GPUCompareOp * \sa SDL_GPUStencilOpState */ typedef struct SDL_GPUDepthStencilState @@ -1911,6 +1912,8 @@ typedef struct SDL_GPUDepthStencilState * \since This struct is available since SDL 3.2.0. * * \sa SDL_GPUGraphicsPipelineTargetInfo + * \sa SDL_GPUTextureFormat + * \sa SDL_GPUColorTargetBlendState */ typedef struct SDL_GPUColorTargetDescription {