diff options
Diffstat (limited to 'Unicity.Renderer/ShaderCompilationFailedException.cs')
| -rw-r--r-- | Unicity.Renderer/ShaderCompilationFailedException.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Unicity.Renderer/ShaderCompilationFailedException.cs b/Unicity.Renderer/ShaderCompilationFailedException.cs deleted file mode 100644 index ab40cea..0000000 --- a/Unicity.Renderer/ShaderCompilationFailedException.cs +++ /dev/null @@ -1,9 +0,0 @@ -using System; - -namespace Unicity.Renderer -{ - class ShaderCompilationFailedException : Exception - { - public ShaderCompilationFailedException(string message) : base(message) { } - } -} |
