mirror of
https://github.com/microsoft/DirectXTex
synced 2024-11-09 14:30:05 +00:00
Minor code review
This commit is contained in:
parent
42445c4474
commit
144847dfcc
@ -62,7 +62,7 @@ using Microsoft::WRL::ComPtr;
|
||||
|
||||
namespace
|
||||
{
|
||||
enum COMMANDS
|
||||
enum COMMANDS : uint32_t
|
||||
{
|
||||
CMD_CUBE = 1,
|
||||
CMD_VOLUME,
|
||||
|
@ -55,7 +55,7 @@
|
||||
|
||||
using namespace DirectX;
|
||||
|
||||
enum COMMANDS
|
||||
enum COMMANDS : uint32_t
|
||||
{
|
||||
CMD_INFO = 1,
|
||||
CMD_ANALYZE,
|
||||
|
Loading…
Reference in New Issue
Block a user