mach icon indicating copy to clipboard operation
mach copied to clipboard

3D rendering backend implementation

Open emidoots opened this issue 4 years ago • 2 comments

general issue for tracking this + notes related to it

emidoots avatar Oct 06 '21 00:10 emidoots

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

image image

emidoots avatar Oct 06 '21 00:10 emidoots

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"

emidoots avatar Oct 07 '21 04:10 emidoots