blob: 674efff1c1d2380e88530f2d5f953ebb25edae52 (
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", "EdgeFlagPointer" ]
entrypoints.GenerateEntrypoints(hacks)
|