From 119f2023566d9ecad98a96a70fb5f944c6251e71 Mon Sep 17 00:00:00 2001 From: Gunnar Sletta Date: Tue, 11 Feb 2014 21:37:31 +0000 Subject: Program binary support via (GL_OES_get_program_binary). Change-Id: I7993318d52a4c7f30865d3ccbca7aa2efc9d010f Reviewed-by: Michael Brasser --- customcontext/customcontext.pro | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'customcontext/customcontext.pro') diff --git a/customcontext/customcontext.pro b/customcontext/customcontext.pro index a60ac0b..ce9de29 100644 --- a/customcontext/customcontext.pro +++ b/customcontext/customcontext.pro @@ -158,10 +158,16 @@ swaplistenanimationdriver:{ } else { message("msaa .....................: no") } +} else { + programbinary: { + message("programbinary ............: yes") + DEFINES += PROGRAM_BINARY + SOURCES += programbinary.cpp + } else { + message("programbinary ............: no") + } } - - surfaceformat:{ message("surfaceformat ............: yes") DEFINES += CUSTOMCONTEXT_SURFACEFORMAT -- cgit v1.2.3