Returns a static field from ShapeRenderer.ShapeType.

(shape-type :filled)
Options
:filled
:line
:point
Source
(defmacro shape-type
  [k]
  (u/gdx-field :graphics :glutils "ShapeRenderer$ShapeType" (u/key->pascal k)))