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