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