Part one - removed references and smart pointers
This commit is contained in:
@ -33,7 +33,7 @@ namespace Dawn {
|
||||
*
|
||||
* @param material Material to set the default parameters on to.
|
||||
*/
|
||||
virtual void setDefaultParameters(Material &material) = 0;
|
||||
virtual void setDefaultParameters(Material *material) = 0;
|
||||
|
||||
/**
|
||||
* Requested by the render pipeline (typically) to set global level (once
|
||||
|
Reference in New Issue
Block a user