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.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceDepthClampControlFeaturesEXT.Ptr
that 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).