Skip to content

Instantly share code, notes, and snippets.

@dottedmag
Created March 13, 2023 06:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dottedmag/4f48d81c143d56b93249926ec1d29bd7 to your computer and use it in GitHub Desktop.
Save dottedmag/4f48d81c143d56b93249926ec1d29bd7 to your computer and use it in GitHub Desktop.
buffer @ 0x10000000, width=4, height=4, pixelsize=4, stride=0
[RGBA RGBA RGBA RGBA]
[RGBA RGBA RGBA RGBA]
[RGBA RGBA RGBA RGBA]
[RGBA RGBA RGBA RGBA]
To render upper-left corner, reinterpret as
buffer @ 0x10000000, width=2, height=2, pixelsize=4, stride=8
[RGBA RGBA] RGBA RGBA
[RGBA RGBA] RGBA RGBA
RGBA RGBA RGBA RGBA
RGBA RGBA RGBA RGBA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment