mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 13:50:11 +01:00
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 <elongbug@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
c6c23e95a7
commit
5603670bc0
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue