Uses of Record Class
club.doki7.vulkan.datatype.VkDisplayPlaneInfo2KHR
Packages that use VkDisplayPlaneInfo2KHR
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkDisplayPlaneInfo2KHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDisplayPlaneInfo2KHRModifier and TypeMethodDescriptionint
VkInstanceCommands.getDisplayPlaneCapabilities2KHR
(VkPhysicalDevice physicalDevice, VkDisplayPlaneInfo2KHR pDisplayPlaneInfo, VkDisplayPlaneCapabilities2KHR pCapabilities) -
Uses of VkDisplayPlaneInfo2KHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDisplayPlaneInfo2KHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkDisplayPlaneInfo2KHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDisplayPlaneInfo2KHRModifier and TypeMethodDescriptionstatic VkDisplayPlaneInfo2KHR
@NotNull VkDisplayPlaneInfo2KHR
VkDisplayPlaneInfo2KHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkDisplayPlaneInfo2KHR
VkDisplayPlaneInfo2KHR.clone
(Arena arena, VkDisplayPlaneInfo2KHR src) VkDisplayPlaneInfo2KHR.mode
(@Nullable VkDisplayModeKHR value) VkDisplayPlaneInfo2KHR.planeIndex
(int value) VkDisplayPlaneInfo2KHR.pNext
(@NotNull MemorySegment value) VkDisplayPlaneInfo2KHR.sType
(int value) VkDisplayPlaneInfo2KHR.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDisplayPlaneInfo2KHRModifier and TypeMethodDescription@NotNull Iterator
<VkDisplayPlaneInfo2KHR> VkDisplayPlaneInfo2KHR.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkDisplayPlaneInfo2KHRModifier and TypeMethodDescriptionstatic VkDisplayPlaneInfo2KHR
VkDisplayPlaneInfo2KHR.clone
(Arena arena, VkDisplayPlaneInfo2KHR src) void
VkDisplayPlaneInfo2KHR.Ptr.write
(long index, @NotNull VkDisplayPlaneInfo2KHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDisplayPlaneInfo2KHRModifier and TypeMethodDescriptionVkDisplayPlaneInfo2KHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkDisplayPlaneInfo2KHR> consumer)