mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
tidy
This commit is contained in:
parent
4bd814a078
commit
5b38981b5b
4 changed files with 22 additions and 4 deletions
|
@ -8,7 +8,12 @@ interface mixin GPURenderEncoderBase {
|
|||
undefined setPipeline(GPURenderPipeline pipeline);
|
||||
|
||||
undefined setIndexBuffer(GPUBuffer buffer, optional GPUSize64 offset = 0, optional GPUSize64 size = 0);
|
||||
undefined setVertexBuffer(GPUIndex32 slot, GPUBuffer buffer, optional GPUSize64 offset = 0, optional GPUSize64 size = 0);
|
||||
undefined setVertexBuffer(
|
||||
GPUIndex32 slot,
|
||||
GPUBuffer buffer,
|
||||
optional GPUSize64 offset = 0,
|
||||
optional GPUSize64 size = 0
|
||||
);
|
||||
|
||||
undefined draw(GPUSize32 vertexCount, optional GPUSize32 instanceCount = 1,
|
||||
optional GPUSize32 firstVertex = 0, optional GPUSize32 firstInstance = 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue