diff options
author | Jason Ekstrand <[email protected]> | 2015-10-06 10:11:50 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2015-10-06 10:11:50 -0700 |
commit | cc389b1482f2860b83d277cebca0c2058c403410 (patch) | |
tree | 0f3426e7541d547d920a286458ae78baf259eb42 /src/vulkan/gen8_pipeline.c | |
parent | 588d40e97a9f4870fab59ab2e04d661945c3c2e1 (diff) |
vk/0.170.2: Rename cs to stage in ComputePipelineCreateInfo
Diffstat (limited to 'src/vulkan/gen8_pipeline.c')
-rw-r--r-- | src/vulkan/gen8_pipeline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vulkan/gen8_pipeline.c b/src/vulkan/gen8_pipeline.c index 4900715a47a..0e2526fce20 100644 --- a/src/vulkan/gen8_pipeline.c +++ b/src/vulkan/gen8_pipeline.c @@ -571,7 +571,7 @@ VkResult gen8_compute_pipeline_create( memset(pipeline->shaders, 0, sizeof(pipeline->shaders)); pipeline->shaders[VK_SHADER_STAGE_COMPUTE] = - anv_shader_from_handle(pCreateInfo->cs.shader); + anv_shader_from_handle(pCreateInfo->stage.shader); pipeline->use_repclear = false; |