ToBackend: Add support for Device

This commit is contained in:
Corentin Wallez
2017-06-12 10:23:22 -04:00
committed by Corentin Wallez
parent eca89c2989
commit c863b1c26f
5 changed files with 13 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ namespace d3d12 {
class BufferView;
class CommandBuffer;
class DepthStencilState;
class Device;
class InputState;
class Pipeline;
class PipelineLayout;
@@ -60,6 +61,7 @@ namespace d3d12 {
using BufferViewType = BufferView;
using CommandBufferType = CommandBuffer;
using DepthStencilStateType = DepthStencilState;
using DeviceType = Device;
using InputStateType = InputState;
using PipelineType = Pipeline;
using PipelineLayoutType = PipelineLayout;