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