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_GPUTransferBufferCreateInfo - A structure specifying the parameters of a transfer buffer.

Availability

       This struct is available since SDL 3.2.0.

Name

       SDL_GPUTransferBufferCreateInfo - A structure specifying the parameters of a transfer buffer.

See Also

SDL_CreateGPUTransferBuffer(3)

Simple Directmedia Layer                           SDL 3.2.20             SDL_GPUTransferBufferCreateInfo(3type)

Synopsis

#include<SDL3/SDL_gpu.h>typedefstructSDL_GPUTransferBufferCreateInfo{SDL_GPUTransferBufferUsageusage;/**<Howthetransferbufferisintendedtobeusedbytheclient.*/Uint32size;/**<Thesizeinbytesofthetransferbuffer.*/SDL_PropertiesIDprops;/**<ApropertiesIDforextensions.Shouldbe0ifnoextensionsareneeded.*/}SDL_GPUTransferBufferCreateInfo;

See Also