mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
PR feedback
This commit is contained in:
parent
5ba8372c21
commit
0d6b0eef59
3 changed files with 3 additions and 3 deletions
|
@ -469,4 +469,4 @@ GLTexelFormat GLTexelFormat::evalGLTexelFormat(const Element& dstFormat, const E
|
|||
}
|
||||
}
|
||||
|
||||
} }
|
||||
} }
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
set(TARGET_NAME gpu)
|
||||
AUTOSCRIBE_SHADER_LIB(gpu)
|
||||
setup_hifi_library()
|
||||
link_hifi_libraries(shared gl)
|
||||
link_hifi_libraries(shared)
|
||||
|
|
|
@ -892,4 +892,4 @@ uint32 Texture::getHardwareId() const {
|
|||
return TEXTURE_ID_RESOLVER(*this);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue