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 record
Represents 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 WGPUShaderSourceSpirv
WGPUShaderSourceSpirv.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 WGPUShaderSourceSpirv
WGPUShaderSourceSpirv.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 WGPUShaderSourceSpirv
WGPUShaderSourceSpirv.clone
(Arena arena, WGPUShaderSourceSpirv src) void
WGPUShaderSourceSpirv.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)