mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
renderer/gles2: Implement render pass interface
This commit is contained in:
parent
b1d26ed47b
commit
8af00d5534
4 changed files with 285 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ features += { 'gles2-renderer': true }
|
|||
wlr_deps += glesv2
|
||||
|
||||
wlr_files += files(
|
||||
'pass.c',
|
||||
'pixel_format.c',
|
||||
'renderer.c',
|
||||
'texture.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue