diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-08-08 00:30:58 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-08-08 00:30:58 +0000 |
| commit | 6d402d55f6c5315c7213bc20dd5a381a70888198 (patch) | |
| tree | 5661b79ae16b10cd183bd97398b6bb5535d981f4 /Graphics/GraphicsEngine | |
| parent | Minor update to RenderPass test (diff) | |
| download | DiligentCore-6d402d55f6c5315c7213bc20dd5a381a70888198.tar.gz DiligentCore-6d402d55f6c5315c7213bc20dd5a381a70888198.zip | |
Added render pass test references stubs for D3D12 and GL
Diffstat (limited to 'Graphics/GraphicsEngine')
| -rw-r--r-- | Graphics/GraphicsEngine/interface/GraphicsTypes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngine/interface/GraphicsTypes.h b/Graphics/GraphicsEngine/interface/GraphicsTypes.h index 41e83d4e..2e063c8d 100644 --- a/Graphics/GraphicsEngine/interface/GraphicsTypes.h +++ b/Graphics/GraphicsEngine/interface/GraphicsTypes.h @@ -2215,7 +2215,8 @@ DILIGENT_TYPED_ENUM(RESOURCE_STATE, Uint32) RESOURCE_STATE_INDEX_BUFFER | RESOURCE_STATE_SHADER_RESOURCE | RESOURCE_STATE_INDIRECT_ARGUMENT | - RESOURCE_STATE_COPY_SOURCE + RESOURCE_STATE_COPY_SOURCE | + RESOURCE_STATE_INPUT_ATTACHMENT }; DEFINE_FLAG_ENUM_OPERATORS(RESOURCE_STATE); |
