Skip to content

Needing help writing data into a texture array #3879

Closed Answered by cwfitzgerald
AndriBaal asked this question in Q&A
Discussion options

You must be logged in to vote

The issue is that your offset is 4. This means that it's trying to read from 4..8 instead of 0..4 on your new buffer. You should also be using ImageCopyTexture directly as your origin is what should be selecting the array layer.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@AndriBaal
Comment options

Answer selected by AndriBaal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants