Uses of Record Class
club.doki7.vulkan.datatype.VkDeviceGroupSubmitInfo
Packages that use VkDeviceGroupSubmitInfo
-
Uses of VkDeviceGroupSubmitInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDeviceGroupSubmitInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkDeviceGroupSubmitInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDeviceGroupSubmitInfoModifier and TypeMethodDescriptionstatic VkDeviceGroupSubmitInfo
@NotNull VkDeviceGroupSubmitInfo
VkDeviceGroupSubmitInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkDeviceGroupSubmitInfo
VkDeviceGroupSubmitInfo.clone
(Arena arena, VkDeviceGroupSubmitInfo src) VkDeviceGroupSubmitInfo.commandBufferCount
(int value) VkDeviceGroupSubmitInfo.pCommandBufferDeviceMasks
(@Nullable IntPtr value) VkDeviceGroupSubmitInfo.pNext
(@NotNull MemorySegment value) VkDeviceGroupSubmitInfo.pSignalSemaphoreDeviceIndices
(@Nullable IntPtr value) VkDeviceGroupSubmitInfo.pWaitSemaphoreDeviceIndices
(@Nullable IntPtr value) VkDeviceGroupSubmitInfo.signalSemaphoreCount
(int value) VkDeviceGroupSubmitInfo.sType
(int value) VkDeviceGroupSubmitInfo.Ptr.toArray()
VkDeviceGroupSubmitInfo.waitSemaphoreCount
(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDeviceGroupSubmitInfoModifier and TypeMethodDescription@NotNull Iterator
<VkDeviceGroupSubmitInfo> VkDeviceGroupSubmitInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkDeviceGroupSubmitInfoModifier and TypeMethodDescriptionstatic VkDeviceGroupSubmitInfo
VkDeviceGroupSubmitInfo.clone
(Arena arena, VkDeviceGroupSubmitInfo src) void
VkDeviceGroupSubmitInfo.Ptr.write
(long index, @NotNull VkDeviceGroupSubmitInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDeviceGroupSubmitInfoModifier and TypeMethodDescriptionVkDeviceGroupSubmitInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkDeviceGroupSubmitInfo> consumer)