From 0d6b0eef59511ab5ce273596277135217cbd3ff8 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Mon, 16 May 2016 15:27:14 -0700 Subject: [PATCH] PR feedback --- libraries/gpu-gl/src/gpu/gl/GLBackendShared.cpp | 2 +- libraries/gpu/CMakeLists.txt | 2 +- libraries/gpu/src/gpu/Texture.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/gpu-gl/src/gpu/gl/GLBackendShared.cpp b/libraries/gpu-gl/src/gpu/gl/GLBackendShared.cpp index 614de60001..deb48be1ec 100644 --- a/libraries/gpu-gl/src/gpu/gl/GLBackendShared.cpp +++ b/libraries/gpu-gl/src/gpu/gl/GLBackendShared.cpp @@ -469,4 +469,4 @@ GLTexelFormat GLTexelFormat::evalGLTexelFormat(const Element& dstFormat, const E } } -} } \ No newline at end of file +} } diff --git a/libraries/gpu/CMakeLists.txt b/libraries/gpu/CMakeLists.txt index ca442bbcec..ae1e9b4427 100644 --- a/libraries/gpu/CMakeLists.txt +++ b/libraries/gpu/CMakeLists.txt @@ -1,4 +1,4 @@ set(TARGET_NAME gpu) AUTOSCRIBE_SHADER_LIB(gpu) setup_hifi_library() -link_hifi_libraries(shared gl) +link_hifi_libraries(shared) diff --git a/libraries/gpu/src/gpu/Texture.cpp b/libraries/gpu/src/gpu/Texture.cpp index a5061c62f3..3c8d39a838 100755 --- a/libraries/gpu/src/gpu/Texture.cpp +++ b/libraries/gpu/src/gpu/Texture.cpp @@ -892,4 +892,4 @@ uint32 Texture::getHardwareId() const { return TEXTURE_ID_RESOLVER(*this); } return 0; -} \ No newline at end of file +}