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