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.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceProtectedMemoryProperties.Ptr
that 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).