mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 16:41:02 +02: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)
|
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)
|
||||||
|
|
|
@ -892,4 +892,4 @@ uint32 Texture::getHardwareId() const {
|
||||||
return TEXTURE_ID_RESOLVER(*this);
|
return TEXTURE_ID_RESOLVER(*this);
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue