17 constexpr LoaderOptions::
18 LoaderOptions(
int flags,
int texture_flags) :
20 _texture_flags(texture_flags),
21 _texture_num_views(0),
22 _auto_texture_scale(ATS_unspecified)
29 INLINE
void LoaderOptions::
30 set_flags(
int flags) {
37 INLINE
int LoaderOptions::
45 INLINE
void LoaderOptions::
46 set_texture_flags(
int texture_flags) {
47 _texture_flags = texture_flags;
53 INLINE
int LoaderOptions::
54 get_texture_flags()
const {
55 return _texture_flags;
68 _texture_num_views = texture_num_views;
76 return _texture_num_views;
86 _auto_texture_scale = scale;
94 return _auto_texture_scale;