Update Mesh.h
parent
514244ffc2
commit
4456b7ca82
|
@ -20,7 +20,7 @@ struct VERTEX {
|
||||||
|
|
||||||
struct Texture {
|
struct Texture {
|
||||||
string type;
|
string type;
|
||||||
aiString path;
|
string path;
|
||||||
ID3D11ShaderResourceView *texture;
|
ID3D11ShaderResourceView *texture;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue