diff options
| author | Yong He <yonghe@outlook.com> | 2021-11-17 13:20:13 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-17 13:20:13 -0800 |
| commit | efebfada38cd5252da62f7618c7f95e3ab180fbd (patch) | |
| tree | ca36ae2cb1e1046666103c678ab9a8e766b53efb /.gitignore | |
| parent | 763d0b5acb584a4d2eca5e02922afed7d499141e (diff) | |
gfx ShaderObject interface update, getTextureAllocationInfo() (#2019)
* gfx ShaderObject interface update, getTextureAllocationInfo()
* Fix render-vk compiler warnings and errors.
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 690392d5a..409faed15 100644 --- a/.gitignore +++ b/.gitignore @@ -59,4 +59,5 @@ prelude/*.h.cpp /docs/Gemfile /source/slang/slang-stdlib-generated.h -/examples/heterogeneous-hello-world/shader.cpp
\ No newline at end of file +/examples/heterogeneous-hello-world/shader.cpp +/multiple-definitions.hlsl |
