1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-11-09 14:30:05 +00:00

Minor code review

This commit is contained in:
Chuck Walbourn 2021-10-16 17:31:17 -07:00
parent 42445c4474
commit 144847dfcc
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ using Microsoft::WRL::ComPtr;
namespace
{
enum COMMANDS
enum COMMANDS : uint32_t
{
CMD_CUBE = 1,
CMD_VOLUME,

View File

@ -55,7 +55,7 @@
using namespace DirectX;
enum COMMANDS
enum COMMANDS : uint32_t
{
CMD_INFO = 1,
CMD_ANALYZE,