Updated to the next chapter of vkguide https://vkguide.dev/docs/new_chapter_2/vulkan_shader_drawing/
This commit is contained in:
parent
55e38788b4
commit
40717cf8e4
9 changed files with 216 additions and 14 deletions
|
|
@ -10,7 +10,14 @@ project('hellovulk', 'cpp',
|
|||
cmake = import('cmake')
|
||||
|
||||
# use this for common options only for our executables
|
||||
cpp_args=['-Wno-sign-conversion']
|
||||
cpp_args=[
|
||||
'-Wno-sign-conversion',
|
||||
'-Wno-unused-parameter',
|
||||
'-Wno-unused-function',
|
||||
'-Wno-unused-variable',
|
||||
'-Wno-conversion',
|
||||
'-Wno-missing-field-initializers'
|
||||
]
|
||||
link_args=[]
|
||||
# these are passed as override_defaults
|
||||
exe_defaults = [ 'warning_level=2' ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue