nCine/Graphics/RHI/Software/SwVertexFormat.h file

Namespaces

namespace nCine
Root namespace of nCine game engine.
namespace nCine::RHI
Render Hardware Interface — compile-time-selectable graphics backend abstraction.
namespace nCine::RHI::Software
CPU software rasterizer backend, selected by WITH_RHI_SOFTWARE.

Classes

class nCine::RHI::Software::SwVertexFormat
Vertex layout description of the software backend (aliased as RHI::VertexFormat).
class nCine::RHI::Software::SwVertexFormat::Attribute
A single vertex attribute within a vertex format.
class nCine::RHI::Software::SwVertexArray
Vertex array object stub of the software backend (aliased as RHI::VertexArray).