BlazorExtensions / Canvas

HTML5 Canvas API implementation for Microsoft Blazor
MIT License
620 stars 144 forks source link

"WebGLActiveInfo" returns empty #68

Open DreCorp opened 4 years ago

DreCorp commented 4 years ago

After linking and validating the program with ProgramParameter.LINK_STATUS and ProgramParameter.VALIDATE_STATUS both returning true, and ProgramParameter.ACTIVE_ATTRIBUTES and ProgramParameter.ACTIVE_UNIFORMS returning correct amount of attributes and uniforms i attempt to call WebGLActiveInfo ai = await gl.GetActiveAttribAsync(prog, index); but the returned WebGLActiveInfo properties such as Name etc, are either empty or 0.