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