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