Workaround compiler crash in VS 2013.

This commit is contained in:
Hans-Kristian Arntzen 2016-09-19 13:17:04 +02:00
parent 6cc9624e88
commit 394521b287

View File

@ -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