Non-functional misc. changes. Slight increase in performance from moving two performance path methods into a header.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@27835 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
@@ -43,7 +43,11 @@
|
||||
|
||||
namespace glslang {
|
||||
|
||||
void GlslangToBil(const glslang::TIntermediate& intermediate)
|
||||
void GlslangToBil(const glslang::TIntermediate& intermediate, std::vector<unsigned int> bil)
|
||||
{
|
||||
}
|
||||
|
||||
void OutputBil(const std::vector<unsigned int>& bil, const char* baseName)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user