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