diff options
author | chai <chaifix@163.com> | 2019-12-08 00:24:22 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-12-08 00:24:22 +0800 |
commit | 0c4b1e68d64996a4aa5b136ddb6ee5643e159ef2 (patch) | |
tree | 0a263567be678f8b945b1472392f09b77b31b9eb /src/core/texture.h | |
parent | 3df29dc54c509c983dc8a0e23eab4160d48144f2 (diff) |
+test
Diffstat (limited to 'src/core/texture.h')
-rw-r--r-- | src/core/texture.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/core/texture.h b/src/core/texture.h new file mode 100644 index 0000000..d6aee82 --- /dev/null +++ b/src/core/texture.h @@ -0,0 +1,11 @@ +#ifndef _SOFTSHADEROOM_TEXTURE_H_ +#define _SOFTSHADEROOM_TEXTURE_H_ + +#include "vert.h" + +typedef struct Texture{ + uint id;/*identifier*/ + uint width, height; +}Texture; + +#endif
\ No newline at end of file |