lib_static_cb_init.hlsl 70 B

12345678
  1. float a;
  2. static float sa = a+1;
  3. export float foo() {
  4. return sa;
  5. }