logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_GenerateMipmapsForGPUTexture - Generates mipmaps for the given texture.

Availability

       This function is available since SDL 3.2.0.

Simple Directmedia Layer                           SDL 3.2.10                SDL_GenerateMipmapsForGPUTexture(3)

Description

       This function must not be called inside of any pass.

Function Parameters

command_buffer
              a command_buffer.

       texture
              a texture with more than 1 mip level.

Header File

       Defined in SDL3/SDL_gpu.h

Name

       SDL_GenerateMipmapsForGPUTexture - Generates mipmaps for the given texture.

Synopsis

#include"SDL3/SDL.h"voidSDL_GenerateMipmapsForGPUTexture(SDL_GPUCommandBuffer*command_buffer,SDL_GPUTexture*texture);

See Also