DeferredMaterialPassSrg.azsl 511 B

1234567891011121314
  1. /*
  2. * Copyright (c) Contributors to the Open 3D Engine Project.
  3. * For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. *
  5. * SPDX-License-Identifier: Apache-2.0 OR MIT
  6. *
  7. */
  8. // This shader is not used for rendering.
  9. // The only purpose of this shader is to have a shader asset that can be used
  10. // at runtime to find the PassSrg required by most Passes.
  11. #include <Atom/Features/Pipeline/Forward/ForwardPassSrg.azsli>
  12. #include <Atom/RPI/DummyEntryFunctions.azsli>