Workaround compiler crash in VS 2013.
This commit is contained in:
Родитель
6cc9624e88
Коммит
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче