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