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