Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Oct 10, 2023
1 parent 26e0771 commit 6b3c57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Samples/OpenGLABC/Точки на поле/Точки.pas
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ CameraData = record
// gl.NamedBufferSubData(buffer_temp, new IntPtr(0*sizeof(real)), new IntPtr(2*sizeof(real)), mouse_pos);

// Вызываем шейдерную программу один раз, не передавая данные
// Геометричейский шейдер сделает из этого
// Геометричейский шейдер сделает из этого прямоугольник, покрывающий все пиксели экрана
gl.DrawArrays(glPrimitiveType.POINTS, 0,1);

// var temp_data := new real[1];
Expand Down

0 comments on commit 6b3c57c

Please sign in to comment.