mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-10 03:29:16 +02:00
quiet a couple warnings
This commit is contained in:
parent
f47aeae2a7
commit
ea3b513e71
3 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,7 @@ AUTOSCRIBE_SHADER_LIB(gpu model render-utils)
|
||||||
# This is not a testcase -- just set it up as a regular hifi project
|
# This is not a testcase -- just set it up as a regular hifi project
|
||||||
setup_hifi_project(Quick Gui OpenGL Script Widgets)
|
setup_hifi_project(Quick Gui OpenGL Script Widgets)
|
||||||
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Tests/manual-tests/")
|
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Tests/manual-tests/")
|
||||||
link_hifi_libraries(networking gl gpu gpu-gl procedural shared fbx model model-networking animation script-engine render render-utils )
|
link_hifi_libraries(networking gl gpu gpu-gl procedural shared fbx model model-networking animation script-engine render render-utils octree )
|
||||||
package_libraries_for_deployment()
|
package_libraries_for_deployment()
|
||||||
|
|
||||||
target_nsight()
|
target_nsight()
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
#include <QtCore/QFile>
|
#include <QtCore/QFile>
|
||||||
|
|
||||||
#include <FBXReader.h>
|
#include <FBXReader.h>
|
||||||
|
#include <OctreeRenderer.h>
|
||||||
|
|
||||||
struct MyVertex {
|
struct MyVertex {
|
||||||
vec3 position;
|
vec3 position;
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
#include <DeferredLightingEffect.h>
|
#include <DeferredLightingEffect.h>
|
||||||
#include <FramebufferCache.h>
|
#include <FramebufferCache.h>
|
||||||
#include <TextureCache.h>
|
#include <TextureCache.h>
|
||||||
|
#include <OctreeRenderer.h>
|
||||||
|
|
||||||
#ifdef DEFERRED_LIGHTING
|
#ifdef DEFERRED_LIGHTING
|
||||||
extern void initDeferredPipelines(render::ShapePlumber& plumber);
|
extern void initDeferredPipelines(render::ShapePlumber& plumber);
|
||||||
|
|
Loading…
Reference in a new issue