index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-ir-resolve-texture-format.h
blob: cbd2b409111a19a0e1c315041eed69d6d5581c60 (
plain
)
1
2
3
4
5
6
#include
"slang-ir.h"
namespace
Slang
{
void
resolveTextureFormat
(
IRModule
*
module
);
}