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