Uses of Record Class
club.doki7.vulkan.datatype.VkVideoDecodeH264SessionParametersCreateInfoKHR.Ptr
Packages that use VkVideoDecodeH264SessionParametersCreateInfoKHR.Ptr
-
Uses of VkVideoDecodeH264SessionParametersCreateInfoKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkVideoDecodeH264SessionParametersCreateInfoKHR.PtrModifier and TypeMethodDescriptionVkVideoDecodeH264SessionParametersCreateInfoKHR.Ptr.offset
(long offset) VkVideoDecodeH264SessionParametersCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoDecodeH264SessionParametersCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoDecodeH264SessionParametersCreateInfoKHR.Ptr
that uses the same backing storage as thisVkVideoDecodeH264SessionParametersCreateInfoKHR.Ptr
, but with the new size.VkVideoDecodeH264SessionParametersCreateInfoKHR.Ptr.slice
(long end) VkVideoDecodeH264SessionParametersCreateInfoKHR.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).