ShaderStorageBuffer
Represents a shader storage buffer, which is an interface for managing GPU memory used for reading and writing data within shaders.
Represents a shader storage buffer, which is an interface for managing GPU memory used for reading and writing data within shaders.
Represents a shader storage buffer, which is an interface for managing GPU memory used for reading and writing data within shaders.
Properties
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.
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.
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.
Functions
Writes data to the shader storage buffer starting at the specified element offset.
Writes data to the shader storage buffer starting at the specified element offset.
Writes data to the shader storage buffer starting at the specified element offset.