Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OpenGl] Merge Retr SSBO into Args. #3313

Merged
merged 1 commit into from
Oct 29, 2021
Merged

Conversation

ailzhang
Copy link
Contributor

fixes #3278

@ailzhang ailzhang requested a review from bobcao3 October 29, 2021 00:51
@netlify
Copy link

netlify bot commented Oct 29, 2021

✔️ Deploy Preview for jovial-fermat-aa59dc canceled.

🔨 Explore the source changes: d6c225e

🔍 Inspect the deploy log: https://app.netlify.com/sites/jovial-fermat-aa59dc/deploys/617b54d09593f100071fc378

@ailzhang ailzhang requested review from k-ye and qiao-bo October 29, 2021 00:51
@@ -14,6 +14,11 @@ class SNode;
namespace opengl {

constexpr int taichi_opengl_earg_base = taichi_max_num_args * sizeof(uint64_t);
Copy link
Member

Choose a reason for hiding this comment

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

nit: Maybe have a better naming here?

  • earg --> extra_args
  • extr --> external_arr

Copy link
Member

@k-ye k-ye left a comment

Choose a reason for hiding this comment

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

LGTM!

@ailzhang ailzhang merged commit a27036f into taichi-dev:master Oct 29, 2021
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.

[opengl] Merge Args + Retr + Extr SSBO
2 participants