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 recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPUVertexBufferLayoutModifier and TypeMethodDescriptionstatic WGPUVertexBufferLayoutWGPUVertexBufferLayout.arrayStride(long value) @NotNull WGPUVertexBufferLayoutWGPUVertexBufferLayout.Ptr.at(long index) Returns (a pointer to) the structure at the given index.WGPUVertexBufferLayout.attributeCount(long value) WGPUVertexBufferLayout.attributes(@Nullable IWGPUVertexAttribute value) @Nullable WGPUVertexBufferLayoutWGPUVertexState.buffers()static WGPUVertexBufferLayoutWGPUVertexBufferLayout.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 WGPUVertexBufferLayoutWGPUVertexBufferLayout.clone(Arena arena, WGPUVertexBufferLayout src) voidWGPUVertexBufferLayout.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)