Skip to main content

Module codegen

Module codegen 

Source
Expand description

KORE Code Generation - Multi-target output

Re-exports§

pub use wasm::generate as generate_wasm;
pub use spirv::generate as generate_spirv;
pub use hlsl::generate as generate_hlsl;

Modules§

hlsl
HLSL Code Generation - Direct KORE to HLSL/USF Bypasses SPIR-V for maximum control and code generation power
spirv
SPIR-V Code Generation for GPU shaders
wasm
WASM Code Generation using walrus