Uses of Record Class
club.doki7.webgpu.datatype.WGPUVertexState
Packages that use WGPUVertexState
-
Uses of WGPUVertexState in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUVertexStateModifier 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 WGPUVertexStateModifier and TypeMethodDescriptionstatic WGPUVertexState
@NotNull WGPUVertexState
WGPUVertexState.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.WGPUVertexState.bufferCount
(long value) WGPUVertexState.buffers
(@Nullable IWGPUVertexBufferLayout value) static WGPUVertexState
WGPUVertexState.clone
(Arena arena, WGPUVertexState src) WGPUVertexState.constantCount
(long value) WGPUVertexState.constants
(@Nullable IWGPUConstantEntry value) WGPUVertexState.entryPoint
(@NotNull WGPUStringView value) WGPUVertexState.entryPoint
(Consumer<@NotNull WGPUStringView> consumer) WGPUVertexState.module
(@Nullable WGPUShaderModule value) WGPUVertexState.nextInChain
(@Nullable IWGPUChainedStruct value) WGPUVertexState.Ptr.toArray()
@NotNull WGPUVertexState
WGPURenderPipelineDescriptor.vertex()
Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUVertexStateModifier and TypeMethodDescription@NotNull Iterator
<WGPUVertexState> WGPUVertexState.Ptr.iterator()
Methods in club.doki7.webgpu.datatype with parameters of type WGPUVertexStateModifier and TypeMethodDescriptionstatic WGPUVertexState
WGPUVertexState.clone
(Arena arena, WGPUVertexState src) WGPURenderPipelineDescriptor.vertex
(@NotNull WGPUVertexState value) void
WGPUVertexState.Ptr.write
(long index, @NotNull WGPUVertexState value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUVertexStateModifier and TypeMethodDescriptionWGPUVertexState.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUVertexState> consumer) WGPURenderPipelineDescriptor.vertex
(Consumer<@NotNull WGPUVertexState> consumer)