Uses of Record Class
club.doki7.webgpu.datatype.WGPUShaderModuleDescriptorSpirV
Packages that use WGPUShaderModuleDescriptorSpirV
-
Uses of WGPUShaderModuleDescriptorSpirV in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUShaderModuleDescriptorSpirVModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPUShaderModuleDescriptorSpirVModifier and TypeMethodDescription@NotNull WGPUShaderModuleDescriptorSpirVWGPUShaderModuleDescriptorSpirV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.WGPUShaderModuleDescriptorSpirV.clone(Arena arena, WGPUShaderModuleDescriptorSpirV src) WGPUShaderModuleDescriptorSpirV.label(@NotNull WGPUStringView value) WGPUShaderModuleDescriptorSpirV.label(Consumer<@NotNull WGPUStringView> consumer) WGPUShaderModuleDescriptorSpirV.sourceSize(int value) WGPUShaderModuleDescriptorSpirV.Ptr.toArray()Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUShaderModuleDescriptorSpirVModifier and TypeMethodDescription@NotNull Iterator<WGPUShaderModuleDescriptorSpirV> WGPUShaderModuleDescriptorSpirV.Ptr.iterator()Methods in club.doki7.webgpu.datatype with parameters of type WGPUShaderModuleDescriptorSpirVModifier and TypeMethodDescriptionWGPUShaderModuleDescriptorSpirV.clone(Arena arena, WGPUShaderModuleDescriptorSpirV src) voidWGPUShaderModuleDescriptorSpirV.Ptr.write(long index, @NotNull WGPUShaderModuleDescriptorSpirV value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUShaderModuleDescriptorSpirVModifier and TypeMethodDescriptionWGPUShaderModuleDescriptorSpirV.Ptr.at(long index, @NotNull Consumer<@NotNull WGPUShaderModuleDescriptorSpirV> consumer)