Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDevice16BitStorageFeatures.Ptr
Packages that use VkPhysicalDevice16BitStorageFeatures.Ptr
-
Uses of VkPhysicalDevice16BitStorageFeatures.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDevice16BitStorageFeatures.PtrModifier and TypeMethodDescriptionVkPhysicalDevice16BitStorageFeatures.Ptr.offset
(long offset) VkPhysicalDevice16BitStorageFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevice16BitStorageFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevice16BitStorageFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDevice16BitStorageFeatures.Ptr
, but with the new size.VkPhysicalDevice16BitStorageFeatures.Ptr.slice
(long end) VkPhysicalDevice16BitStorageFeatures.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).