mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
ENABLE_GCODE_VIEWER -> Removed options_120_solid shader
This commit is contained in:
parent
af200e47c1
commit
d91fc7b8ab
5 changed files with 5 additions and 112 deletions
|
@ -33,7 +33,7 @@ class GCodeViewer
|
|||
CustomGCodes
|
||||
};
|
||||
|
||||
// vbo buffer containing vertices data for a specific toolpath type
|
||||
// vbo buffer containing vertices data used to rendder a specific toolpath type
|
||||
struct VBuffer
|
||||
{
|
||||
enum class EFormat : unsigned char
|
||||
|
@ -65,7 +65,7 @@ class GCodeViewer
|
|||
void reset();
|
||||
};
|
||||
|
||||
// ibo buffer containing indices data for a specific toolpath type
|
||||
// ibo buffer containing indices data (triangles) used to render a specific toolpath type
|
||||
struct IBuffer
|
||||
{
|
||||
// ibo id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue