Uses of Record Class
club.doki7.webgpu.datatype.WGPUTextureDescriptor
Packages that use WGPUTextureDescriptor
-
Uses of WGPUTextureDescriptor in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUTextureDescriptorModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPUTextureDescriptorModifier and TypeMethodDescriptionstatic WGPUTextureDescriptor@NotNull WGPUTextureDescriptorWGPUTextureDescriptor.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static WGPUTextureDescriptorWGPUTextureDescriptor.clone(Arena arena, WGPUTextureDescriptor src) WGPUTextureDescriptor.dimension(int value) WGPUTextureDescriptor.format(int value) WGPUTextureDescriptor.label(@NotNull WGPUStringView value) WGPUTextureDescriptor.label(Consumer<@NotNull WGPUStringView> consumer) WGPUTextureDescriptor.mipLevelCount(int value) WGPUTextureDescriptor.nextInChain(@Nullable IWGPUChainedStruct value) WGPUTextureDescriptor.sampleCount(int value) WGPUTextureDescriptor.size(@NotNull WGPUExtent3d value) WGPUTextureDescriptor.size(Consumer<@NotNull WGPUExtent3d> consumer) WGPUTextureDescriptor.Ptr.toArray()WGPUTextureDescriptor.usage(long value) WGPUTextureDescriptor.viewFormatCount(long value) WGPUTextureDescriptor.viewFormats(@Nullable IntPtr value) Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUTextureDescriptorModifier and TypeMethodDescription@NotNull Iterator<WGPUTextureDescriptor> WGPUTextureDescriptor.Ptr.iterator()Methods in club.doki7.webgpu.datatype with parameters of type WGPUTextureDescriptorModifier and TypeMethodDescriptionstatic WGPUTextureDescriptorWGPUTextureDescriptor.clone(Arena arena, WGPUTextureDescriptor src) voidWGPUTextureDescriptor.Ptr.write(long index, @NotNull WGPUTextureDescriptor value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUTextureDescriptorModifier and TypeMethodDescriptionWGPUTextureDescriptor.Ptr.at(long index, @NotNull Consumer<@NotNull WGPUTextureDescriptor> consumer)