We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57bd5f commit 38397baCopy full SHA for 38397ba
1 file changed
tools/generate_templates/node-raylib-bindings.js
@@ -264,6 +264,7 @@ inline char charFromValue(const Napi::CallbackInfo& info, int index) {
264
return info[index].As<Napi::Number>().Uint32Value();
265
}
266
267
+// exception for this constructor, which has different input depending on platform
268
inline rlVertexBuffer rlVertexBufferFromValue(const Napi::CallbackInfo& info, int index) {
269
return {
270
intFromValue(info, index + 0),
0 commit comments