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 record
Represents 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 WGPUVertexAttribute
WGPUVertexAttribute.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.@Nullable WGPUVertexAttribute
WGPUVertexBufferLayout.attributes()
static WGPUVertexAttribute
WGPUVertexAttribute.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 WGPUVertexAttribute
WGPUVertexAttribute.clone
(Arena arena, WGPUVertexAttribute src) void
WGPUVertexAttribute.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)