diff options
author | Gwan-gyeong Mun <[email protected]> | 2017-08-24 23:17:33 +0900 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-09-28 13:20:14 +0100 |
commit | 5603670bc084385daf80c3d06a7d6f46f3daffb9 (patch) | |
tree | 96c3212b13207353fb07c6f424b9d2a5fb931dda /src/gallium/docs | |
parent | c6c23e95a771cc7b3a43bfd6961063948bf29e6c (diff) |
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 <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/docs')
-rw-r--r-- | src/gallium/docs/source/screen.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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. |