Roll spirv-cross bd7c47a0 -> 3ab17000
This commit is contained in:
parent
72725eebf9
commit
fbab31bada
|
@ -1065,10 +1065,7 @@ namespace metal {
|
|||
compiler = new spirv_cross::CompilerMSL(builder->AcquireSpirv());
|
||||
ExtractSpirvInfo(*compiler);
|
||||
|
||||
spirv_cross::MSLConfiguration mslConfig;
|
||||
mslConfig.flip_vert_y = false;
|
||||
mslConfig.flip_frag_y = false;
|
||||
std::string msl = compiler->compile(mslConfig);
|
||||
std::string msl = compiler->compile();
|
||||
|
||||
NSString* mslSource = [NSString stringWithFormat:@"%s", msl.c_str()];
|
||||
NSError *error = nil;
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit bd7c47a0711c3551820ca8c994ff468c143a2e20
|
||||
Subproject commit 3ab17000735e718c26bf4a1bf3ef279e9fb02793
|
Loading…
Reference in New Issue