An open API service indexing awesome lists of open source software.

https://github.com/hatoo/hlsl-grimoire-sample-wgpu

Samples written in Rust for "HLSL シェーダーの魔導書 シェーディングの基礎からレイトレーシングまで"
https://github.com/hatoo/hlsl-grimoire-sample-wgpu

Last synced: about 1 month ago
JSON representation

Samples written in Rust for "HLSL シェーダーの魔導書 シェーディングの基礎からレイトレーシングまで"

Awesome Lists containing this project

README

        

# hlsl-grimoire-sample-wgpu

Samples written in Rust for [HLSL シェーダーの魔導書 シェーディングの基礎からレイトレーシングまで](https://www.amazon.co.jp/HLSL-%E3%82%B7%E3%82%A7%E3%83%BC%E3%83%80%E3%83%BC%E3%81%AE%E9%AD%94%E5%B0%8E%E6%9B%B8-%E3%82%B7%E3%82%A7%E3%83%BC%E3%83%87%E3%82%A3%E3%83%B3%E3%82%B0%E3%81%AE%E5%9F%BA%E7%A4%8E%E3%81%8B%E3%82%89%E3%83%AC%E3%82%A4%E3%83%88%E3%83%AC%E3%83%BC%E3%82%B7%E3%83%B3%E3%82%B0%E3%81%BE%E3%81%A7-%E6%B8%85%E5%8E%9F-%E9%9A%86%E8%A1%8C-ebook/dp/B09371QYXS/ref=sr_1_1?__mk_ja_JP=%E3%82%AB%E3%82%BF%E3%82%AB%E3%83%8A&crid=6S7BQ381EQHR&dchild=1&keywords=hlsl+%E3%82%B7%E3%82%A7%E3%83%BC%E3%83%80%E3%83%BC%E3%81%AE%E9%AD%94%E5%B0%8E%E6%9B%B8&qid=1624091234&sprefix=hlsl%2Caps%2C237&sr=8-1)

# Usage

See `bin` sections in `Cargo.toml`.

## Example

```
cargo run --bin sammple_02_01
```

# Reference

- https://github.com/shoeisha-books/hlsl-grimoire-sample