mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-26 06:59:52 -05:00
render/pixman: implement render pass API
This commit is contained in:
parent
6ce371a317
commit
6830bfc17f
4 changed files with 212 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ pixman = dependency('pixman-1')
|
|||
wlr_deps += pixman
|
||||
|
||||
wlr_files += files(
|
||||
'pass.c',
|
||||
'pixel_format.c',
|
||||
'renderer.c',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue