mirror of
https://notabug.org/scuti/lib3ddevil1
synced 2024-11-21 21:32:58 +05:30
Adjustments, typo fixes, and clarifications in docs
This commit is contained in:
parent
b1897c34a9
commit
4477d2a239
@ -44,13 +44,13 @@ Functions
|
||||
The pointer of Header can be NULL and will be set to point to
|
||||
a region in the buffer.
|
||||
|
||||
const char*, file data
|
||||
const char*, the buffer containing the whole geometry package.
|
||||
Can not be NULL.
|
||||
|
||||
bool getmeshheader(struct MeshHeader**,
|
||||
unsigned int,
|
||||
const char * const);
|
||||
Retrives the i-th MeshHeader in a buffer.
|
||||
Retrieves the i-th MeshHeader in a buffer.
|
||||
|
||||
input:
|
||||
Pointer of a pointer to MeshHeader.
|
||||
@ -72,7 +72,7 @@ Functions
|
||||
bool getbatch(struct Batch*,
|
||||
unsigned int offset,
|
||||
const char * const);
|
||||
Retrives the i-th Batch in a buffer.
|
||||
Retrieves the i-th Batch in a buffer.
|
||||
|
||||
input:
|
||||
Pointer to a Batch.
|
||||
@ -94,7 +94,7 @@ Functions
|
||||
unsigned int,
|
||||
const char*,
|
||||
unsigned int);
|
||||
Retrives the i-th Mesh in a buffer.
|
||||
Retrieves the i-th Mesh in a buffer.
|
||||
|
||||
input:
|
||||
Pointer to mesh.
|
||||
|
@ -31,6 +31,7 @@ Functions
|
||||
a region in the buffer.
|
||||
|
||||
const char*, the buffer containing the whole texture pack file.
|
||||
Can not be NULL.
|
||||
|
||||
bool getbatchdesc(struct TextureBatchDescriptor**,
|
||||
unsigned int,
|
||||
|
Loading…
Reference in New Issue
Block a user