mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
render/vulkan: implement render pass API
This commit is contained in:
parent
8af00d5534
commit
e07c77f846
4 changed files with 679 additions and 38 deletions
|
|
@ -37,6 +37,7 @@ glslang_version_info = run_command(glslang, '--version', check: true).stdout()
|
|||
glslang_version = glslang_version_info.split('\n')[0].split(':')[-1]
|
||||
|
||||
wlr_files += files(
|
||||
'pass.c',
|
||||
'renderer.c',
|
||||
'texture.c',
|
||||
'vulkan.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue