Uses of Record Class
club.doki7.openxr.datatype.XrVulkanGraphicsDeviceGetInfoKHR
Packages that use XrVulkanGraphicsDeviceGetInfoKHR
-
Uses of XrVulkanGraphicsDeviceGetInfoKHR in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrVulkanGraphicsDeviceGetInfoKHRModifier and TypeMethodDescriptionintXR.getVulkanGraphicsDevice2KHR(XrInstance instance, XrVulkanGraphicsDeviceGetInfoKHR getInfo, VkPhysicalDevice.Ptr vulkanPhysicalDevice) -
Uses of XrVulkanGraphicsDeviceGetInfoKHR in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrVulkanGraphicsDeviceGetInfoKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrVulkanGraphicsDeviceGetInfoKHRstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrVulkanGraphicsDeviceGetInfoKHRModifier and TypeMethodDescription@NotNull XrVulkanGraphicsDeviceGetInfoKHRXrVulkanGraphicsDeviceGetInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.XrVulkanGraphicsDeviceGetInfoKHR.clone(Arena arena, XrVulkanGraphicsDeviceGetInfoKHR src) XrVulkanGraphicsDeviceGetInfoKHR.next(@NotNull MemorySegment value) XrVulkanGraphicsDeviceGetInfoKHR.systemId(long value) XrVulkanGraphicsDeviceGetInfoKHR.Ptr.toArray()XrVulkanGraphicsDeviceGetInfoKHR.type(int value) XrVulkanGraphicsDeviceGetInfoKHR.vulkanInstance(@Nullable VkInstance value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrVulkanGraphicsDeviceGetInfoKHRModifier and TypeMethodDescription@NotNull Iterator<XrVulkanGraphicsDeviceGetInfoKHR> XrVulkanGraphicsDeviceGetInfoKHR.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrVulkanGraphicsDeviceGetInfoKHRModifier and TypeMethodDescriptionXrVulkanGraphicsDeviceGetInfoKHR.clone(Arena arena, XrVulkanGraphicsDeviceGetInfoKHR src) voidXrVulkanGraphicsDeviceGetInfoKHR.Ptr.write(long index, @NotNull XrVulkanGraphicsDeviceGetInfoKHR value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrVulkanGraphicsDeviceGetInfoKHRModifier and TypeMethodDescriptionXrVulkanGraphicsDeviceGetInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull XrVulkanGraphicsDeviceGetInfoKHR> consumer)