Question
Conversion error when using ai_network_create(&network, AI_NETWORK_DATA_CONFIG) function
Hello, I meet an error when I try to use the function ai_network_create() as the format of tutorial,
The error report is:
invalid conversion from 'ai_handle {aka void*}' to ‘const ai_buffer*{aka const ai_buffer_*}’
However, I see every one use such function to initialize a instance for network, so how can I fix the problem?
