mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-12-28 02:21:25 +00:00
data: Move example data into examples/
This commit is contained in:
parent
6efdb1950b
commit
aa170c7c54
8 changed files with 4 additions and 2 deletions
|
@ -246,8 +246,10 @@ set(PROJECT_DATA_EFFECTS
|
|||
"${PROJECT_SOURCE_DIR}/data/effects/sdf/sdf-consumer.effect"
|
||||
)
|
||||
set(PROJECT_DATA_SHADERS
|
||||
# "${PROJECT_SOURCE_DIR}/data/shaders/name.effect"
|
||||
"${PROJECT_SOURCE_DIR}/data/shaders/filter/example.effect"
|
||||
"${PROJECT_SOURCE_DIR}/data/examples/shaders/filter/drunk.effect"
|
||||
"${PROJECT_SOURCE_DIR}/data/examples/shaders/filter/example.effect"
|
||||
"${PROJECT_SOURCE_DIR}/data/examples/shaders/filter/example_displace_by_texture.effect"
|
||||
"${PROJECT_SOURCE_DIR}/data/examples/shaders/source/example.effect"
|
||||
)
|
||||
set(PROJECT_DATA
|
||||
${PROJECT_DATA_LOCALE}
|
||||
|
|
Before Width: | Height: | Size: 82 B After Width: | Height: | Size: 82 B |
Before Width: | Height: | Size: 109 B After Width: | Height: | Size: 109 B |
Before Width: | Height: | Size: 119 B After Width: | Height: | Size: 119 B |
Loading…
Reference in a new issue