diff options
Diffstat (limited to 'doc/CNN_EFFECT.md')
| -rw-r--r-- | doc/CNN_EFFECT.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/CNN_EFFECT.md b/doc/CNN_EFFECT.md index c14130a..40f095e 100644 --- a/doc/CNN_EFFECT.md +++ b/doc/CNN_EFFECT.md @@ -80,7 +80,7 @@ CNNEffect supports multi-layer networks via automatic effect chaining: ### File Structure ``` -src/gpu/effects/ +src/effects/ cnn_effect.h/cc # CNNEffect class + framebuffer capture workspaces/main/shaders/cnn/ @@ -156,7 +156,7 @@ cmake --build build -j4 && ./build/demo64k **Single layer (manual):** ```cpp -#include "gpu/effects/cnn_effect.h" +#include "effects/cnn_effect.h" CNNEffectParams p; p.layer_index = 0; |
