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 TypeMethodDescriptionVkPhysicalDeviceVulkan12Features.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceVulkan12Features> consumer) @NotNull VkPhysicalDeviceVulkan12Features.PtrVkPhysicalDeviceVulkan12Features.Ptr.offset(long offset) @NotNull VkPhysicalDeviceVulkan12Features.PtrVkPhysicalDeviceVulkan12Features.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceVulkan12Features.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceVulkan12Features.Ptrthat uses the same backing storage as thisVkPhysicalDeviceVulkan12Features.Ptr, but with the new size.VkPhysicalDeviceVulkan12Features.Ptr.slice(long end) @NotNull VkPhysicalDeviceVulkan12Features.PtrVkPhysicalDeviceVulkan12Features.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).