update copyright notice
This commit is contained in:
parent
8253756e4c
commit
77e254872f
44 changed files with 213 additions and 116 deletions
|
@ -3,7 +3,8 @@ set(hdrs
|
|||
include/pw/visual/shader.hpp
|
||||
include/pw/visual/pipeline.hpp
|
||||
include/pw/visual/texture.hpp
|
||||
include/pw/visual/vertex_array.hpp
|
||||
include/pw/visual/mesh_renderer.hpp
|
||||
include/pw/visual/material.hpp
|
||||
)
|
||||
|
||||
set(srcs
|
||||
|
@ -13,7 +14,8 @@ set(srcs
|
|||
src/pipeline.cpp
|
||||
src/target.cpp
|
||||
src/texture.cpp
|
||||
src/vertex_array.cpp
|
||||
src/mesh_renderer.cpp
|
||||
src/material.cpp
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue