Method | Description | |
---|---|---|
Binding ( |
Bind this uniform buffer object and a uniform block to the same binding point.
|
|
Create ( |
Creates a ShaderStorageBuffer object directly in server side(GPU) without initializing its value.
|
Method | Description | |
---|---|---|
ShaderStorageBuffer ( uint bufferId, int length, int byteLength ) : System |
pixel unpack buffer's pointer.
|
public Binding ( |
||
program | shader program. | |
storageBlockName | string | name of buffer block in shader. |
storageBlockBindingPoint | uint | binding point maintained by OpenGL context. |
return | void |
public static Create ( |
||
elementType | ||
length | int | |
usage | BufferUsage | |
return |