Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceImageProcessing2PropertiesQCOM.Ptr
Packages that use VkPhysicalDeviceImageProcessing2PropertiesQCOM.Ptr
-
Uses of VkPhysicalDeviceImageProcessing2PropertiesQCOM.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceImageProcessing2PropertiesQCOM.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceImageProcessing2PropertiesQCOM.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceImageProcessing2PropertiesQCOM> consumer) VkPhysicalDeviceImageProcessing2PropertiesQCOM.Ptr.offset
(long offset) VkPhysicalDeviceImageProcessing2PropertiesQCOM.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceImageProcessing2PropertiesQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceImageProcessing2PropertiesQCOM.Ptr
that uses the same backing storage as thisVkPhysicalDeviceImageProcessing2PropertiesQCOM.Ptr
, but with the new size.VkPhysicalDeviceImageProcessing2PropertiesQCOM.Ptr.slice
(long end) VkPhysicalDeviceImageProcessing2PropertiesQCOM.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).