<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">I need to compile the Vulkan shaders (from GLSL to SPIR-V) and I don't really want to add the SPIR-V shaders in the repo because they're binary (although they aren't very large).
<div><br>
</div>
<div>From command prompt, I run this (included with VulkanSDK):</div>
<div>glslangvalidator -V mesh_frag.frag -o mesh_frag.spv</div>
<div><br>
</div>
<div>Any ideas on how to do this?</div>
</div>
</body>
</html>