summaryrefslogtreecommitdiff
path: root/slang.h
diff options
context:
space:
mode:
authorTim Foley <tfoleyNV@users.noreply.github.com>2017-07-07 08:50:00 -0700
committerGitHub <noreply@github.com>2017-07-07 08:50:00 -0700
commitc47f23c2e61538c55819363f9db47ce946649027 (patch)
tree00c8e2aaf83735f86ce6bf71e6781ac579a55f64 /slang.h
parentaf8c0eae90c76d2c8f745badf6f743cefe15f777 (diff)
parent54519ed70fbe154e196d04a8b62f6ea6aeded52a (diff)
Merge pull request #56 from tfoleyNV/bug-55
Bug 55
Diffstat (limited to 'slang.h')
-rw-r--r--slang.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/slang.h b/slang.h
index 93fdefab7..926ef531d 100644
--- a/slang.h
+++ b/slang.h
@@ -429,7 +429,7 @@ extern "C"
SLANG_PARAMETER_CATEGORY_SAMPLER_STATE,
SLANG_PARAMETER_CATEGORY_UNIFORM,
SLANG_PARAMETER_CATEGORY_DESCRIPTOR_TABLE_SLOT,
- SLANG_PARAMETER_CATEGORY_SPECIALIZTION_CONSTANT,
+ SLANG_PARAMETER_CATEGORY_SPECIALIZATION_CONSTANT,
SLANG_PARAMETER_CATEGORY_MIXED,
};
@@ -660,7 +660,7 @@ namespace slang
SamplerState = SLANG_PARAMETER_CATEGORY_SAMPLER_STATE,
Uniform = SLANG_PARAMETER_CATEGORY_UNIFORM,
DescriptorTableSlot = SLANG_PARAMETER_CATEGORY_DESCRIPTOR_TABLE_SLOT,
- SpecializationConstant = SLANG_PARAMETER_CATEGORY_SPECIALIZTION_CONSTANT,
+ SpecializationConstant = SLANG_PARAMETER_CATEGORY_SPECIALIZATION_CONSTANT,
Mixed = SLANG_PARAMETER_CATEGORY_MIXED,
};