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