gallium: add PIPE_CAP_BINDLESS_TEXTURE
Whether bindless texture operations are supported by the underlying driver. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
@@ -394,6 +394,8 @@ The integer capabilities:
|
||||
* ``PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTION``: As the name says.
|
||||
* ``PIPE_CAP_POST_DEPTH_COVERAGE``: whether
|
||||
``TGSI_PROPERTY_FS_POST_DEPTH_COVERAGE`` is supported.
|
||||
* ``PIPE_CAP_BINDLESS_TEXTURE``: Whether bindless texture operations are
|
||||
supported.
|
||||
|
||||
|
||||
.. _pipe_capf:
|
||||
|
Reference in New Issue
Block a user