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 TypeMethodDescriptionVkPhysicalDeviceVulkan14Features.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceVulkan14Features> consumer) @NotNull VkPhysicalDeviceVulkan14Features.PtrVkPhysicalDeviceVulkan14Features.Ptr.offset(long offset) @NotNull VkPhysicalDeviceVulkan14Features.PtrVkPhysicalDeviceVulkan14Features.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceVulkan14Features.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceVulkan14Features.Ptrthat uses the same backing storage as thisVkPhysicalDeviceVulkan14Features.Ptr, but with the new size.VkPhysicalDeviceVulkan14Features.Ptr.slice(long end) @NotNull VkPhysicalDeviceVulkan14Features.PtrVkPhysicalDeviceVulkan14Features.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).