|
@@ -25,7 +25,8 @@ namespace AtomSampleViewer
|
|
|
AZ_RTTI(StacksShaderCollectionFunctorSourceData, "{2B4678D5-5C1B-4BEE-99E5-9EC9FB871D37}", AZ::RPI::MaterialFunctorSourceData);
|
|
|
|
|
|
static void Reflect(AZ::ReflectContext* context);
|
|
|
-
|
|
|
+
|
|
|
+ using AZ::RPI::MaterialFunctorSourceData::CreateFunctor;
|
|
|
FunctorResult CreateFunctor(const RuntimeContext& context) const override;
|
|
|
};
|
|
|
} // namespace AtomSampleViewer
|