aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/je_graphic_batch.h
blob: ebe63f93b9c238163cdaffb4803143986388ba63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef __JE_GRAPHIC_BATCH_H
#define __JE_GRAPHIC_BATCH_H

namespace JinEngine
{
    namespace Graphics
    {

        ///
        /// For reducing draw call.
        ///
        class GraphicBatch
        {

        };

    } // Graphics
} // namespace JinEngine 

#endif