mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-14 01:56:02 +08:00
Add a "not specified" option to the enum class for image formats
Signed-off-by: Arthur Brainville (Ybalrid) <ybalrid@ybalrid.info>
This commit is contained in:
parent
68174a3fb3
commit
4ba01f5968
@ -7,7 +7,7 @@
|
|||||||
namespace gltfutil {
|
namespace gltfutil {
|
||||||
class texture_dumper {
|
class texture_dumper {
|
||||||
public:
|
public:
|
||||||
enum class texture_output_format { png, bmp, tga };
|
enum class texture_output_format { png, bmp, tga, not_specified };
|
||||||
|
|
||||||
private:
|
private:
|
||||||
const tinygltf::Model& model;
|
const tinygltf::Model& model;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user