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