qskinny/playground/shadows/shadows.pro
Uwe Rathmann 0ed9afe2b4 QskBoxShadowNode introduced ( from playground/shadows )
- shader code migrated from glsl to vulkan-glsl
   - #ifdef "Geschnetzel" introduced to support old and rhi graphic APIs
   - iotdashboard, shadows examples adjusted
2022-06-04 17:56:14 +02:00

9 lines
104 B
Prolog

CONFIG += qskexample
HEADERS += \
ShadowedBox.h \
SOURCES += \
ShadowedBox.cpp \
main.cpp