Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceDepthClipEnableFeaturesEXT.Ptr
Packages that use VkPhysicalDeviceDepthClipEnableFeaturesEXT.Ptr
-
Uses of VkPhysicalDeviceDepthClipEnableFeaturesEXT.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceDepthClipEnableFeaturesEXT.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceDepthClipEnableFeaturesEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceDepthClipEnableFeaturesEXT> consumer) VkPhysicalDeviceDepthClipEnableFeaturesEXT.Ptr.offset(long offset) VkPhysicalDeviceDepthClipEnableFeaturesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDepthClipEnableFeaturesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDepthClipEnableFeaturesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDepthClipEnableFeaturesEXT.Ptr, but with the new size.VkPhysicalDeviceDepthClipEnableFeaturesEXT.Ptr.slice(long end) VkPhysicalDeviceDepthClipEnableFeaturesEXT.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).