Uses of Record Class
club.doki7.webgpu.datatype.WGPUPrimitiveState
Packages that use WGPUPrimitiveState
-
Uses of WGPUPrimitiveState in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUPrimitiveStateModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPUPrimitiveStateModifier and TypeMethodDescriptionstatic WGPUPrimitiveState@NotNull WGPUPrimitiveStateWGPUPrimitiveState.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static WGPUPrimitiveStateWGPUPrimitiveState.clone(Arena arena, WGPUPrimitiveState src) WGPUPrimitiveState.cullMode(int value) WGPUPrimitiveState.frontFace(int value) WGPUPrimitiveState.nextInChain(@Nullable IWGPUChainedStruct value) @NotNull WGPUPrimitiveStateWGPURenderPipelineDescriptor.primitive()WGPUPrimitiveState.stripIndexFormat(int value) WGPUPrimitiveState.Ptr.toArray()WGPUPrimitiveState.topology(int value) WGPUPrimitiveState.unclippedDepth(int value) Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUPrimitiveStateModifier and TypeMethodDescription@NotNull Iterator<WGPUPrimitiveState> WGPUPrimitiveState.Ptr.iterator()Methods in club.doki7.webgpu.datatype with parameters of type WGPUPrimitiveStateModifier and TypeMethodDescriptionstatic WGPUPrimitiveStateWGPUPrimitiveState.clone(Arena arena, WGPUPrimitiveState src) WGPURenderPipelineDescriptor.primitive(@NotNull WGPUPrimitiveState value) voidWGPUPrimitiveState.Ptr.write(long index, @NotNull WGPUPrimitiveState value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUPrimitiveStateModifier and TypeMethodDescriptionWGPUPrimitiveState.Ptr.at(long index, @NotNull Consumer<@NotNull WGPUPrimitiveState> consumer) WGPURenderPipelineDescriptor.primitive(Consumer<@NotNull WGPUPrimitiveState> consumer)