clang-format

pull/8/head
namkazy 5 years ago
parent 24cc64c5b3
commit 69657ff19c

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

Loading…
Cancel
Save