Skip to content

Add instanced drawing support for AmberScript#863

Merged
dj2 merged 5 commits intogoogle:masterfrom
asuonpaa:instancedDraw
May 20, 2020
Merged

Add instanced drawing support for AmberScript#863
dj2 merged 5 commits intogoogle:masterfrom
asuonpaa:instancedDraw

Conversation

@asuonpaa
Copy link
Contributor

Fixes #565

Copy link
Collaborator

@dj2 dj2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM w/ nits.

# instance ID.
RUN {pipeline_name} DRAW_ARRAY AS {topology} INDEXED \
[ START_IDX _value_ (default 0) ] \
[ COUNT _count_value_ (default index_buffer size - start_idx) ]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

@dj2 dj2 merged commit 9069db8 into google:master May 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AmberScript: Support instanced drawing in DRAW_ARRAYS

2 participants