ShaderStorageBuffer
Represents a shader storage buffer, which is an interface for managing GPU memory used for reading and writing data within shaders.
Properties
Link copied to clipboard
Link copied to clipboard
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.