diff options
Diffstat (limited to 'src/intel/vulkan/anv_genX.h')
-rw-r--r-- | src/intel/vulkan/anv_genX.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/intel/vulkan/anv_genX.h b/src/intel/vulkan/anv_genX.h index 81ebbaa008b..e0cdf7e20f4 100644 --- a/src/intel/vulkan/anv_genX.h +++ b/src/intel/vulkan/anv_genX.h @@ -22,6 +22,10 @@ */ /* + * NOTE: The header can be included multiple times, from the same file. + */ + +/* * Gen-specific function declarations. This header must *not* be included * directly. Instead, it is included multiple times by gen8_private.h. * |