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.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceDepthClipControlFeaturesEXT> consumer) VkPhysicalDeviceDepthClipControlFeaturesEXT.Ptr.offset(long offset) VkPhysicalDeviceDepthClipControlFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDepthClipControlFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDepthClipControlFeaturesEXT.Ptrthat 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).