core :: Sys :: glIsProgram
name
# Does `name` corresponds to a program object? fun glIsProgram(name: GLProgram): Bool `{ return glIsProgram(name); `}