Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDevicePresentIdFeaturesKHR.Ptr
Packages that use VkPhysicalDevicePresentIdFeaturesKHR.Ptr
-
Uses of VkPhysicalDevicePresentIdFeaturesKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDevicePresentIdFeaturesKHR.PtrModifier and TypeMethodDescriptionVkPhysicalDevicePresentIdFeaturesKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDevicePresentIdFeaturesKHR> consumer) VkPhysicalDevicePresentIdFeaturesKHR.Ptr.offset(long offset) VkPhysicalDevicePresentIdFeaturesKHR.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevicePresentIdFeaturesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevicePresentIdFeaturesKHR.Ptrthat uses the same backing storage as thisVkPhysicalDevicePresentIdFeaturesKHR.Ptr, but with the new size.VkPhysicalDevicePresentIdFeaturesKHR.Ptr.slice(long end) VkPhysicalDevicePresentIdFeaturesKHR.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).