Skip to content

Access violation on call of GL.DrawElements in Tutorial 6 #11

@uzername

Description

@uzername

GL.DrawElements(BeginMode.Triangles, v.IndiceCount, DrawElementsType.UnsignedInt, indiceat * sizeof(uint));

I am using OpenTK 3.0.1 from official Nuget, and I get access violation (writing attempt to protected memory) error on this line. In tutorial 5 you use GL.DrawArrays and it's fine there

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions