https://github.com/shader-slang/slang
Raw File
Tip revision: 8a70e20df6f47678c146eb29f89655aa734f97c7 authored by jsmall-nvidia on 06 October 2020, 17:30:55 UTC
InterlockedExchangeU64 support on RWByteAddressBuffer (#1572)
Tip revision: 8a70e20
include.slang
//TEST:SIMPLE:
// #include support

int foo() { return 0; }

#include "include-a.slang.h"

int baz() { return bar(); }
back to top