Workaround compiler crash in VS 2013.
This commit is contained in:
parent
6cc9624e88
commit
394521b287
@ -255,7 +255,7 @@ struct SPIREntryPoint
|
||||
} workgroup_size;
|
||||
uint32_t invocations = 0;
|
||||
uint32_t output_vertices = 0;
|
||||
spv::ExecutionModel model = {};
|
||||
spv::ExecutionModel model;
|
||||
};
|
||||
|
||||
struct SPIRExpression : IVariant
|
||||
|
Loading…
Reference in New Issue
Block a user