aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/vk/GrVkGpuCommandBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/vk/GrVkGpuCommandBuffer.h')
-rw-r--r--src/gpu/vk/GrVkGpuCommandBuffer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gpu/vk/GrVkGpuCommandBuffer.h b/src/gpu/vk/GrVkGpuCommandBuffer.h
index 93990be697..b56d157d25 100644
--- a/src/gpu/vk/GrVkGpuCommandBuffer.h
+++ b/src/gpu/vk/GrVkGpuCommandBuffer.h
@@ -86,13 +86,13 @@ private:
const GrBuffer* vertexBuffer,
const GrBuffer* instanceBuffer);
- GrVkPipelineState* prepareDrawState(const GrPipeline&,
- const GrPrimitiveProcessor&,
+ GrVkPipelineState* prepareDrawState(const GrPrimitiveProcessor&,
+ const GrPipeline&,
GrPrimitiveType,
bool hasDynamicState);
- void onDraw(const GrPipeline& pipeline,
- const GrPrimitiveProcessor& primProc,
+ void onDraw(const GrPrimitiveProcessor& primProc,
+ const GrPipeline& pipeline,
const GrMesh mesh[],
const GrPipeline::DynamicState[],
int meshCount,