xenia-gpu mostly clang clean.

This commit is contained in:
Ben Vanik
2015-07-19 21:48:47 -07:00
parent 5bd7833e87
commit 2f1d49aa32
7 changed files with 35 additions and 40 deletions

View File

@@ -38,7 +38,7 @@ class GL4ShaderTranslator {
protected:
ShaderType shader_type_;
const uint32_t* dwords_;
const uint32_t* dwords_ = nullptr;
static const int kOutputCapacity = 64 * 1024;
StringBuffer output_;