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