Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::mesh_header_info Struct Reference

#include <asset_storage.h>

Inheritance diagram for unravel::mesh_header_info:
crtp_meta_type< mesh_header_info, asset_header_info >

Public Attributes

uint32_t vertex_count {}
 
uint32_t index_count {}
 
uint32_t submesh_count {}
 
uint32_t lod_count {}
 

Additional Inherited Members

- Public Member Functions inherited from crtp_meta_type< mesh_header_info, asset_header_info >
virtual auto get_meta_type () const -> entt::meta_type
 
auto is () const -> bool
 
auto is (const entt::meta_type &type) const -> bool
 
virtual auto as_derived () -> entt::meta_any
 
- Static Public Member Functions inherited from crtp_meta_type< mesh_header_info, asset_header_info >
static auto get_static_meta_type () -> entt::meta_type
 

Detailed Description

Definition at line 151 of file asset_storage.h.

Member Data Documentation

◆ index_count

uint32_t unravel::mesh_header_info::index_count {}

Definition at line 154 of file asset_storage.h.

◆ lod_count

uint32_t unravel::mesh_header_info::lod_count {}

Definition at line 156 of file asset_storage.h.

◆ submesh_count

uint32_t unravel::mesh_header_info::submesh_count {}

Definition at line 155 of file asset_storage.h.

◆ vertex_count

uint32_t unravel::mesh_header_info::vertex_count {}

Definition at line 153 of file asset_storage.h.


The documentation for this struct was generated from the following file: