ZeroZero Game Engine  v0.0
A 3D game engine using Vulkan & Jolt
Public Attributes | List of all members
Surface Struct Reference

Detailed Description

A Mesh surface, with counterclockwise triangles

Public Attributes

uint32_t firstVertexIndex {0}
 Index of the first vertex of the surface.
 
uint32_t indexCount {0}
 Number of vertices.
 
shared_ptr< Materialmaterial {}
 Material.