Skip to content

how to build tools (ShaderTranspiler, glslangValidator) #140

@wraikny

Description

@wraikny

Build ShaderTranspiler on Windows

cmake -S . -B build -DBUILD_TEST=ON -DBUILD_TOOLS=ON
cmake --build build

Build glslangValidator on Windows

cd thirdparty/glslang
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX="$(pwd)/install"
cmake --build . --config Release --target install
cp StandAlone/Release/glslangValidator.exe ../../../scripts/.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions