Uses of Record Class
club.doki7.webgpu.datatype.WGPUVertexBufferLayout
Packages that use WGPUVertexBufferLayout
-
Uses of WGPUVertexBufferLayout in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUVertexBufferLayoutModifier 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 WGPUVertexBufferLayoutModifier and TypeMethodDescriptionstatic WGPUVertexBufferLayout
WGPUVertexBufferLayout.arrayStride
(long value) @NotNull WGPUVertexBufferLayout
WGPUVertexBufferLayout.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.WGPUVertexBufferLayout.attributeCount
(long value) WGPUVertexBufferLayout.attributes
(@Nullable IWGPUVertexAttribute value) @Nullable WGPUVertexBufferLayout
WGPUVertexState.buffers()
static WGPUVertexBufferLayout
WGPUVertexBufferLayout.clone
(Arena arena, WGPUVertexBufferLayout src) WGPUVertexBufferLayout.stepMode
(int value) WGPUVertexBufferLayout.Ptr.toArray()
Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUVertexBufferLayoutModifier and TypeMethodDescription@NotNull Iterator
<WGPUVertexBufferLayout> WGPUVertexBufferLayout.Ptr.iterator()
Methods in club.doki7.webgpu.datatype with parameters of type WGPUVertexBufferLayoutModifier and TypeMethodDescriptionstatic WGPUVertexBufferLayout
WGPUVertexBufferLayout.clone
(Arena arena, WGPUVertexBufferLayout src) void
WGPUVertexBufferLayout.Ptr.write
(long index, @NotNull WGPUVertexBufferLayout value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUVertexBufferLayoutModifier and TypeMethodDescriptionWGPUVertexBufferLayout.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUVertexBufferLayout> consumer)