mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-03-25 20:20:21 -06:00
vk_graphics_pipeline: Fix copy paste error
This commit is contained in:
parent
cf706f8cc7
commit
cb5190e31a
@ -322,7 +322,7 @@ void GraphicsPipeline::BuildDescSetLayout() {
|
||||
.descriptorType = tex_buffer.is_written ? vk::DescriptorType::eStorageTexelBuffer
|
||||
: vk::DescriptorType::eUniformTexelBuffer,
|
||||
.descriptorCount = 1,
|
||||
.stageFlags = vk::ShaderStageFlagBits::eCompute,
|
||||
.stageFlags = vk::ShaderStageFlagBits::eVertex | vk::ShaderStageFlagBits::eFragment,
|
||||
});
|
||||
}
|
||||
for (const auto& image : stage->images) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user