Uses of Interface
club.doki7.openxr.datatype.IXrSwapchainImageBaseHeader
Packages that use IXrSwapchainImageBaseHeader
-
Uses of IXrSwapchainImageBaseHeader in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type IXrSwapchainImageBaseHeaderModifier and TypeMethodDescriptionint
XR.enumerateEnvironmentDepthSwapchainImagesMETA
(XrEnvironmentDepthSwapchainMETA swapchain, int imageCapacityInput, IntPtr imageCountOutput, @Nullable IXrSwapchainImageBaseHeader images) int
XR.enumerateSwapchainImages
(XrSwapchain swapchain, int imageCapacityInput, IntPtr imageCountOutput, @Nullable IXrSwapchainImageBaseHeader images) int
XRStatic.enumerateSwapchainImages
(XrSwapchain swapchain, int imageCapacityInput, IntPtr imageCountOutput, @Nullable IXrSwapchainImageBaseHeader images) -
Uses of IXrSwapchainImageBaseHeader in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement IXrSwapchainImageBaseHeaderModifier and TypeClassDescriptionfinal record
Represents a pointer to aXrSwapchainImageBaseHeader
structure in native memory.static final record
Represents a pointer to / an array ofXrSwapchainImageBaseHeader
structure(s) in native memory.