refactor to allow graph lines to be shown at start up
This commit is contained in:
@@ -40,9 +40,4 @@ struct
|
||||
\{\n\
|
||||
\ FragColor = vec4(frag_col.x, frag_col.y, frag_col.z, 1.0f);\n\
|
||||
\}"
|
||||
|
||||
(* Todo: fix. Currently an empty vector which is not desired result,
|
||||
* but changing vector dynamically (through resizing) works as desired. *)
|
||||
val graphLines: Real32.real vector =
|
||||
Vector.fromList []
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user