2024-08-08から1日間の記事一覧
カーネル関数を含む => 拡張子はcompute 普通の関数のみ => 拡張子はhlsl // Hoge.hlslにする.Hoge.computeにしてはならない #ifndef HOGEHLSL #define HOGEHLSL float Hoge(float r) { return r; } #endif // Main.compute #include "Hoge.hlsl" [numthrea…
カーネル関数を含む => 拡張子はcompute 普通の関数のみ => 拡張子はhlsl // Hoge.hlslにする.Hoge.computeにしてはならない #ifndef HOGEHLSL #define HOGEHLSL float Hoge(float r) { return r; } #endif // Main.compute #include "Hoge.hlsl" [numthrea…