Uses of Record Class
club.doki7.webgpu.datatype.WGPUVertexAttribute
Packages that use WGPUVertexAttribute
-
Uses of WGPUVertexAttribute in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUVertexAttributeModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPUVertexAttributeModifier and TypeMethodDescriptionstatic WGPUVertexAttribute@NotNull WGPUVertexAttributeWGPUVertexAttribute.Ptr.at(long index) Returns (a pointer to) the structure at the given index.@Nullable WGPUVertexAttributeWGPUVertexBufferLayout.attributes()static WGPUVertexAttributeWGPUVertexAttribute.clone(Arena arena, WGPUVertexAttribute src) WGPUVertexAttribute.format(int value) WGPUVertexAttribute.offset(long value) WGPUVertexAttribute.shaderLocation(int value) WGPUVertexAttribute.Ptr.toArray()Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUVertexAttributeModifier and TypeMethodDescription@NotNull Iterator<WGPUVertexAttribute> WGPUVertexAttribute.Ptr.iterator()Methods in club.doki7.webgpu.datatype with parameters of type WGPUVertexAttributeModifier and TypeMethodDescriptionstatic WGPUVertexAttributeWGPUVertexAttribute.clone(Arena arena, WGPUVertexAttribute src) voidWGPUVertexAttribute.Ptr.write(long index, @NotNull WGPUVertexAttribute value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUVertexAttributeModifier and TypeMethodDescriptionWGPUVertexAttribute.Ptr.at(long index, @NotNull Consumer<@NotNull WGPUVertexAttribute> consumer)