| 1 | #pragma once |
|---|---|
| 2 | |
| 3 | #include <nn/gfx/detail/gfx_RootSignature-api.common.h> |
| 4 | #include <nn/gfx/gfx_Common.h> |
| 5 | |
| 6 | namespace nn::gfx::detail { |
| 7 | template <> |
| 8 | class RootSignatureImpl<ApiVariationNvn8> : public RootSignatureImplCommon<ApiVariationNvn8> {}; |
| 9 | } // namespace nn::gfx::detail |