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