jpvanoosten / LearningDirectX12

This repository is intended to be used as a code repository for learning DirectX 12.

Home Page:https://www.3dgep.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indicies is misspelled should be Indices

jezzye13 opened this issue · comments

For example in Indexbuffer.h

size_t GetNumIndicies() const
{
    return m_NumIndicies;
}

This is a common typo for me... Thanks for pointing this out.