[spirv] Require source location in decorateSample.

This commit is contained in:
Ehsan Nasiri 2019-03-13 14:40:03 -04:00 коммит произвёл Ehsan
Родитель 33129b9d2e
Коммит 9f96295193
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -533,7 +533,7 @@ public:
SourceLocation srcLoc = {});
/// \brief Decorates the given target with sample
void decorateSample(SpirvInstruction *target, SourceLocation srcLoc = {});
void decorateSample(SpirvInstruction *target, SourceLocation srcLoc);
/// \brief Decorates the given target with patch
void decoratePatch(SpirvInstruction *target, SourceLocation srcLoc);