Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT.Ptr
Packages that use VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT.Ptr
-
Uses of VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceSwapchainMaintenance1FeaturesEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT> consumer) VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT.Ptr.offset
(long offset) VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceSwapchainMaintenance1FeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceSwapchainMaintenance1FeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceSwapchainMaintenance1FeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT.Ptr.slice
(long end) VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT.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).