Uses of Record Class
club.doki7.vulkan.handle.VkDisplayKHR.Ptr
Packages that use VkDisplayKHR.Ptr
Package
Description
Vulkan API commands
Opaque handle types of Vulkan API.
-
Uses of VkDisplayKHR.Ptr in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDisplayKHR.PtrModifier and TypeMethodDescriptionint
VkInstanceCommands.getDisplayPlaneSupportedDisplaysKHR
(VkPhysicalDevice physicalDevice, int planeIndex, IntPtr pDisplayCount, VkDisplayKHR.Ptr pDisplays) int
VkInstanceCommands.getDrmDisplayEXT
(VkPhysicalDevice physicalDevice, int drmFd, int connectorId, VkDisplayKHR.Ptr display) int
VkInstanceCommands.getRandROutputDisplayEXT
(VkPhysicalDevice physicalDevice, PointerPtr dpy, long rrOutput, VkDisplayKHR.Ptr pDisplay) int
VkInstanceCommands.getWinrtDisplayNV
(VkPhysicalDevice physicalDevice, int deviceRelativeId, VkDisplayKHR.Ptr pDisplay) -
Uses of VkDisplayKHR.Ptr in club.doki7.vulkan.handle
Methods in club.doki7.vulkan.handle that return VkDisplayKHR.PtrModifier and TypeMethodDescriptionstatic VkDisplayKHR.Ptr
static VkDisplayKHR.Ptr
static VkDisplayKHR.Ptr
VkDisplayKHR.Ptr.allocate
(Arena arena, @Nullable VkDisplayKHR @NotNull [] values) static VkDisplayKHR.Ptr
VkDisplayKHR.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable VkDisplayKHR> values) static VkDisplayKHR.Ptr
VkDisplayKHR.Ptr.allocateV
(Arena arena, @Nullable VkDisplayKHR value0, @Nullable VkDisplayKHR... values) VkDisplayKHR.Ptr.offset
(long offset) VkDisplayKHR.Ptr.reinterpret
(long newSize) Assume theVkDisplayKHR.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkDisplayKHR.Ptr
that uses the same backing storage as thisVkDisplayKHR.Ptr
, but with the new size.VkDisplayKHR.Ptr.slice
(long end) VkDisplayKHR.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).