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