Most performant way of displaying 2d array of integer values #2635
Unanswered
ramiromagno
asked this question in
Q&A
Replies: 1 comment 4 replies
-
@ramiromagno what do you mean? draw a rectangle? draw a text value? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Say I have a 2d array of integer values, and that I'd like to show it as an "image"/"texture" using OpenGL. For each integer value should correspond a color.
What is the most performant way of dispatching that data into the GPU and show it on the screen?
Beta Was this translation helpful? Give feedback.
All reactions