Merge pull request #2603 from jeremy-lunarg/hayes-fix-key-whitespace
Fix table key and whitespace
This commit is contained in:
commit
5602195eed
@ -170,7 +170,7 @@ void TParseVersions::initializeExtensionBehavior()
|
|||||||
for (size_t ii = 0; ii < sizeof(exts) / sizeof(exts[0]); ii++) {
|
for (size_t ii = 0; ii < sizeof(exts) / sizeof(exts[0]); ii++) {
|
||||||
// Add only extensions which require > spv1.0 to save space in map
|
// Add only extensions which require > spv1.0 to save space in map
|
||||||
if (exts[ii].minSpvVersion > EShTargetSpv_1_0) {
|
if (exts[ii].minSpvVersion > EShTargetSpv_1_0) {
|
||||||
extensionMinSpv[E_GL_EXT_ray_tracing] = exts[ii].minSpvVersion;
|
extensionMinSpv[exts[ii].extensionName] = exts[ii].minSpvVersion;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user