mirror of
https://notabug.org/scuti/lib3ddevil1
synced 2024-11-21 21:32:58 +05:30
Added documentation for devil1tex.getheader()
This commit is contained in:
parent
45a07283e7
commit
b1897c34a9
@ -21,6 +21,17 @@ Functions
|
||||
Prints the attributes and values if a TextureBatchDescriptor to
|
||||
standard output.
|
||||
|
||||
bool getheader(struct TexturePack**, const char*);
|
||||
Retrieves the header for a texture package.
|
||||
|
||||
input:
|
||||
Pointer to a pointer of TexturePack.
|
||||
This is a pass by reference of a pointer to the function.
|
||||
The pointer to TexturePack may be NULL and will be set to point to
|
||||
a region in the buffer.
|
||||
|
||||
const char*, the buffer containing the whole texture pack file.
|
||||
|
||||
bool getbatchdesc(struct TextureBatchDescriptor**,
|
||||
unsigned int,
|
||||
const char *,
|
||||
|
Loading…
Reference in New Issue
Block a user