Uses of Record Class
club.doki7.vulkan.datatype.VkDeviceGroupPresentCapabilitiesKHR.Ptr
Packages that use VkDeviceGroupPresentCapabilitiesKHR.Ptr
-
Uses of VkDeviceGroupPresentCapabilitiesKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkDeviceGroupPresentCapabilitiesKHR.PtrModifier and TypeMethodDescriptionVkDeviceGroupPresentCapabilitiesKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkDeviceGroupPresentCapabilitiesKHR> consumer) VkDeviceGroupPresentCapabilitiesKHR.Ptr.offset
(long offset) VkDeviceGroupPresentCapabilitiesKHR.Ptr.reinterpret
(long newSize) Assume theVkDeviceGroupPresentCapabilitiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceGroupPresentCapabilitiesKHR.Ptr
that uses the same backing storage as thisVkDeviceGroupPresentCapabilitiesKHR.Ptr
, but with the new size.VkDeviceGroupPresentCapabilitiesKHR.Ptr.slice
(long end) VkDeviceGroupPresentCapabilitiesKHR.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).