Static ComputeShader Resource

Hey,

is it possible to have a ComputeShader Resource, that is only bound and copied once to the ComputeShader.
I have a very big integer array which doesn’t change during Runtime so i don’t need to update it every time i use the Shader.

I found a Solution without the need of a Shader. Close this