https://github.com/shader-slang/slang
Raw File
Tip revision: b2c9fccb89bdc5d927fb299de9eec822383dee86 authored by jsmall-nvidia on 13 April 2020, 16:34:20 UTC
Remove Not constant folding - because it doesn't take into account the type change. (#1317)
Tip revision: b2c9fcc
hello-world.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Source Files">
      <UniqueIdentifier>{E9C7FDCE-D52A-8D73-7EB0-C5296AF258F6}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="main.cpp">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
  <ItemGroup>
    <None Include="shaders.slang">
      <Filter>Source Files</Filter>
    </None>
  </ItemGroup>
</Project>
back to top