Skip to content

Example I created as a reminder on how to create a Texture2DArray in Unity, render to it with a Compute Shader and read it back.

Notifications You must be signed in to change notification settings

o-l-l-i/ReadTex2DArray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ReadTex2DArray

Example setup created to remind myself how to:

  • Create a Texture2DArray in Unity.
  • Render something to it with a compute shader.
  • Read it back to CPU-side.
  • Render the results to screen (or to some surface.)

The information on these topics seems to be sparse and often one has to rely on fragments of information on the Unity forums, so I wrote this one down for potential future use.

About

Example I created as a reminder on how to create a Texture2DArray in Unity, render to it with a Compute Shader and read it back.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages