Uses of Record Class
club.doki7.vulkan.datatype.VkDeviceGroupPresentCapabilitiesKHR
Packages that use VkDeviceGroupPresentCapabilitiesKHR
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkDeviceGroupPresentCapabilitiesKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDeviceGroupPresentCapabilitiesKHRModifier and TypeMethodDescriptionint
VkDeviceCommands.getDeviceGroupPresentCapabilitiesKHR
(VkDevice device, VkDeviceGroupPresentCapabilitiesKHR pDeviceGroupPresentCapabilities) -
Uses of VkDeviceGroupPresentCapabilitiesKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDeviceGroupPresentCapabilitiesKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkDeviceGroupPresentCapabilitiesKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDeviceGroupPresentCapabilitiesKHRModifier and TypeMethodDescription@NotNull VkDeviceGroupPresentCapabilitiesKHR
VkDeviceGroupPresentCapabilitiesKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkDeviceGroupPresentCapabilitiesKHR.clone
(Arena arena, VkDeviceGroupPresentCapabilitiesKHR src) VkDeviceGroupPresentCapabilitiesKHR.modes
(int value) VkDeviceGroupPresentCapabilitiesKHR.pNext
(@NotNull MemorySegment value) VkDeviceGroupPresentCapabilitiesKHR.presentMask
(IntPtr value) VkDeviceGroupPresentCapabilitiesKHR.presentMask
(@NotNull Consumer<IntPtr> consumer) VkDeviceGroupPresentCapabilitiesKHR.sType
(int value) VkDeviceGroupPresentCapabilitiesKHR.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDeviceGroupPresentCapabilitiesKHRModifier and TypeMethodDescription@NotNull Iterator
<VkDeviceGroupPresentCapabilitiesKHR> VkDeviceGroupPresentCapabilitiesKHR.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkDeviceGroupPresentCapabilitiesKHRModifier and TypeMethodDescriptionVkDeviceGroupPresentCapabilitiesKHR.clone
(Arena arena, VkDeviceGroupPresentCapabilitiesKHR src) void
VkDeviceGroupPresentCapabilitiesKHR.Ptr.write
(long index, @NotNull VkDeviceGroupPresentCapabilitiesKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDeviceGroupPresentCapabilitiesKHRModifier and TypeMethodDescriptionVkDeviceGroupPresentCapabilitiesKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkDeviceGroupPresentCapabilitiesKHR> consumer)