interface IGPUBuffer {
    getNativeBuffer(): any;
}

实现于

方法