Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceMultiviewFeatures.Ptr
Packages that use VkPhysicalDeviceMultiviewFeatures.Ptr
-
Uses of VkPhysicalDeviceMultiviewFeatures.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceMultiviewFeatures.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceMultiviewFeatures.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceMultiviewFeatures> consumer) VkPhysicalDeviceMultiviewFeatures.Ptr.offset(long offset) VkPhysicalDeviceMultiviewFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMultiviewFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMultiviewFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMultiviewFeatures.Ptr, but with the new size.VkPhysicalDeviceMultiviewFeatures.Ptr.slice(long end) VkPhysicalDeviceMultiviewFeatures.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).