You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/refresh/vkpt/shader/asvgf_temporal.comp
ERROR: src/refresh/vkpt/shader/asvgf_temporal.comp:231: 'format' : image formats must match
ERROR: src/refresh/vkpt/shader/asvgf_temporal.comp:231: 'format' : image formats must match
ERROR: src/refresh/vkpt/shader/asvgf_temporal.comp:233: '' : compilation terminated
ERROR: 3 compilation errors. No code generated.
In order to make the application run I "patched"glslangValidator so to skip the error, of course it's not a solution but the shader gets compiled and the q2vkpt runs.
The text was updated successfully, but these errors were encountered:
lucastoro
changed the title
Error compiling asvgf_temporal.comp on Ubuntu 18.04 GTX1070
Error compiling asvgf_temporal.comp on Ubuntu 18.04
Apr 30, 2019
There seems to be some trouble with image formats when using images as function arguments.
See: KhronosGroup/GLSL#57
A solution that seems to work, is to make the entire function "temporal_filter(...)" in "asvgf_temporal.comp" into a macro.
Compiling with the following .config:
Leads to the following shader compilation error:
In order to make the application run I "patched"
glslangValidator
so to skip the error, of course it's not a solution but the shader gets compiled and theq2vkpt
runs.q2vkpt: 0baa1a1fc33f98
glslang (pre-patch): 7.11.3204
(from here)glslang: 86c72c9486a97
(from here)Nvidia Driver: 430.09
OS: Ubuntu 18.04.2 x86_64 (4.15.0-48-generic)
GPU: GTX 1070
VK_NV_ray_tracing: extension revision 3
Thank you for your amazing work
The text was updated successfully, but these errors were encountered: