Skip to content
This repository was archived by the owner on Jul 13, 2024. It is now read-only.
This repository was archived by the owner on Jul 13, 2024. It is now read-only.

Parsing function pointer types in signatures is not supported #4

Open
@stanoddly

Description

@stanoddly

The build returns lots of these warnings, which means that this functionality can't be used as it is.

DotnetRaylibWasm
  WasmApp.Native.targets(292, 5): [WASM0001] Could not get pinvoke, or callbacks for method 'Raylib_cs.Raylib::SetTraceLogCallback' because 'Parsing function pointer types in signatures is not supported.'
  WasmApp.Native.targets(292, 5): [WASM0001] Could not get pinvoke, or callbacks for method 'Raylib_cs.Raylib::SetLoadFileDataCallback' because 'Parsing function pointer types in signatures is not supported.'
  WasmApp.Native.targets(292, 5): [WASM0001] Could not get pinvoke, or callbacks for method 'Raylib_cs.Raylib::SetSaveFileDataCallback' because 'Parsing function pointer types in signatures is not supported.'
  WasmApp.Native.targets(292, 5): [WASM0001] Could not get pinvoke, or callbacks for method 'Raylib_cs.Raylib::SetLoadFileTextCallback' because 'Parsing function pointer types in signatures is not supported.'
  WasmApp.Native.targets(292, 5): [WASM0001] Could not get pinvoke, or callbacks for method 'Raylib_cs.Raylib::SetSaveFileTextCallback' because 'Parsing function pointer types in signatures is not supported.'
  WasmApp.Native.targets(292, 5): [WASM0001] Could not get pinvoke, or callbacks for method 'Raylib_cs.Raylib::SetAudioStreamCallback' because 'Parsing function pointer types in signatures is not supported.'
  WasmApp.Native.targets(292, 5): [WASM0001] Could not get pinvoke, or callbacks for method 'Raylib_cs.Raylib::AttachAudioStreamProcessor' because 'Parsing function pointer types in signatures is not supported.'
  WasmApp.Native.targets(292, 5): [WASM0001] Could not get pinvoke, or callbacks for method 'Raylib_cs.Raylib::DetachAudioStreamProcessor' because 'Parsing function pointer types in signatures is not supported.'
  WasmApp.Native.targets(292, 5): [WASM0001] Skipping pinvoke 'Raylib_cs.Raylib::AttachAudioStreamProcessor' because 'Parsing function pointer types in signatures is not supported.'.
  WasmApp.Native.targets(292, 5): [WASM0001] Skipping pinvoke 'Raylib_cs.Raylib::DetachAudioStreamProcessor' because 'Parsing function pointer types in signatures is not supported.'.
  WasmApp.Native.targets(292, 5): [WASM0001] Skipping pinvoke 'Raylib_cs.Raylib::SetAudioStreamCallback' because 'Parsing function pointer types in signatures is not supported.'.
  WasmApp.Native.targets(292, 5): [WASM0001] Skipping pinvoke 'Raylib_cs.Raylib::SetLoadFileDataCallback' because 'Parsing function pointer types in signatures is not supported.'.
  WasmApp.Native.targets(292, 5): [WASM0001] Skipping pinvoke 'Raylib_cs.Raylib::SetLoadFileTextCallback' because 'Parsing function pointer types in signatures is not supported.'.
  WasmApp.Native.targets(292, 5): [WASM0001] Skipping pinvoke 'Raylib_cs.Raylib::SetSaveFileDataCallback' because 'Parsing function pointer types in signatures is not supported.'.
  WasmApp.Native.targets(292, 5): [WASM0001] Skipping pinvoke 'Raylib_cs.Raylib::SetSaveFileTextCallback' because 'Parsing function pointer types in signatures is not supported.'.
  WasmApp.Native.targets(292, 5): [WASM0001] Skipping pinvoke 'Raylib_cs.Raylib::SetTraceLogCallback' because 'Parsing function pointer types in signatures is not supported.'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugBug with workaround which needs to be resolved anyway.workaround existsWorkaround exists.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions