├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md └── src └── plugin-main.c /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/acc-obs-plugin/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/acc-obs-plugin/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/acc-obs-plugin/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/acc-obs-plugin/HEAD/README.md -------------------------------------------------------------------------------- /src/plugin-main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac-custom-shaders-patch/acc-obs-plugin/HEAD/src/plugin-main.c --------------------------------------------------------------------------------