HaxePunk/HaxePunk

View on GitHub
backend/lime/haxepunk/graphics/hardware/opengl/GLUniformLocation.hx

Summary

Maintainability
Test Coverage
package haxepunk.graphics.hardware.opengl;

#if js
typedef GLUniformLocation = js.html.webgl.UniformLocation;
#else
typedef GLUniformLocation = lime.graphics.opengl.GLUniformLocation;
#end