Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceImageProcessing2FeaturesQCOM.Ptr
Packages that use VkPhysicalDeviceImageProcessing2FeaturesQCOM.Ptr
-
Uses of VkPhysicalDeviceImageProcessing2FeaturesQCOM.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceImageProcessing2FeaturesQCOM.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceImageProcessing2FeaturesQCOM.Ptr.offset
(long offset) VkPhysicalDeviceImageProcessing2FeaturesQCOM.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceImageProcessing2FeaturesQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceImageProcessing2FeaturesQCOM.Ptr
that uses the same backing storage as thisVkPhysicalDeviceImageProcessing2FeaturesQCOM.Ptr
, but with the new size.VkPhysicalDeviceImageProcessing2FeaturesQCOM.Ptr.slice
(long end) VkPhysicalDeviceImageProcessing2FeaturesQCOM.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).