Ejemplo n.º 1
0
		/// <summary>
		/// Notify listeners of a material render.
		/// </summary>
		public void OnResourceCreated( CompositorInstanceResourceEventArgs args )
		{
			if ( ResourceCreated != null )
			{
				ResourceCreated( this, args );
			}
		}