glsl/nir: add pixel_center_integer to shader info

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Timothy Arceri
2018-02-16 16:10:58 +11:00
parent fe76fc11b1
commit 347038baa9
2 changed files with 7 additions and 0 deletions

View File

@@ -159,6 +159,8 @@ typedef struct shader_info {
bool post_depth_coverage;
bool pixel_center_integer;
/** gl_FragDepth layout for ARB_conservative_depth. */
enum gl_frag_depth_layout depth_layout;
} fs;