Uses of Record Class
club.doki7.vulkan.datatype.VkVideoFormatPropertiesKHR.Ptr
Packages that use VkVideoFormatPropertiesKHR.Ptr
-
Uses of VkVideoFormatPropertiesKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkVideoFormatPropertiesKHR.PtrModifier and TypeMethodDescriptionVkVideoFormatPropertiesKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkVideoFormatPropertiesKHR> consumer) @NotNull VkVideoFormatPropertiesKHR.PtrVkVideoFormatPropertiesKHR.Ptr.offset(long offset) @NotNull VkVideoFormatPropertiesKHR.PtrVkVideoFormatPropertiesKHR.Ptr.reinterpret(long newSize) Assume theVkVideoFormatPropertiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoFormatPropertiesKHR.Ptrthat uses the same backing storage as thisVkVideoFormatPropertiesKHR.Ptr, but with the new size.VkVideoFormatPropertiesKHR.Ptr.slice(long end) @NotNull VkVideoFormatPropertiesKHR.PtrVkVideoFormatPropertiesKHR.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).