Uses of Record Class
club.doki7.webgpu.datatype.WGPUSamplerDescriptor
Packages that use WGPUSamplerDescriptor
-
Uses of WGPUSamplerDescriptor in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUSamplerDescriptorModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPUSamplerDescriptorModifier and TypeMethodDescriptionWGPUSamplerDescriptor.addressModeU(int value) WGPUSamplerDescriptor.addressModeV(int value) WGPUSamplerDescriptor.addressModeW(int value) static WGPUSamplerDescriptor@NotNull WGPUSamplerDescriptorWGPUSamplerDescriptor.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static WGPUSamplerDescriptorWGPUSamplerDescriptor.clone(Arena arena, WGPUSamplerDescriptor src) WGPUSamplerDescriptor.compare(int value) WGPUSamplerDescriptor.label(@NotNull WGPUStringView value) WGPUSamplerDescriptor.label(Consumer<@NotNull WGPUStringView> consumer) WGPUSamplerDescriptor.lodMaxClamp(float value) WGPUSamplerDescriptor.lodMinClamp(float value) WGPUSamplerDescriptor.magFilter(int value) WGPUSamplerDescriptor.maxAnisotropy(short value) WGPUSamplerDescriptor.minFilter(int value) WGPUSamplerDescriptor.mipmapFilter(int value) WGPUSamplerDescriptor.nextInChain(@Nullable IWGPUChainedStruct value) WGPUSamplerDescriptor.Ptr.toArray()Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUSamplerDescriptorModifier and TypeMethodDescription@NotNull Iterator<WGPUSamplerDescriptor> WGPUSamplerDescriptor.Ptr.iterator()Methods in club.doki7.webgpu.datatype with parameters of type WGPUSamplerDescriptorModifier and TypeMethodDescriptionstatic WGPUSamplerDescriptorWGPUSamplerDescriptor.clone(Arena arena, WGPUSamplerDescriptor src) voidWGPUSamplerDescriptor.Ptr.write(long index, @NotNull WGPUSamplerDescriptor value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUSamplerDescriptorModifier and TypeMethodDescriptionWGPUSamplerDescriptor.Ptr.at(long index, @NotNull Consumer<@NotNull WGPUSamplerDescriptor> consumer)