rlCheckRenderBatchLimit abstract method

bool rlCheckRenderBatchLimit(
  1. int vCount
)

Check internal buffer overflow for a given number of vertex

Implementation

bool rlCheckRenderBatchLimit(
  int vCount,
);