Uses of Record Class
club.doki7.sdl3.datatype.SDL_GPUTextureSamplerBinding
Packages that use SDL_GPUTextureSamplerBinding
-
Uses of SDL_GPUTextureSamplerBinding in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_GPUTextureSamplerBindingModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.sdl3.datatype that return SDL_GPUTextureSamplerBindingModifier and TypeMethodDescriptionstatic SDL_GPUTextureSamplerBinding
@NotNull SDL_GPUTextureSamplerBinding
SDL_GPUTextureSamplerBinding.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static SDL_GPUTextureSamplerBinding
SDL_GPUTextureSamplerBinding.clone
(Arena arena, SDL_GPUTextureSamplerBinding src) SDL_GPUTextureSamplerBinding.sampler
(@Nullable SDL_GPUSampler value) SDL_GPUTextureSamplerBinding.texture
(@Nullable SDL_GPUTexture value) SDL_GPUTextureSamplerBinding.Ptr.toArray()
Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_GPUTextureSamplerBindingModifier and TypeMethodDescription@NotNull Iterator
<SDL_GPUTextureSamplerBinding> SDL_GPUTextureSamplerBinding.Ptr.iterator()
Methods in club.doki7.sdl3.datatype with parameters of type SDL_GPUTextureSamplerBindingModifier and TypeMethodDescriptionstatic SDL_GPUTextureSamplerBinding
SDL_GPUTextureSamplerBinding.clone
(Arena arena, SDL_GPUTextureSamplerBinding src) void
SDL_GPUTextureSamplerBinding.Ptr.write
(long index, @NotNull SDL_GPUTextureSamplerBinding value)