[Mesa-dev] [PATCH] gallium/docs: fix a reference link for get_paramf
Gwan-gyeong Mun
elongbug at gmail.com
Thu Aug 24 13:53:04 UTC 2017
Previous get_paramf links same as get_param. It changes the reference link to
PIPE_CAPF_*
Signed-off-by: Mun Gwan-gyeong <elongbug at gmail.com>
---
src/gallium/docs/source/screen.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst
index be14ddd0c0..930e5bd5f0 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
^^^^^^^^^^^^^^
--
2.14.1
More information about the mesa-dev
mailing list