createShaderStorageBuffer
Creates a shader storage buffer with the specified format and session.
Return
A new instance of ShaderStorageBuffer configured with the given format and session.
Parameters
The format of the shader storage buffer, defining its structure and layout.
The session to which the buffer will be bound. If not provided, the active session is used.
Creates a shader storage buffer with the specified format and session.
Return
A new instance of ShaderStorageBuffer configured with the given format and session.
Parameters
The format of the shader storage buffer, defining its structure and layout.
The session to which the buffer will be bound. If not provided, the active session is used.
Creates a shader storage buffer with the specified format and session.
Return
A new instance of ShaderStorageBuffer configured with the given format and session.
Parameters
The format of the shader storage buffer, defining its structure and layout.
The session to which the buffer will be bound. If not provided, the active session is used.