mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Validate copybuffertobuffer() + some spec update
The spec update includes renaming bindings to entries and adding CommandEncoderState.
This commit is contained in:
parent
e1cc38bea8
commit
1aeae47299
11 changed files with 136 additions and 45 deletions
|
@ -14,11 +14,11 @@ interface GPUBuffer {
|
|||
GPUBuffer includes GPUObjectBase;
|
||||
|
||||
dictionary GPUBufferDescriptor : GPUObjectDescriptorBase {
|
||||
required GPUBufferSize size;
|
||||
required GPUSize64 size;
|
||||
required GPUBufferUsageFlags usage;
|
||||
};
|
||||
|
||||
typedef unsigned long long GPUBufferSize;
|
||||
typedef unsigned long long GPUSize64;
|
||||
|
||||
typedef unsigned long GPUBufferUsageFlags;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue