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