-
Notifications
You must be signed in to change notification settings - Fork 5
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
Problem with loading GL functions #1
Comments
Just to check, have you set a shader to render your verts? It would be helpful if you upload the solution in full so I can take a look. |
Hello @AshleighAdams sorry I am busy for trying to resolve with WASM-Test like you made but It is really hard to find. I thought MyRuntime() should with GL function, correct or wrong? Check my repository under Github DeafMan1983/Wasm-Test Thanks! |
I took a quick look, and it looks like you're doing the rendering once on load, which is then cleared in Frame is where your rendering code should ideally be run, as it's currently set up to be invoked from |
Hello nice job with WASM!
But I tried with simple white triangle and it can't see in my code like this your code with I use white Triangle
Add lines asssssssssfter
GL.LoadAllFunctions(EGL.GetProcAddress);
Than I type dotnet build -c Release and dotnet run -c Release and I open chrome and it doesn't see triangle :(
How do I fix? I thought WASM has not problem with OpenGLES.
The text was updated successfully, but these errors were encountered: