graphics_surface: Fix merge conflicts.
This commit is contained in:
parent
ac19e3d061
commit
666d53299c
2 changed files with 4 additions and 3 deletions
|
@ -14,6 +14,7 @@
|
|||
namespace Tegra {
|
||||
|
||||
enum class RenderTargetFormat : u32 {
|
||||
NONE = 0x0,
|
||||
RGBA8_UNORM = 0xD5,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue