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