Engine_getSupportedFeatureLevel function
- @Native<UnsignedInt Function(Pointer<
TEngine> )>(ffi.Pointer<TEngine>)>(isLeaf: true)
Implementation
@ffi.Native<ffi.UnsignedInt Function(ffi.Pointer<TEngine>)>(isLeaf: true)
external int Engine_getSupportedFeatureLevel(
ffi.Pointer<TEngine> tEngine,
);