Skip to content

Commit

Permalink
prepare version-0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ohchase committed May 27, 2024
1 parent 0f86c2b commit 38878c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shroud"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
description = "Universal library for discovering rendering functions of render engines: DirectX9, DirectX10, DirectX11, DirectX12"
license = "MIT"
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ By default all render engines are disabled.
For example targeting a DirectX9 Host/Game
```Toml
[dependencies]
shroud = { version = "0.2.2", features = ["directx9"] }
shroud = { version = "0.2.3", features = ["directx9"] }
```

And targeting a DirectX12 Host/Game..
```Toml
[dependencies]
shroud = { version = "0.2.2", features = ["directx12"] }
shroud = { version = "0.2.3", features = ["directx12"] }
```

## Injected Demos / Use Case
Expand Down Expand Up @@ -97,13 +97,13 @@ pub extern "system" fn DllMain(dll_module: HMODULE, call_reason: u32, _reserved:
```

### DirectX9
![DirectX9](docs/directx9.PNG)
![DirectX9](https://github.com/ohchase/shroud/blob/master/docs/directx9.PNG)

### DirectX10
Todo...

### DirectX11
![DirectX11](docs/directx11.PNG)
![DirectX11](https://github.com/ohchase/shroud/blob/master/docs/directx11.PNG)

### DirectX12
![DirectX12](docs/directx12.PNG)
![DirectX12](https://github.com/ohchase/shroud/blob/master/docs/directx12.PNG)

0 comments on commit 38878c9

Please sign in to comment.