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