diff options
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_resource.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_resource.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/ilo_resource.h b/src/gallium/drivers/ilo/ilo_resource.h index 96464724942..89ad8c20811 100644 --- a/src/gallium/drivers/ilo/ilo_resource.h +++ b/src/gallium/drivers/ilo/ilo_resource.h @@ -69,6 +69,8 @@ struct ilo_resource { bool halign_8, valign_4; /* true if space is reserved between layers */ bool array_spacing_full; + /* true if samples are interleaved */ + bool interleaved; /* 2D offsets into a layer/slice/face */ struct { |