Posts tagged Research

OpenGL Rendering Pipeline

Pipeline Overview OpenGL-managed memory buffers (vertex buffers) contains below two array types Vertex Array – this later projected into ...

Testing Methods

These are currently popular methods to test software. Fuzz Testing Input massive invalid, unexpected, or random data(Fuzz) to find errors or ...