From: Gwan-gyeong Mun Date: Thu, 24 Aug 2017 14:17:33 +0000 (+0900) Subject: gallium/docs: add reference links for resource_create method X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5603670bc084385daf80c3d06a7d6f46f3daffb9;p=mesa.git gallium/docs: add reference links for resource_create method It adds reference links for arguments usage and bind of resource_create(). Signed-off-by: Mun Gwan-gyeong Reviewed-by: Marek Olšák --- diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst index 61cefac1e9c..f344354e33c 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -739,9 +739,9 @@ For cube maps this must be 6, for other textures 1. **nr_samples** the nr of msaa samples. 0 (or 1) specifies a resource which isn't multisampled. -**usage** one of the PIPE_USAGE flags. +**usage** one of the :ref:`PIPE_USAGE` flags. -**bind** bitmask of the PIPE_BIND flags. +**bind** bitmask of the :ref:`PIPE_BIND` flags. **flags** bitmask of PIPE_RESOURCE_FLAG flags.