mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-04 06:06:17 +00:00
c/client: Fix doc warning
This commit is contained in:
parent
831c2aefaf
commit
11525976fa
|
@ -104,9 +104,9 @@ public:
|
||||||
explicit KeyedMutexCollection(u_logging_level log_level) noexcept;
|
explicit KeyedMutexCollection(u_logging_level log_level) noexcept;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Take the keyed mutex vector before starting to use the images.
|
* Make the keyed mutex vector before starting to use the images.
|
||||||
*
|
*
|
||||||
* @param keyedMutexVector Your vector of objects to move from
|
* @param images Your vector of textures to acquire keyed mutexes from.
|
||||||
*/
|
*/
|
||||||
xrt_result_t
|
xrt_result_t
|
||||||
init(const std::vector<wil::com_ptr<ID3D11Texture2D1>> &images) noexcept;
|
init(const std::vector<wil::com_ptr<ID3D11Texture2D1>> &images) noexcept;
|
||||||
|
|
Loading…
Reference in a new issue