Browse Source

* added missing error code

master
Bergmann89 8 years ago
parent
commit
9ef736ff0f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      header/libShaderFile.hpp

+ 1
- 0
header/libShaderFile.hpp View File

@@ -41,6 +41,7 @@ namespace lsf
errNotInit = 0x00000001,
errInvalidHandleShaderFile = 0x00000010,
errInvalidHandleShaderGenerator = 0x00000011,
errInvalidHandleStream = 0x00000012,
errInvalidGeneratorName = 0x00000020,
errInvalidPropertyIndex = 0x00000021,
errInvalidPropertyName = 0x00000022,


Loading…
Cancel
Save