diff options
| author | Adrian Ulbrich <adrian.ulbrich.2003@gmail.com> | 2019-11-08 23:56:17 +0100 |
|---|---|---|
| committer | Adrian Ulbrich <adrian.ulbrich.2003@gmail.com> | 2019-11-08 23:56:17 +0100 |
| commit | 3b214e75effaca1ba67daaf29d0a94e5b0129386 (patch) | |
| tree | ee0ccd43f193f2bdaedd36dcdc944f01a75e37e3 /Unicity.Renderer/ShaderCompilationFailedException.cs | |
| parent | e63155370c817a1d9c16ef798b0a55e6fe328941 (diff) | |
| download | Unicity-3b214e75effaca1ba67daaf29d0a94e5b0129386.tar.gz Unicity-3b214e75effaca1ba67daaf29d0a94e5b0129386.tar.bz2 Unicity-3b214e75effaca1ba67daaf29d0a94e5b0129386.zip | |
Started work on actual engine
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) { } - } -} |
