You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there, I'm running into an issue where using isn't pulling in the GLAbstraction exports.
Maybe it's a 1.1 incompatibility? Maybe user error on my end 😛 ?
I'm using GLAbstraction#master locally.
julia> versioninfo()
Julia Version 1.1.0
Commit 80516ca202 (2019-01-21 21:24 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.1 (ORCJIT, skylake)
julia> using GLAbstraction
julia> Buffer()
ERROR: UndefVarError: Buffer not defined
Stacktrace:
[1] top-level scope at none:0
julia> GLAbstraction.Buffer()
ERROR: MethodError: no method matching GLAbstraction.Buffer()
Closest candidates are:
GLAbstraction.Buffer(::DenseArray{T<:Real,1}; buffertype, usage) where T<:Real at C:\Users\simon\.julia\packages\GLAbstraction\Z8nud\src\buffer.jl:24
GLAbstraction.Buffer(::DenseArray{T,1}; buffertype, usage) where T at C:\Users\simon\.julia\packages\GLAbstraction\Z8nud\src\buffer.jl:30
GLAbstraction.Buffer(::Type{T}, ::Int64; buffertype, usage) where T at C:\Users\simon\.julia\packages\GLAbstraction\Z8nud\src\buffer.jl:37
Stacktrace:
[1] top-level scope at none:0
Thanks!
The text was updated successfully, but these errors were encountered:
Hey there, I'm running into an issue where
using
isn't pulling in the GLAbstraction exports.Maybe it's a 1.1 incompatibility? Maybe user error on my end 😛 ?
I'm using GLAbstraction#master locally.
Thanks!
The text was updated successfully, but these errors were encountered: