blob: 84044bad93a9a8f0c6e4fde487563611c005f251 [file] [log] [blame]
CONSOLE MESSAGE: GPUBuffer.mapWriteAsync(): Invalid operation!
CONSOLE MESSAGE: GPUBuffer.mapWriteAsync(): Invalid operation!
PASS Map write, unmap, and destroy a GPUBuffer.
PASS Reject a map write on a buffer not created with MAP_WRITE usage.
PASS Reject a map write on a mapped GPUBuffer.
PASS Reject a pending map write if GPUBuffer is unmapped.