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