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