Uses of Record Class
club.doki7.webgpu.datatype.WGPURenderBundleEncoderDescriptor
Packages that use WGPURenderBundleEncoderDescriptor
-
Uses of WGPURenderBundleEncoderDescriptor in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPURenderBundleEncoderDescriptorModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPURenderBundleEncoderDescriptorModifier and TypeMethodDescription@NotNull WGPURenderBundleEncoderDescriptorWGPURenderBundleEncoderDescriptor.Ptr.at(long index) Returns (a pointer to) the structure at the given index.WGPURenderBundleEncoderDescriptor.clone(Arena arena, WGPURenderBundleEncoderDescriptor src) WGPURenderBundleEncoderDescriptor.colorFormatCount(long value) WGPURenderBundleEncoderDescriptor.colorFormats(@Nullable IntPtr value) WGPURenderBundleEncoderDescriptor.depthReadOnly(int value) WGPURenderBundleEncoderDescriptor.depthStencilFormat(int value) WGPURenderBundleEncoderDescriptor.label(@NotNull WGPUStringView value) WGPURenderBundleEncoderDescriptor.label(Consumer<@NotNull WGPUStringView> consumer) WGPURenderBundleEncoderDescriptor.nextInChain(@Nullable IWGPUChainedStruct value) WGPURenderBundleEncoderDescriptor.sampleCount(int value) WGPURenderBundleEncoderDescriptor.stencilReadOnly(int value) WGPURenderBundleEncoderDescriptor.Ptr.toArray()Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPURenderBundleEncoderDescriptorModifier and TypeMethodDescription@NotNull Iterator<WGPURenderBundleEncoderDescriptor> WGPURenderBundleEncoderDescriptor.Ptr.iterator()Methods in club.doki7.webgpu.datatype with parameters of type WGPURenderBundleEncoderDescriptorModifier and TypeMethodDescriptionWGPURenderBundleEncoderDescriptor.clone(Arena arena, WGPURenderBundleEncoderDescriptor src) voidWGPURenderBundleEncoderDescriptor.Ptr.write(long index, @NotNull WGPURenderBundleEncoderDescriptor value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPURenderBundleEncoderDescriptorModifier and TypeMethodDescriptionWGPURenderBundleEncoderDescriptor.Ptr.at(long index, @NotNull Consumer<@NotNull WGPURenderBundleEncoderDescriptor> consumer)