Add a new OpenGL pyramid sample
This sample shows the use of modern OpenGL (3.2). Closes #16910.
This commit is contained in:
committed by
Vadim Zeitlin
parent
bdc95f5766
commit
d6fb44e158
@@ -2,7 +2,7 @@
|
||||
<makefile>
|
||||
|
||||
<include file="../../build/bakefiles/config.bkl"/>
|
||||
|
||||
|
||||
<template id="sub">
|
||||
<dir>$(id)</dir>
|
||||
<installable>no</installable>
|
||||
@@ -13,5 +13,6 @@
|
||||
<subproject id="cube" template="sub"/>
|
||||
<subproject id="isosurf" template="sub"/>
|
||||
<subproject id="penguin" template="sub"/>
|
||||
<subproject id="pyramid" template="sub"/>
|
||||
|
||||
</makefile>
|
||||
|
Reference in New Issue
Block a user