pict3d icon indicating copy to clipboard operation
pict3d copied to clipboard

error C5145: must write to gl_Position

Open VityaGoro opened this issue 3 years ago • 0 comments

Trying:

#lang racket (require pict3d) (sphere origin 1/2)

Get:

gl-create-program: Vertex info (0) : error C5145: must write to gl_Position

VityaGoro avatar May 05 '21 11:05 VityaGoro