#pragma once #include "assets/components/texture_components.hpp" #include namespace assets { struct texture_view { std::weak_ptr data; z3d::i32 width, height; texture_components::flags component_flags; }; }