diff options
Diffstat (limited to 'tools/render-test/shader-input-layout.h')
| -rw-r--r-- | tools/render-test/shader-input-layout.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/render-test/shader-input-layout.h b/tools/render-test/shader-input-layout.h index 0831f73bb..4c8d0dfa2 100644 --- a/tools/render-test/shader-input-layout.h +++ b/tools/render-test/shader-input-layout.h @@ -42,7 +42,8 @@ struct InputTextureDesc enum class InputBufferType { - ConstantBuffer, StorageBuffer + ConstantBuffer, StorageBuffer, + RootConstantBuffer, }; struct InputBufferDesc |
