[cmake-developers] Patch pull request: support for shader entry point and shader model for Visual Studio FXCompiler custom tool build

Brad King brad.king at kitware.com
Wed Dec 3 14:14:16 EST 2014


On 12/03/2014 02:10 PM, Cedric Perthuis wrote:
> Minor feedback, this comment should say "which shader model to use" instead of "which entry point to use"
> 
> +    // Figure out which entry point to use if any
> +    if (const char* sm = sf->GetProperty("VS_SHADER_MODEL"))

Fixed:

 VS: Fix typo in VS_SHADER_MODEL lookup comment
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=955fbf29

Thanks,
-Brad



More information about the cmake-developers mailing list