GlScissorNative typedef

GlScissorNative = Void Function(Int32 x, Int32 y, Int32 width, Int32 height)

Implementation

typedef GlScissorNative = Void Function(
    Int32 x, Int32 y, Int32 width, Int32 height);