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
Hi, I stumbled upon your writing just now and I found you having a bit of problem working with spirq and VK_KHR_shader_non_semantic_info at the same time. I happen to be the maintainer of spirq so I somehow tested it but my simple test case doesn't induce any panic nor error. Would you mind giving me an example so that I can fix it?
My test case is:
#version450#extension GL_EXT_debug_printf : enable
void main() {
float myfloat =2.0;
debugPrintfEXT("Here are two float values %f, %f", 1.0, myfloat);
}
The text was updated successfully, but these errors were encountered:
Hi, I stumbled upon your writing just now and I found you having a bit of problem working with
spirq
andVK_KHR_shader_non_semantic_info
at the same time. I happen to be the maintainer ofspirq
so I somehow tested it but my simple test case doesn't induce any panic nor error. Would you mind giving me an example so that I can fix it?My test case is:
The text was updated successfully, but these errors were encountered: