Uses of Record Class
club.doki7.vulkan.datatype.VkVideoEncodeH264QualityLevelPropertiesKHR.Ptr
Packages that use VkVideoEncodeH264QualityLevelPropertiesKHR.Ptr
-
Uses of VkVideoEncodeH264QualityLevelPropertiesKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkVideoEncodeH264QualityLevelPropertiesKHR.PtrModifier and TypeMethodDescriptionVkVideoEncodeH264QualityLevelPropertiesKHR.Ptr.offset
(long offset) VkVideoEncodeH264QualityLevelPropertiesKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeH264QualityLevelPropertiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeH264QualityLevelPropertiesKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeH264QualityLevelPropertiesKHR.Ptr
, but with the new size.VkVideoEncodeH264QualityLevelPropertiesKHR.Ptr.slice
(long end) VkVideoEncodeH264QualityLevelPropertiesKHR.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).