diff options
author | Gwan-gyeong Mun <[email protected]> | 2017-08-24 22:53:04 +0900 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-09-28 13:20:14 +0100 |
commit | c6c23e95a771cc7b3a43bfd6961063948bf29e6c (patch) | |
tree | 58d4a24d36aa3822f55ce1566e8a326ed3f0fd3a /src/gallium/docs/source | |
parent | 8e627af59d5bd4162911ec9bd3ca7310daf58044 (diff) |
gallium/docs: fix a reference link for get_paramf
Previous get_paramf links same as get_param. It changes the reference link to
PIPE_CAPF_*
Signed-off-by: Mun Gwan-gyeong <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/docs/source')
-rw-r--r-- | src/gallium/docs/source/screen.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst index 0d474dfb07d..61cefac1e9c 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -670,7 +670,7 @@ get_paramf Get a floating-point screen parameter. -**param** is one of the :ref:`PIPE_CAP` names. +**param** is one of the :ref:`PIPE_CAPF` names. context_create ^^^^^^^^^^^^^^ |