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.at(long index, @NotNull Consumer<@NotNull VkPhysicalDevice16BitStorageFeatures> consumer) VkPhysicalDevice16BitStorageFeatures.Ptr.offset(long offset) VkPhysicalDevice16BitStorageFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDevice16BitStorageFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDevice16BitStorageFeatures.Ptrthat 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).