MCPcopy Create free account
hub / github.com/StudioCherno/Coral / FloatArrayIcall

Function FloatArrayIcall

Tests/Testing.Native/Source/Main.cpp:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84static Coral::Array<float> FloatArrayIcall()
85{
86 std::vector<float> floats = { 5.0f, 10.0f, 15.0f, 50.0f };
87 return Coral::Array<float>::New(floats);
88}
89
90static Coral::ManagedObject instance;
91static Coral::ManagedObject NativeInstanceIcall()

Callers 1

FloatArrayTestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected