Uses of Interface
club.doki7.sdl3.datatype.ISDL_GPUTextureCreateInfo
Packages that use ISDL_GPUTextureCreateInfo
-
Uses of ISDL_GPUTextureCreateInfo in club.doki7.sdl3
Methods in club.doki7.sdl3 with parameters of type ISDL_GPUTextureCreateInfoModifier and TypeMethodDescriptionSDL3.createGPUTexture
(@Nullable SDL_GPUDevice device, @Nullable ISDL_GPUTextureCreateInfo createinfo) Creates a texture object to be used in graphics or compute workflows. -
Uses of ISDL_GPUTextureCreateInfo in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement ISDL_GPUTextureCreateInfoModifier and TypeClassDescriptionfinal record
A structure specifying the parameters of a texture.static final record
Represents a pointer to / an array of null structure(s) in native memory.