質問編集履歴
2
#include ファイルを追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -21,6 +21,8 @@
|
|
21
21
|
該当のコードですが
|
22
22
|
```
|
23
23
|
|
24
|
+
#include "stb-master/stb_image.h"
|
25
|
+
|
24
26
|
unsigned int TextureFromFile(const char *path, const string &directory, bool gamma)
|
25
27
|
{
|
26
28
|
|
1
該当するコードを追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -17,6 +17,8 @@
|
|
17
17
|
|
18
18
|
と表示されビルドが通りません。
|
19
19
|
|
20
|
+
|
21
|
+
該当のコードですが
|
20
22
|
```
|
21
23
|
|
22
24
|
unsigned int TextureFromFile(const char *path, const string &directory, bool gamma)
|