Started working on IQM/glTF loaders
This commit is contained in:
parent
10c22c8d61
commit
1fcb3c0317
3 changed files with 2104 additions and 7 deletions
|
@ -442,6 +442,7 @@ typedef struct RenderTexture2D {
|
|||
// RenderTexture type, same as RenderTexture2D
|
||||
typedef RenderTexture2D RenderTexture;
|
||||
|
||||
// N-Patch layout info
|
||||
typedef struct NPatchInfo {
|
||||
Rectangle sourceRec; // Region in the texture
|
||||
int left; // left border offset
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue