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