.. index:: pair: struct; EE::Graphics::TextureRegistryRecord .. _doxid-struct_e_e_1_1_graphics_1_1_texture_registry_record: struct EE::Graphics::TextureRegistryRecord ========================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct TextureRegistryRecord { // fields :ref:`ResourceId` :target:`id`; std::string :target:`displayName`; :ref:`TextureWeakPtr` :target:`texture`; std::size_t :target:`memoryBytes` { 0 }; };