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