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.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkQueueFamilyQueryResultStatusPropertiesKHR.Ptr
that 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).