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