-
SummaryGetAttribLocation always return -1. Steps to reproduce
|
Beta Was this translation helpful? Give feedback.
Answered by
Perksey
Jul 22, 2021
Replies: 1 comment 1 reply
-
That's because Note that the Silk.NET issue tracker is for Silk.NET issues only, general support & external issues live in the Discussions tab. If you are unsure whether a bug or issue is Silk.NET's fault, external issue, or misuse; open a Discussion and if we determine it's a Silk.NET issue we will promote it to an Issue as we see fit. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Hromon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's because
Ir
is not an attribute. It is a uniform, and you'll need to useGetUniformLocation
for uniforms.Note that the Silk.NET issue tracker is for Silk.NET issues only, general support & external issues live in the Discussions tab. If you are unsure whether a bug or issue is Silk.NET's fault, external issue, or misuse; open a Discussion and if we determine it's a Silk.NET issue we will promote it to an Issue as we see fit.