forked from LeenkxTeam/LNXSDK
Update
This commit is contained in:
10
Kha/Sources/kha/graphics4/ShaderStorageBuffer.hx
Normal file
10
Kha/Sources/kha/graphics4/ShaderStorageBuffer.hx
Normal file
@ -0,0 +1,10 @@
|
||||
package kha.graphics4;
|
||||
|
||||
extern class ShaderStorageBuffer {
|
||||
public function new(indexCount: Int, type: VertexData);
|
||||
public function delete(): Void;
|
||||
public function lock(): Array<Int>;
|
||||
public function unlock(): Void;
|
||||
public function set(): Void;
|
||||
public function count(): Int;
|
||||
}
|
||||
Reference in New Issue
Block a user