Remove Gfx Driver Vertex and IndexBuffer size config
This commit is contained in:
@@ -11,9 +11,6 @@ struct GfxCitro3DConfig {
|
||||
// Index Allocator
|
||||
template <typename T>
|
||||
using IndexAlloc = LinearAllocator<T>;
|
||||
|
||||
static constexpr size_t NumVertices = 32768; // 8192*4
|
||||
static constexpr size_t NumIndices = 49152; // 8192*6
|
||||
};
|
||||
|
||||
class GfxCitro3D : public GfxDriverBase<GfxCitro3DConfig> {
|
||||
|
||||
Reference in New Issue
Block a user