Uses of Record Class
club.doki7.webgpu.datatype.WGPUShaderSourceWgsl
Packages that use WGPUShaderSourceWgsl
-
Uses of WGPUShaderSourceWgsl in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUShaderSourceWgslModifier 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 WGPUShaderSourceWgslModifier and TypeMethodDescriptionstatic WGPUShaderSourceWgsl
@NotNull WGPUShaderSourceWgsl
WGPUShaderSourceWgsl.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.WGPUShaderSourceWgsl.chain
(@NotNull WGPUChainedStruct value) WGPUShaderSourceWgsl.chain
(Consumer<@NotNull WGPUChainedStruct> consumer) static WGPUShaderSourceWgsl
WGPUShaderSourceWgsl.clone
(Arena arena, WGPUShaderSourceWgsl src) WGPUShaderSourceWgsl.code
(@NotNull WGPUStringView value) WGPUShaderSourceWgsl.code
(Consumer<@NotNull WGPUStringView> consumer) WGPUShaderSourceWgsl.Ptr.toArray()
Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUShaderSourceWgslModifier and TypeMethodDescription@NotNull Iterator
<WGPUShaderSourceWgsl> WGPUShaderSourceWgsl.Ptr.iterator()
Methods in club.doki7.webgpu.datatype with parameters of type WGPUShaderSourceWgslModifier and TypeMethodDescriptionstatic WGPUShaderSourceWgsl
WGPUShaderSourceWgsl.clone
(Arena arena, WGPUShaderSourceWgsl src) void
WGPUShaderSourceWgsl.Ptr.write
(long index, @NotNull WGPUShaderSourceWgsl value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUShaderSourceWgslModifier and TypeMethodDescriptionWGPUShaderSourceWgsl.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUShaderSourceWgsl> consumer)