mirror of
https://notabug.org/scuti/lib3ddevil1
synced 2024-11-22 13:53:02 +05:30
Added bindings for new functions
This commit is contained in:
parent
9a14430a88
commit
438ba04efb
@ -65,6 +65,10 @@ class Devil1TEX_FN(ctypes.Structure):
|
|||||||
("printbatchdesc", ctypes.CFUNCTYPE(
|
("printbatchdesc", ctypes.CFUNCTYPE(
|
||||||
None,
|
None,
|
||||||
ctypes.POINTER(TextureBatchDescriptor))),
|
ctypes.POINTER(TextureBatchDescriptor))),
|
||||||
|
("getheader", ctypes.CFUNCTYPE(
|
||||||
|
ctypes.c_bool,
|
||||||
|
ctypes.POINTER(ctypes.POINTER(TexturePack)),
|
||||||
|
ctypes.c_char_p)),
|
||||||
("getbatchdesc", ctypes.CFUNCTYPE(
|
("getbatchdesc", ctypes.CFUNCTYPE(
|
||||||
ctypes.c_bool,
|
ctypes.c_bool,
|
||||||
ctypes.POINTER(TextureBatchDescriptor),
|
ctypes.POINTER(TextureBatchDescriptor),
|
||||||
@ -179,6 +183,10 @@ class Devil1GEO_FN(ctypes.Structure):
|
|||||||
("printcoordinate", ctypes.CFUNCTYPE(
|
("printcoordinate", ctypes.CFUNCTYPE(
|
||||||
None,
|
None,
|
||||||
ctypes.POINTER(Coordinate))),
|
ctypes.POINTER(Coordinate))),
|
||||||
|
("getheader", ctypes.CFUNCTYPE(
|
||||||
|
None,
|
||||||
|
ctypes.POINTER(ctypes.POINTER(Header)),
|
||||||
|
ctypes.c_char_p)),
|
||||||
("getmeshheader", ctypes.CFUNCTYPE(
|
("getmeshheader", ctypes.CFUNCTYPE(
|
||||||
ctypes.c_bool,
|
ctypes.c_bool,
|
||||||
ctypes.POINTER(MeshHeader),
|
ctypes.POINTER(MeshHeader),
|
||||||
|
Loading…
Reference in New Issue
Block a user