Merge pull request #7483 from aws-lumberyard-dev/PipelineStateBuildFix

PipelineState build fix for non-unity builds
monroegm-disable-blank-issue-2
SergeyAMZN 4 years ago committed by GitHub
commit 44172d532d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,7 +23,7 @@ namespace UnitTest
AZStd::unordered_map<uint64_t, const AZ::RHI::PipelineState*> m_pipelineStates;
private:
AZ::RHI::ResultCode InitInternal(AZ::RHI::Device&, const RHI::PipelineLibraryDescriptor&) override { return AZ::RHI::ResultCode::Success; }
AZ::RHI::ResultCode InitInternal(AZ::RHI::Device&, const AZ::RHI::PipelineLibraryDescriptor&) override { return AZ::RHI::ResultCode::Success; }
void ShutdownInternal() override;
AZ::RHI::ResultCode MergeIntoInternal(AZStd::span<const AZ::RHI::PipelineLibrary* const>) override;
AZ::RHI::ConstPtr<AZ::RHI::PipelineLibraryData> GetSerializedDataInternal() const override { return nullptr; }

Loading…
Cancel
Save