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