Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceVulkan13Properties.Ptr
Packages that use VkPhysicalDeviceVulkan13Properties.Ptr
-
Uses of VkPhysicalDeviceVulkan13Properties.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceVulkan13Properties.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceVulkan13Properties.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceVulkan13Properties> consumer) VkPhysicalDeviceVulkan13Properties.Ptr.offset
(long offset) VkPhysicalDeviceVulkan13Properties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceVulkan13Properties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceVulkan13Properties.Ptr
that uses the same backing storage as thisVkPhysicalDeviceVulkan13Properties.Ptr
, but with the new size.VkPhysicalDeviceVulkan13Properties.Ptr.slice
(long end) VkPhysicalDeviceVulkan13Properties.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).