Uses of Record Class
club.doki7.sdl3.datatype.SDL_GPUTextureCreateInfo
Packages that use SDL_GPUTextureCreateInfo
-
Uses of SDL_GPUTextureCreateInfo in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_GPUTextureCreateInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.sdl3.datatype that return SDL_GPUTextureCreateInfoModifier and TypeMethodDescriptionstatic SDL_GPUTextureCreateInfo@NotNull SDL_GPUTextureCreateInfoSDL_GPUTextureCreateInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static SDL_GPUTextureCreateInfoSDL_GPUTextureCreateInfo.clone(Arena arena, SDL_GPUTextureCreateInfo src) SDL_GPUTextureCreateInfo.format(int value) SDL_GPUTextureCreateInfo.height(int value) SDL_GPUTextureCreateInfo.layer_count_or_depth(int value) SDL_GPUTextureCreateInfo.num_levels(int value) SDL_GPUTextureCreateInfo.props(int value) SDL_GPUTextureCreateInfo.sample_count(int value) SDL_GPUTextureCreateInfo.Ptr.toArray()SDL_GPUTextureCreateInfo.type(int value) SDL_GPUTextureCreateInfo.usage(int value) SDL_GPUTextureCreateInfo.width(int value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_GPUTextureCreateInfoModifier and TypeMethodDescription@NotNull Iterator<SDL_GPUTextureCreateInfo> SDL_GPUTextureCreateInfo.Ptr.iterator()Methods in club.doki7.sdl3.datatype with parameters of type SDL_GPUTextureCreateInfoModifier and TypeMethodDescriptionstatic SDL_GPUTextureCreateInfoSDL_GPUTextureCreateInfo.clone(Arena arena, SDL_GPUTextureCreateInfo src) voidSDL_GPUTextureCreateInfo.Ptr.write(long index, @NotNull SDL_GPUTextureCreateInfo value)