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