From deaa84d28d7606e335abe323ccc4a101d025dfea Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Thu, 3 Jun 2021 10:09:43 -0700 Subject: Add a split screen example showing render texture use and multiple cameras. (#1806) Co-authored-by: Jeffery Myers --- examples/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/Makefile') diff --git a/examples/Makefile b/examples/Makefile index 432455f1..01c30c14 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -395,7 +395,8 @@ CORE = \ core/core_vr_simulator \ core/core_loading_thread \ core/core_quat_conversion \ - core/core_window_flags + core/core_window_flags \ + core/core_split_screen SHAPES = \ shapes/shapes_basic_shapes \ -- cgit v1.2.3