ShaderStorageBufferGL43
data class ShaderStorageBufferGL43(val buffer: Int, val ownsBuffer: Boolean, val format: ERROR CLASS: Symbol not found for ShaderStorageFormat, val session: ERROR CLASS: Symbol not found for Session?? = Session.active) : <ERROR CLASS> ERROR CLASS: Symbol not found for ShaderStorageBuffer(source)
Represents an OpenGL Shader Storage Buffer Object (SSBO) for use in the OpenGL 4.3+ context.
This class is utilized to manage shader storage buffers, allowing them to be cleared, written to, read from, and manipulated as per the shader storage format provided. The ShaderStorageBufferGL43 is tied to a session and its lifecycle can be controlled through the session or its manual destruction.