Investigate using vertex attributes for instance data in the canvas renderer #90

Open
opened 2024-09-05 22:47:47 +02:00 by liquidev · 0 comments
liquidev commented 2024-09-05 22:47:47 +02:00 (Migrated from github.com)

Right now we read our instance data from a uniform buffer, which causes a small stutter at the app's startup. Not very noticable, but annoying.

It should be possible to use vertex attributes to alleviate this.

Right now we read our instance data from a uniform buffer, which causes a small stutter at the app's startup. Not very noticable, but annoying. It should be possible to use vertex attributes to alleviate this.
liquidex added this to the Backlog project 2024-09-13 20:24:03 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: liquidex/rkgk#90
No description provided.