Berserk
Public Attributes | List of all members
ResMesh::SubMesh Struct Reference

Single sub-mesh info. More...

#include <ResMesh.hpp>

Collaboration diagram for ResMesh::SubMesh:
Collaboration graph
[legend]

Public Attributes

uint32 baseVertex {}
 
uint32 verticesCount {}
 
uint32 indicesCount {}
 
RHIIndexType indexType
 
RHIPrimitivesType primitivesType
 
Ref< ResMaterialmaterial
 
Aabbf aabb
 

Detailed Description

Single sub-mesh info.

Member Data Documentation

◆ aabb

Aabbf ResMesh::SubMesh::aabb

◆ baseVertex

uint32 ResMesh::SubMesh::baseVertex {}

◆ indexType

RHIIndexType ResMesh::SubMesh::indexType

◆ indicesCount

uint32 ResMesh::SubMesh::indicesCount {}

◆ material

Ref<ResMaterial> ResMesh::SubMesh::material

◆ primitivesType

RHIPrimitivesType ResMesh::SubMesh::primitivesType

◆ verticesCount

uint32 ResMesh::SubMesh::verticesCount {}

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