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