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