Uses of Record Class
club.doki7.vulkan.datatype.VkDeviceGroupPresentInfoKHR
Packages that use VkDeviceGroupPresentInfoKHR
-
Uses of VkDeviceGroupPresentInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDeviceGroupPresentInfoKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkDeviceGroupPresentInfoKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDeviceGroupPresentInfoKHRModifier and TypeMethodDescriptionstatic VkDeviceGroupPresentInfoKHR
@NotNull VkDeviceGroupPresentInfoKHR
VkDeviceGroupPresentInfoKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkDeviceGroupPresentInfoKHR
VkDeviceGroupPresentInfoKHR.clone
(Arena arena, VkDeviceGroupPresentInfoKHR src) VkDeviceGroupPresentInfoKHR.mode
(int value) VkDeviceGroupPresentInfoKHR.pDeviceMasks
(@Nullable IntPtr value) VkDeviceGroupPresentInfoKHR.sType
(int value) VkDeviceGroupPresentInfoKHR.swapchainCount
(int value) VkDeviceGroupPresentInfoKHR.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDeviceGroupPresentInfoKHRModifier and TypeMethodDescription@NotNull Iterator
<VkDeviceGroupPresentInfoKHR> VkDeviceGroupPresentInfoKHR.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkDeviceGroupPresentInfoKHRModifier and TypeMethodDescriptionstatic VkDeviceGroupPresentInfoKHR
VkDeviceGroupPresentInfoKHR.clone
(Arena arena, VkDeviceGroupPresentInfoKHR src) void
VkDeviceGroupPresentInfoKHR.Ptr.write
(long index, @NotNull VkDeviceGroupPresentInfoKHR value)