Browse Source

clang-format

nce_cpp
namkazy 6 years ago
parent
commit
dbd8cf0304
  1. 4
      src/video_core/shader/decode/image.cpp

4
src/video_core/shader/decode/image.cpp

@ -27,8 +27,8 @@ using Tegra::Texture::TICEntry;
namespace {
ComponentType GetComponentType(Tegra::Engines::SamplerDescriptor descriptor, std::size_t component) {
ComponentType GetComponentType(Tegra::Engines::SamplerDescriptor descriptor,
std::size_t component) {
const TextureFormat format{descriptor.format};
switch (format) {
case TextureFormat::R16_G16_B16_A16:

Loading…
Cancel
Save