docs: add missing get_compute_state_info documentation

Signed-off-by: Karol Herbst <git@karolherbst.de>
Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22893>
This commit is contained in:
Karol Herbst
2023-05-06 21:03:53 +02:00
committed by Marge Bot
parent 6562e89893
commit 11cb1a7bd7

View File

@@ -877,6 +877,17 @@ program: ``bind_sampler_states`` may be used to set up texture
samplers for the compute stage and ``set_sampler_views`` may
be used to bind a number of sampler views to it.
Compute kernel queries
^^^^^^^^^^^^^^^^^^^^^^
.. _get_compute_state_info:
get_compute_state_info
%%%%%%%%%%%%%%%%%%%%%%
This function allows frontends to query kernel information defined inside
``pipe_compute_state_object_info``.
Mipmap generation
^^^^^^^^^^^^^^^^^