hexops / mach

zig game engine & graphics toolkit
https://machengine.org
Other
3.34k stars 160 forks source link

3D rendering backend implementation #28

Open slimsag opened 3 years ago

slimsag commented 3 years ago

general issue for tracking this + notes related to it

slimsag commented 3 years ago

from the Dawn matrix chat - avoid the default pipeline layouts:

image image
slimsag commented 3 years ago

useful info about querying max vertex attributes limit:

I think we started enforcing this differently at some point. The corresponding limit is maxVertexAttributes.

The discussion for this change is here https://github.com/gpuweb/gpuweb/issues/1418

We decided that the attribute locations had to be under the max number of attributes, at least for now.

I think this is maxInterStageComponents. We added a limit to the number of "varyings"