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