Skip to content
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

I have a question about the toMetalOperand.cpp file. #55

Open
OSgoodYZ opened this issue Feb 13, 2024 · 0 comments
Open

I have a question about the toMetalOperand.cpp file. #55

OSgoodYZ opened this issue Feb 13, 2024 · 0 comments

Comments

@OSgoodYZ
Copy link

On line 837 of toMetalOperand.cpp, we see the following code

oss << "[" << fullIndexOss.str() << " %% 4]";

Is this by any chance the intended code?

I ask because, when I passed the string that popped up there to the metal api as is and checked the shader compile error, I got a compile error because what should have been treated as %(remainder operation) was treated as %% in that part.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant