Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 520 Bytes

File metadata and controls

16 lines (13 loc) · 520 Bytes

HQCodeGen Usage

Reflect HokkuMath module

Build/CodeGen/HQCodeGen.exe \
    --input="Source/Engine/Core/Math" \
    --output="Source/Engine/Core/Math/_Module" \
    --template_path="Build/CodeGen" \
    --plugin_name="Math"

This generates:

  • Source/Engine/Core/Math/_Module/HQMath.cppExtractSchema calls + method thunks
  • Source/Engine/Core/Math/_Module/HQMath.hForceLink / ExportSymbols declarations
  • Source/Engine/Core/Math/_Module/MathAPI.hHQ_MATH_API dllexport macro