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;pub use usf::generate as generate_usf;
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
- usf
- USF Code Generation - KORE to Unreal Shader Format Generates UE5-compatible .usf/.ush files for compute and pixel shaders
- wasm
- WASM Code Generation using walrus