From 927584fa67be1b644321961f32472a6f52b619f3 Mon Sep 17 00:00:00 2001 From: Caio Marcelo de Oliveira Filho Date: Thu, 29 Apr 2021 13:47:50 -0700 Subject: [PATCH] nir: Update documentation for location to mention Task/Mesh MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Kenneth Graunke Reviewed-by: Timur Kristóf Part-of: --- src/compiler/nir/nir.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index c4207a2..b71b74c 100644 --- a/src/compiler/nir/nir.h +++ b/src/compiler/nir/nir.h @@ -546,6 +546,9 @@ typedef struct nir_variable { * - Geometry shader output: one of the values from \c gl_varying_slot. * - Fragment shader input: one of the values from \c gl_varying_slot. * - Fragment shader output: one of the values from \c gl_frag_result. + * - Task shader output: one of the values from \c gl_varying_slot. + * - Mesh shader input: one of the values from \c gl_varying_slot. + * - Mesh shader output: one of the values from \c gl_varying_slot. * - Uniforms: Per-stage uniform slot number for default uniform block. * - Uniforms: Index within the uniform block definition for UBO members. * - Non-UBO Uniforms: uniform slot number. -- 2.7.4