Uses of Record Class
club.doki7.vulkan.datatype.VkIndirectCommandsLayoutCreateInfoNV
Packages that use VkIndirectCommandsLayoutCreateInfoNV
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkIndirectCommandsLayoutCreateInfoNV in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkIndirectCommandsLayoutCreateInfoNVModifier and TypeMethodDescriptionint
VkDeviceCommands.createIndirectCommandsLayoutNV
(VkDevice device, VkIndirectCommandsLayoutCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkIndirectCommandsLayoutNV.Ptr pIndirectCommandsLayout) -
Uses of VkIndirectCommandsLayoutCreateInfoNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkIndirectCommandsLayoutCreateInfoNVModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkIndirectCommandsLayoutCreateInfoNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkIndirectCommandsLayoutCreateInfoNVModifier and TypeMethodDescription@NotNull VkIndirectCommandsLayoutCreateInfoNV
VkIndirectCommandsLayoutCreateInfoNV.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkIndirectCommandsLayoutCreateInfoNV.clone
(Arena arena, VkIndirectCommandsLayoutCreateInfoNV src) VkIndirectCommandsLayoutCreateInfoNV.flags
(int value) VkIndirectCommandsLayoutCreateInfoNV.pipelineBindPoint
(int value) VkIndirectCommandsLayoutCreateInfoNV.pNext
(@NotNull MemorySegment value) VkIndirectCommandsLayoutCreateInfoNV.pStreamStrides
(@Nullable IntPtr value) VkIndirectCommandsLayoutCreateInfoNV.pTokens
(@Nullable IVkIndirectCommandsLayoutTokenNV value) VkIndirectCommandsLayoutCreateInfoNV.streamCount
(int value) VkIndirectCommandsLayoutCreateInfoNV.sType
(int value) VkIndirectCommandsLayoutCreateInfoNV.Ptr.toArray()
VkIndirectCommandsLayoutCreateInfoNV.tokenCount
(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkIndirectCommandsLayoutCreateInfoNVModifier and TypeMethodDescription@NotNull Iterator
<VkIndirectCommandsLayoutCreateInfoNV> VkIndirectCommandsLayoutCreateInfoNV.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkIndirectCommandsLayoutCreateInfoNVModifier and TypeMethodDescriptionVkIndirectCommandsLayoutCreateInfoNV.clone
(Arena arena, VkIndirectCommandsLayoutCreateInfoNV src) void
VkIndirectCommandsLayoutCreateInfoNV.Ptr.write
(long index, @NotNull VkIndirectCommandsLayoutCreateInfoNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkIndirectCommandsLayoutCreateInfoNVModifier and TypeMethodDescriptionVkIndirectCommandsLayoutCreateInfoNV.Ptr.at
(long index, @NotNull Consumer<@NotNull VkIndirectCommandsLayoutCreateInfoNV> consumer)