Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceVideoMaintenance1FeaturesKHR.Ptr
Packages that use VkPhysicalDeviceVideoMaintenance1FeaturesKHR.Ptr
-
Uses of VkPhysicalDeviceVideoMaintenance1FeaturesKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceVideoMaintenance1FeaturesKHR.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceVideoMaintenance1FeaturesKHR.Ptr.offset
(long offset) VkPhysicalDeviceVideoMaintenance1FeaturesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceVideoMaintenance1FeaturesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceVideoMaintenance1FeaturesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceVideoMaintenance1FeaturesKHR.Ptr
, but with the new size.VkPhysicalDeviceVideoMaintenance1FeaturesKHR.Ptr.slice
(long end) VkPhysicalDeviceVideoMaintenance1FeaturesKHR.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).