mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
gallium: fix the documentation of PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE
This parameter is equivalent to the corresponding OpenGL implementation limit which is in texels, not bytes. Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
7dd31b81fe
commit
43a401a792
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ The integer capabilities:
|
|||
view it is intended to be used with, or herein undefined results may occur
|
||||
for permutational swizzles.
|
||||
* ``PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE``: The maximum accessible size with
|
||||
a buffer sampler view, in bytes.
|
||||
a buffer sampler view, in texels.
|
||||
* ``PIPE_CAP_MAX_VIEWPORTS``: The maximum number of viewports (and scissors
|
||||
since they are linked) a driver can support. Returning 0 is equivalent
|
||||
to returning 1 because every driver has to support at least a single
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue