Ben Hansen

Results 55 comments of Ben Hansen

Does the model your using not have a material? The render pipeline I made requires a material. I should probably add a note about that, and maybe change the `material:...

The existing canvas shouldn't be an issue. The material vector being empty suggests the model file you're using doesn't have any materials. The materials vector only gets populated from the...

I like https://learnopengl.com/, I also used https://www.opengl-tutorial.org/. Those both use C++, but they explain the topics pretty well. Just out of curiosity, what graphics programming topics are you not familiar...

What's different about them? They look the same to me.

I was depending on the `gecko` branch until recently as the shader code wasn't working in WASM due to a bug in naga. I've since reverted to using 0.12 directly....

I'm not able to replicate it on my machine. Are you on M1?

Hmm, I forgot about stencil buffers. If you want to write something, I would put it the showcase folder. As for what to base it on I'm not sure. I'm...

I'll need to do some research on this.

Are you still running into issues on the latest version of wgpu?

That might be a bug in wgpu itself. I wasn't able to get it to hang on my end. I did get it to display some validation errors. I'll posted...