Uses of Record Class
club.doki7.vulkan.datatype.VkIndirectCommandsLayoutTokenNV
Packages that use VkIndirectCommandsLayoutTokenNV
-
Uses of VkIndirectCommandsLayoutTokenNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkIndirectCommandsLayoutTokenNVModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkIndirectCommandsLayoutTokenNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkIndirectCommandsLayoutTokenNVModifier and TypeMethodDescription@NotNull VkIndirectCommandsLayoutTokenNVVkIndirectCommandsLayoutTokenNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkIndirectCommandsLayoutTokenNV.clone(Arena arena, VkIndirectCommandsLayoutTokenNV src) VkIndirectCommandsLayoutTokenNV.indexTypeCount(int value) VkIndirectCommandsLayoutTokenNV.indirectStateFlags(int value) VkIndirectCommandsLayoutTokenNV.offset(int value) VkIndirectCommandsLayoutTokenNV.pIndexTypes(@Nullable IntPtr value) VkIndirectCommandsLayoutTokenNV.pIndexTypeValues(@Nullable IntPtr value) VkIndirectCommandsLayoutTokenNV.pNext(@NotNull MemorySegment value) @Nullable VkIndirectCommandsLayoutTokenNVVkIndirectCommandsLayoutCreateInfoNV.pTokens()VkIndirectCommandsLayoutTokenNV.pushconstantOffset(int value) VkIndirectCommandsLayoutTokenNV.pushconstantPipelineLayout(@Nullable VkPipelineLayout value) VkIndirectCommandsLayoutTokenNV.pushconstantShaderStageFlags(int value) VkIndirectCommandsLayoutTokenNV.pushconstantSize(int value) VkIndirectCommandsLayoutTokenNV.stream(int value) VkIndirectCommandsLayoutTokenNV.sType(int value) VkIndirectCommandsLayoutTokenNV.Ptr.toArray()VkIndirectCommandsLayoutTokenNV.tokenType(int value) VkIndirectCommandsLayoutTokenNV.vertexBindingUnit(int value) VkIndirectCommandsLayoutTokenNV.vertexDynamicStride(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkIndirectCommandsLayoutTokenNVModifier and TypeMethodDescription@NotNull Iterator<VkIndirectCommandsLayoutTokenNV> VkIndirectCommandsLayoutTokenNV.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkIndirectCommandsLayoutTokenNVModifier and TypeMethodDescriptionVkIndirectCommandsLayoutTokenNV.clone(Arena arena, VkIndirectCommandsLayoutTokenNV src) voidVkIndirectCommandsLayoutTokenNV.Ptr.write(long index, @NotNull VkIndirectCommandsLayoutTokenNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkIndirectCommandsLayoutTokenNVModifier and TypeMethodDescriptionVkIndirectCommandsLayoutTokenNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkIndirectCommandsLayoutTokenNV> consumer)