PR feedback

This commit is contained in:
Brad Davis 2016-05-16 15:27:14 -07:00
parent 5ba8372c21
commit 0d6b0eef59
3 changed files with 3 additions and 3 deletions

View file

@ -469,4 +469,4 @@ GLTexelFormat GLTexelFormat::evalGLTexelFormat(const Element& dstFormat, const E
} }
} }
} } } }

View file

@ -1,4 +1,4 @@
set(TARGET_NAME gpu) set(TARGET_NAME gpu)
AUTOSCRIBE_SHADER_LIB(gpu) AUTOSCRIBE_SHADER_LIB(gpu)
setup_hifi_library() setup_hifi_library()
link_hifi_libraries(shared gl) link_hifi_libraries(shared)

View file

@ -892,4 +892,4 @@ uint32 Texture::getHardwareId() const {
return TEXTURE_ID_RESOLVER(*this); return TEXTURE_ID_RESOLVER(*this);
} }
return 0; return 0;
} }