diff options
Diffstat (limited to 'src/compiler')
-rw-r--r-- | src/compiler/shader_info.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h index 8fbdfab1a8e..5b229130a11 100644 --- a/src/compiler/shader_info.h +++ b/src/compiler/shader_info.h @@ -149,6 +149,9 @@ typedef struct shader_info { struct { /* Which inputs are doubles */ uint64_t double_inputs; + + /* True if the shader writes position in window space coordinates pre-transform */ + bool window_space_position; } vs; struct { |