ColorGrading_create function

  1. @Native<Pointer<TColorGrading> Function(Pointer<TEngine>, UnsignedInt)>(ffi.Pointer<TEngine>, ffi.UnsignedInt)>(isLeaf: true)
Pointer<TColorGrading> ColorGrading_create(
  1. Pointer<TEngine> tEngine,
  2. int toneMapping
)

Implementation

@ffi.Native<
    ffi.Pointer<TColorGrading> Function(
        ffi.Pointer<TEngine>, ffi.UnsignedInt)>(isLeaf: true)
external ffi.Pointer<TColorGrading> ColorGrading_create(
  ffi.Pointer<TEngine> tEngine,
  int toneMapping,
);