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