Uses of Record Class
club.doki7.vulkan.datatype.VkVideoProfileInfoKHR.Ptr
Packages that use VkVideoProfileInfoKHR.Ptr
-
Uses of VkVideoProfileInfoKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkVideoProfileInfoKHR.PtrModifier and TypeMethodDescriptionstatic VkVideoProfileInfoKHR.Ptr
@NotNull VkVideoProfileInfoKHR.Ptr
VkVideoProfileInfoKHR.Ptr.offset
(long offset) VkVideoProfileListInfoKHR.pProfiles
(int assumedCount) VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.pVideoProfile
(int assumedCount) VkVideoSessionCreateInfoKHR.pVideoProfile
(int assumedCount) @NotNull VkVideoProfileInfoKHR.Ptr
VkVideoProfileInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoProfileInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoProfileInfoKHR.Ptr
that uses the same backing storage as thisVkVideoProfileInfoKHR.Ptr
, but with the new size.VkVideoProfileInfoKHR.Ptr.slice
(long end) @NotNull VkVideoProfileInfoKHR.Ptr
VkVideoProfileInfoKHR.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).