mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
radeonsi: update comment describing indices into sctx->descriptors
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
556946f801
commit
6fdd7ba32e
1 changed files with 5 additions and 6 deletions
|
|
@ -195,13 +195,12 @@ enum {
|
|||
* are contiguous:
|
||||
*
|
||||
* 0 - rw buffers
|
||||
* 1 - vertex const buffers
|
||||
* 2 - vertex shader buffers
|
||||
* ...
|
||||
* 5 - fragment const buffers
|
||||
* ...
|
||||
* 21 - compute const buffers
|
||||
* 1 - vertex const and shader buffers
|
||||
* 2 - vertex samplers and images
|
||||
* 3 - fragment const and shader buffer
|
||||
* ...
|
||||
* 11 - compute const and shader buffers
|
||||
* 12 - compute samplers and images
|
||||
*/
|
||||
enum {
|
||||
SI_SHADER_DESCS_CONST_AND_SHADER_BUFFERS,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue