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.offset
(long offset) VkPhysicalDeviceImageProcessingFeaturesQCOM.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceImageProcessingFeaturesQCOM.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceImageProcessingFeaturesQCOM.Ptr
that 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).