pTitSeb's glshim renamed to gl4es
This commit is contained in:
9
project/jni/gl4es/spec/template/base/headers.j2
Executable file
9
project/jni/gl4es/spec/template/base/headers.j2
Executable file
@@ -0,0 +1,9 @@
|
||||
{% block headers %}
|
||||
{% for header in headers %}
|
||||
{% if "<" in header %}
|
||||
#include {{ header }}
|
||||
{% else %}
|
||||
#include "{{ header }}"
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user