This commit is contained in:
Robert Konrad 2017-01-23 14:52:02 +01:00
Родитель 40e5d1e7f7
Коммит bb763f3984
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -176,9 +176,6 @@ protected:
uint32_t offset, uint32_t bias, uint32_t comp, uint32_t sample,
bool *p_forward);
virtual std::string clean_func_name(std::string func_name);
virtual void emit_instruction(const Instruction &instr);
virtual void emit_glsl_op(uint32_t result_type, uint32_t result_id, uint32_t op, const uint32_t *args,
uint32_t count);
std::unique_ptr<std::ostringstream> buffer;