mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 00:49:04 +02:00
radv: fix stale comment in generated vk_format_table.c
It seems to be a leftover from u_format_table.py. Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
parent
7db1c09d12
commit
331141e87e
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ def print_channels(format, func):
|
|||
print '#endif'
|
||||
|
||||
def write_format_table(formats):
|
||||
print '/* This file is autogenerated by u_format_table.py from u_format.csv. Do not edit directly. */'
|
||||
print '/* This file is autogenerated by vk_format_table.py from vk_format_layout.csv. Do not edit directly. */'
|
||||
print
|
||||
# This will print the copyright message on the top of this file
|
||||
print CopyRight.strip()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue