Vulkan-GPUImage
Vulkan-GPUImage copied to clipboard
基于 Vulkan 实现的 GPUImage
还是编译不过去
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/6.1.1/userguide/command_line_interface.html#sec:command_line_warnings 错误: 找不到或无法加载主类 io.cdep.bootstrap.Bootstrap 原因: java.lang.ClassNotFoundException:...
OpenGL vs Vulkan
实现滤镜
非常感谢开源~ 我目前能跑通你的代码,想以此为基础实现新的滤镜,想问一下我应该怎么做呢 我目前做法是在Vulkan-GPUImage-main\app\src\main\cpp\include\filter下新增加一个.h文件,代码实现拷贝了MirrorFilter.h的内容,但他提示'VulkanFilter.h' file not found with include; use "quotes" instead,即使换成引号,showVertexShader和revertShowrFragShader这两个也提示Use of undeclared identifier 'showVertexShader',且无法include VKShaders.h头文件,期待您的回复