-
-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,MyShader conver was wrong #31
Comments
Hello,I am want to fix errors in anther shader,but I'm having some problems, 244 for(int i=0; i<128; i++){ Shsder Error:syntax error: unexpected end of file at line 245 (on d3d11) How do I resolve this report error? |
Hello sorry for the late response for the second question try to add a "}" at the end of your shader for(int i=0; i<128; i++){ |
WOW,thank you! I am add two "}",It solves!emmm.....
But there are a lot of mistakes, because I don't know how to write shader......
Thank you very much!
…------------------ 原始邮件 ------------------
发件人: "Seyed Morteza Kamali"<notifications@github.com>;
发送时间: 2021年2月26日(星期五) 中午1:12
收件人: "smkplus/ShaderMan"<ShaderMan@noreply.github.com>;
抄送: "$流星浪子$ "<632621877@qq.com>; "Author"<author@noreply.github.com>;
主题: Re: [smkplus/ShaderMan] Hello,MyShader conver was wrong (#31)
Hello sorry for the late response
I'll take a look at the shader...
for the second question try to add a "}" at the end of your shader
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I tried to convert your shader
|
WOW.Thank you!You are so awesome! Its working!!But the color is missing....Do you know how to solve it? |
https://www.shadertoy.com/view/wtSfDK#
I want conver this shader by ShaderMan,but it was wrong,Can you help me? Thank you!!!
The text was updated successfully, but these errors were encountered: