blob: 2f55db33b98cbac2b517b2b89681e7971c9735c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright (c) 2001, Stanford University
# All rights reserved.
#
# See the file LICENSE.txt for information on redistributing this software.
import entrypoints
hacks = ["TexImage3D", "MultiDrawElementsEXT" ]
entrypoints.GenerateEntrypoints(hacks)
|