Workaround compiler crash in VS 2013.

This commit is contained in:
Hans-Kristian Arntzen 2016-09-19 13:17:04 +02:00
Родитель 6cc9624e88
Коммит 394521b287
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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