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 recordRepresents 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 WGPUShaderDefineWGPUShaderDefine.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static WGPUShaderDefineWGPUShaderDefine.clone(Arena arena, WGPUShaderDefine src) @Nullable WGPUShaderDefineWGPUShaderSourceGLSL.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 WGPUShaderDefineWGPUShaderDefine.clone(Arena arena, WGPUShaderDefine src) voidWGPUShaderDefine.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)