shadow
Provides a shadow interface for managing the associated shader storage buffer. The shadow allows operations such as uploading, downloading, and manipulating buffer data. It acts as a utility for interacting with the actual GPU storage buffer represented by the ShaderStorageBuffer
instance.