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.offset
(long offset) VkPhysicalDeviceProtectedMemoryFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceProtectedMemoryFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceProtectedMemoryFeatures.Ptr
that 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).