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 recordRepresents a pointer to / an array ofVkDeviceGroupPresentInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDeviceGroupPresentInfoKHRModifier and TypeMethodDescriptionstatic VkDeviceGroupPresentInfoKHR@NotNull VkDeviceGroupPresentInfoKHRVkDeviceGroupPresentInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkDeviceGroupPresentInfoKHRVkDeviceGroupPresentInfoKHR.clone(Arena arena, VkDeviceGroupPresentInfoKHR src) VkDeviceGroupPresentInfoKHR.mode(int value) VkDeviceGroupPresentInfoKHR.pDeviceMasks(@Nullable IntPtr value) VkDeviceGroupPresentInfoKHR.pNext(@NotNull MemorySegment 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 VkDeviceGroupPresentInfoKHRVkDeviceGroupPresentInfoKHR.clone(Arena arena, VkDeviceGroupPresentInfoKHR src) voidVkDeviceGroupPresentInfoKHR.Ptr.write(long index, @NotNull VkDeviceGroupPresentInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDeviceGroupPresentInfoKHRModifier and TypeMethodDescriptionVkDeviceGroupPresentInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkDeviceGroupPresentInfoKHR> consumer)