summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-08-09 00:15:53 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-08-09 00:15:53 +0000
commitfecbd929c60de890f022c35e6b0774ee9db91ca7 (patch)
treee7079135592fdef444acd30a50056cf1604c36e4 /Graphics/GraphicsEngine
parentImplemented unified render pass attachment state updates within subpasses and... (diff)
downloadDiligentCore-fecbd929c60de890f022c35e6b0774ee9db91ca7.tar.gz
DiligentCore-fecbd929c60de890f022c35e6b0774ee9db91ca7.zip
Fixed RESOURCE_STATE_GENERIC_READ enum value; few updates in D3D12 backend
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/interface/GraphicsTypes.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Graphics/GraphicsEngine/interface/GraphicsTypes.h b/Graphics/GraphicsEngine/interface/GraphicsTypes.h
index 2e063c8d..41e83d4e 100644
--- a/Graphics/GraphicsEngine/interface/GraphicsTypes.h
+++ b/Graphics/GraphicsEngine/interface/GraphicsTypes.h
@@ -2215,8 +2215,7 @@ DILIGENT_TYPED_ENUM(RESOURCE_STATE, Uint32)
RESOURCE_STATE_INDEX_BUFFER |
RESOURCE_STATE_SHADER_RESOURCE |
RESOURCE_STATE_INDIRECT_ARGUMENT |
- RESOURCE_STATE_COPY_SOURCE |
- RESOURCE_STATE_INPUT_ATTACHMENT
+ RESOURCE_STATE_COPY_SOURCE
};
DEFINE_FLAG_ENUM_OPERATORS(RESOURCE_STATE);