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