Uses of Record Class
club.doki7.vulkan.datatype.VkDeviceGroupCommandBufferBeginInfo
Packages that use VkDeviceGroupCommandBufferBeginInfo
-
Uses of VkDeviceGroupCommandBufferBeginInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDeviceGroupCommandBufferBeginInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkDeviceGroupCommandBufferBeginInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDeviceGroupCommandBufferBeginInfoModifier and TypeMethodDescription@NotNull VkDeviceGroupCommandBufferBeginInfo
VkDeviceGroupCommandBufferBeginInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkDeviceGroupCommandBufferBeginInfo.clone
(Arena arena, VkDeviceGroupCommandBufferBeginInfo src) VkDeviceGroupCommandBufferBeginInfo.deviceMask
(int value) VkDeviceGroupCommandBufferBeginInfo.pNext
(@NotNull MemorySegment value) VkDeviceGroupCommandBufferBeginInfo.sType
(int value) VkDeviceGroupCommandBufferBeginInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDeviceGroupCommandBufferBeginInfoModifier and TypeMethodDescription@NotNull Iterator
<VkDeviceGroupCommandBufferBeginInfo> VkDeviceGroupCommandBufferBeginInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkDeviceGroupCommandBufferBeginInfoModifier and TypeMethodDescriptionVkDeviceGroupCommandBufferBeginInfo.clone
(Arena arena, VkDeviceGroupCommandBufferBeginInfo src) void
VkDeviceGroupCommandBufferBeginInfo.Ptr.write
(long index, @NotNull VkDeviceGroupCommandBufferBeginInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDeviceGroupCommandBufferBeginInfoModifier and TypeMethodDescriptionVkDeviceGroupCommandBufferBeginInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkDeviceGroupCommandBufferBeginInfo> consumer)