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