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