SDL_GenerateMipmapsForGPUTexture - Generates mipmaps for the given texture.
Contents
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);
