Revision e59aee131b6d51236613bc374cfa2d5f3b54efe1 authored by Yong He on 17 February 2021, 23:09:09 UTC, committed by GitHub on 17 February 2021, 23:09:09 UTC
* Add `SampleGrad` overload for lod clamp.

* Fix gfx to run the test on vulkan.

* Whitespace change to trigger CI build

* remove presentFrame call in render-test

Co-authored-by: Yong He <yhe@nvidia.com>
Co-authored-by: Tim Foley <tfoleyNV@users.noreply.github.com>
1 parent 39975b2
Raw File
premake.bat
@echo off
set ROOT=%~dp0
"%ROOT%\external\slang-binaries\premake\premake-5.0.0-alpha13\bin\windows-x64\premake5.exe" %*
back to top