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