issues
search
szeged
/
webrender
A GPU-based renderer for the web
https://doc.servo.org/webrender/
Mozilla Public License 2.0
45
stars
7
forks
source link
Making Device::draw lighter
#335
Open
zakorgy
opened
4 years ago
zakorgy
commented
4 years ago
Steps needs to be done:
[x] move the render pass begin/end out
[x] move the viewport/scissor out
[x] ideally, move the descriptor stuff out
[x] move push constants out
[x] move graphics pipeline binding out
[ ] move descriptor set binding out
[ ] move index buffer binding out
Steps needs to be done: