mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-08-03 03:48:53 +00:00
Move the implementation of stbi to it's own .cc file
Signed-off by: Arthur Brainville (Ybalrid) <ybalrid@ybalrid.info>
This commit is contained in:
committed by
Arthur Brainville
parent
8066a54415
commit
3903446bfc
@@ -9,6 +9,7 @@ newoption {
|
||||
}
|
||||
|
||||
sources = {
|
||||
"stbi-impl.cc",
|
||||
"main.cc",
|
||||
"render.cc",
|
||||
"render-config.cc",
|
||||
|
||||
3
examples/raytrace/stbi-impl.cc
Normal file
3
examples/raytrace/stbi-impl.cc
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
#define STB_IMAGE_IMPLEMENTATION
|
||||
#include "tiny_gltf.h"
|
||||
Reference in New Issue
Block a user