rlActiveDrawBuffers function

  1. @Native<Void Function(Int)>(ffi.Int)>()
void rlActiveDrawBuffers(
  1. int count
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Int)>()
external void rlActiveDrawBuffers(int count);