Revision fec9c42d4c61d1bdd54d020d55a3155e0d54fce7 authored by Yong He on 22 January 2024, 23:19:26 UTC, committed by GitHub on 22 January 2024, 23:19:26 UTC
* Fix GLSL legalization bug that leads to crash.

* Update diagnostic id to avoid conflict.

* Fix std140 layout logic.

---------

Co-authored-by: Yong He <yhe@nvidia.com>
1 parent c4e42ab
Raw File
premake.bat
@echo off
set ROOT=%~dp0
"%ROOT%\external\slang-binaries\premake\premake-5.0.0-alpha16\bin\windows-x64\premake5.exe" %*
back to top