Nameless Engine
Loading...
Searching...
No Matches
DirectXDescriptorType.hpp
1
#pragma once
2
3
namespace
ne {
5
enum class
DirectXDescriptorType :
size_t
{
6
RTV = 0,
7
DSV,
8
CBV,
9
SRV,
10
UAV,
11
12
END
// marks the size of this enum
13
};
14
}
src
engine_lib
private
render
directx
descriptors
DirectXDescriptorType.hpp
Generated by
1.9.5