3 #if SILICONSTUDIO_PARADOX_GRAPHICS_API_NULL
5 using System.Collections.Generic;
6 using SiliconStudio.Core.Mathematics;
8 namespace SiliconStudio.
Paradox.Graphics
10 public partial class EffectProgram
15 throw new NotImplementedException();
18 public object GetInputSignature()
20 throw new NotImplementedException();
23 public KeyValuePair<ShaderStage, ShaderReflection>[] GetReflection()
25 throw new NotImplementedException();