mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-16 08:12:39 -07:00
ENABLE_GCODE_VIEWER -> Removed options_120_solid shader
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user