Skip to content

Commit

Permalink
Switch sampler and ycbcr conversion order in state writer
Browse files Browse the repository at this point in the history
  • Loading branch information
panos-lunarg committed Jan 28, 2025
1 parent 03695a3 commit 6b25f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/encode/vulkan_state_writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ uint64_t VulkanStateWriter::WriteState(const VulkanStateTable& state_table, uint

WriteBufferViewState(state_table);
WriteImageViewState(state_table);
StandardCreateWrite<vulkan_wrappers::SamplerWrapper>(state_table);
StandardCreateWrite<vulkan_wrappers::SamplerYcbcrConversionWrapper>(state_table);
StandardCreateWrite<vulkan_wrappers::SamplerWrapper>(state_table);

// Retrieve buffer-device-addresses
WriteBufferDeviceAddressState(state_table);
Expand Down

0 comments on commit 6b25f31

Please sign in to comment.