Uses of Record Class
club.doki7.webgpu.datatype.WGPUShaderSourceSpirv
Packages that use WGPUShaderSourceSpirv
-
Uses of WGPUShaderSourceSpirv in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUShaderSourceSpirvModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPUShaderSourceSpirvModifier and TypeMethodDescriptionstatic WGPUShaderSourceSpirv@NotNull WGPUShaderSourceSpirvWGPUShaderSourceSpirv.Ptr.at(long index) Returns (a pointer to) the structure at the given index.WGPUShaderSourceSpirv.chain(@NotNull WGPUChainedStruct value) WGPUShaderSourceSpirv.chain(Consumer<@NotNull WGPUChainedStruct> consumer) static WGPUShaderSourceSpirvWGPUShaderSourceSpirv.clone(Arena arena, WGPUShaderSourceSpirv src) WGPUShaderSourceSpirv.codeSize(int value) WGPUShaderSourceSpirv.Ptr.toArray()Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUShaderSourceSpirvModifier and TypeMethodDescription@NotNull Iterator<WGPUShaderSourceSpirv> WGPUShaderSourceSpirv.Ptr.iterator()Methods in club.doki7.webgpu.datatype with parameters of type WGPUShaderSourceSpirvModifier and TypeMethodDescriptionstatic WGPUShaderSourceSpirvWGPUShaderSourceSpirv.clone(Arena arena, WGPUShaderSourceSpirv src) voidWGPUShaderSourceSpirv.Ptr.write(long index, @NotNull WGPUShaderSourceSpirv value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUShaderSourceSpirvModifier and TypeMethodDescriptionWGPUShaderSourceSpirv.Ptr.at(long index, @NotNull Consumer<@NotNull WGPUShaderSourceSpirv> consumer)