LeviLamina
Loading...
Searching...
No Matches
cgltf_texture_view.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct cgltf_texture_view {
6public:
7 // member variables
8 // NOLINTBEGIN
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
18 cgltf_texture_view& operator=(cgltf_texture_view const&);
19 cgltf_texture_view(cgltf_texture_view const&);
20 cgltf_texture_view();
21};
Definition Alias.h:14