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