mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-27 09:01:46 +00:00
doc: can not -> cannot, etc
This commit is contained in:
parent
58e4cb6e15
commit
f8e58ef6a1
|
@ -587,7 +587,7 @@ SPDX-FileCopyrightText: 2020 Collabora, Ltd. and the Monado contributors
|
|||
copies the FDs to the client.
|
||||
([!359](https://gitlab.freedesktop.org/monado/monado/merge_requests/359))
|
||||
- client: When we give a image fd to the either OpenGL or Vulkan it is consumed
|
||||
and can not be rused. So make sure that it is set to an invalid fd value on the
|
||||
and cannot be reused. So make sure that it is set to an invalid fd value on the
|
||||
`xrt_image_fd` on the owning `xrt_swapchain_fd`.
|
||||
([!359](https://gitlab.freedesktop.org/monado/monado/merge_requests/359))
|
||||
- main: We were alpha blending all layers previously, but now we support the
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
Add new IPC session not created error `XRT_ERROR_IPC_SESSION_NOT_CREATED`, as
|
||||
some functions can not be called without first creating a session.
|
||||
some functions cannot be called without first creating a session.
|
||||
|
|
Loading…
Reference in a new issue