JiangYizhou / aquarium-test

BSD 3-Clause "New" or "Revised" License
4 stars 4 forks source link

Allow Individual Draws #20

Closed JiangYizhou closed 5 years ago

JiangYizhou commented 5 years ago

To emulate real games, objects are rendered one by one, so this commit adds Individual Draws path to Aquarium dawn backend. Fish count bind groups is created to bind fishPer buffer for every fish.

JiangYizhou commented 5 years ago

This commit fixes #9