Forráskód Böngészése

Merge topic 'vs-hlsl-typo'

955fbf29 VS: Fix typo in VS_SHADER_MODEL lookup comment
Brad King 11 éve
szülő
commit
09f797c19c
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Source/cmVisualStudio10TargetGenerator.cxx

+ 1 - 1
Source/cmVisualStudio10TargetGenerator.cxx

@@ -1221,7 +1221,7 @@ void cmVisualStudio10TargetGenerator::WriteExtraSource(cmSourceFile const* sf)
       shaderEntryPoint = se;
       shaderEntryPoint = se;
       toolHasSettings = true;
       toolHasSettings = true;
       }
       }
-    // Figure out which entry point to use if any
+    // Figure out which shader model to use if any
     if (const char* sm = sf->GetProperty("VS_SHADER_MODEL"))
     if (const char* sm = sf->GetProperty("VS_SHADER_MODEL"))
       {
       {
       shaderModel = sm;
       shaderModel = sm;