Skip to content

Commit

Permalink
Public: replaced tabs with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
corporateshark committed Jan 8, 2020
1 parent e33f4e7 commit 7740578
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions glslang/Public/ShaderLang.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ typedef enum {
EShTargetNone,
EShTargetSpv, // SPIR-V (preferred spelling)
EshTargetSpv = EShTargetSpv, // legacy spelling
LAST_ELEMENT_MARKER(EShTargetCount),
LAST_ELEMENT_MARKER(EShTargetCount),
} EShTargetLanguage;

typedef enum {
Expand All @@ -162,7 +162,7 @@ typedef enum {
EShTargetSpv_1_3 = (1 << 16) | (3 << 8), // SPIR-V 1.3
EShTargetSpv_1_4 = (1 << 16) | (4 << 8), // SPIR-V 1.4
EShTargetSpv_1_5 = (1 << 16) | (5 << 8), // SPIR-V 1.5
LAST_ELEMENT_MARKER(EShTargetLanguageVersionCount),
LAST_ELEMENT_MARKER(EShTargetLanguageVersionCount),
} EShTargetLanguageVersion;

struct TInputLanguage {
Expand Down Expand Up @@ -212,7 +212,7 @@ typedef enum {
EShOptNone,
EShOptSimple, // Optimizations that can be done quickly
EShOptFull, // Optimizations that will take more time
LAST_ELEMENT_MARKER(EshOptLevelCount),
LAST_ELEMENT_MARKER(EshOptLevelCount),
} EShOptimizationLevel;

//
Expand Down

0 comments on commit 7740578

Please sign in to comment.