Skip to content

Commit

Permalink
server: fix visibility mask d3d11 render states
Browse files Browse the repository at this point in the history
  • Loading branch information
korejan committed Sep 14, 2024
1 parent 65bd850 commit 7d0eb53
Show file tree
Hide file tree
Showing 23 changed files with 69 additions and 89 deletions.
85 changes: 28 additions & 57 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion alvr/audio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alvr_audio"
version = "18.16.0"
version = "18.16.1"
authors = ["alvr-org", "Riccardo Zaglia <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion alvr/client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alvr_client"
version = "18.16.0"
version = "18.16.1"
authors = ["alvr-org", "Riccardo Zaglia <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion alvr/commands/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alvr_commands"
version = "18.16.0"
version = "18.16.1"
authors = ["alvr-org", "Riccardo Zaglia <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion alvr/common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alvr_common"
version = "18.16.0"
version = "18.16.1"
authors = ["alvr-org", "Riccardo Zaglia <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion alvr/filesystem/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alvr_filesystem"
version = "18.16.0"
version = "18.16.1"
authors = ["alvr-org", "Patrick Nicolas <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion alvr/launcher/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alvr_launcher"
version = "18.16.0"
version = "18.16.1"
authors = ["alvr-org", "Riccardo Zaglia <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion alvr/openxr-client/alxr-client-android/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alxr-client-android"
version = "0.48.0"
version = "0.49.0"
authors = ["korejan <[email protected]>"]
edition = "2021"
description = "An OpenXR based ALVR client for android platorms"
Expand Down
2 changes: 1 addition & 1 deletion alvr/openxr-client/alxr-client-android/pico/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alxr-client-pico"
version = "0.48.0"
version = "0.49.0"
authors = ["korejan <[email protected]>"]
edition = "2021"
description = "An OpenXR based ALVR client for Pico 4/Neo 3, PUI >= v5.2.x"
Expand Down
2 changes: 1 addition & 1 deletion alvr/openxr-client/alxr-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alxr-client"
version = "0.48.0"
version = "0.49.0"
authors = ["korejan <[email protected]>"]
edition = "2021"
description = "An OpenXR based ALVR client for non-android platorms"
Expand Down
2 changes: 1 addition & 1 deletion alvr/openxr-client/alxr-client/uwp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alxr-client-uwp"
version = "1.48.0"
version = "1.49.0"
authors = ["korejan <[email protected]>"]
edition = "2021"
build = ".build/main.rs"
Expand Down
2 changes: 1 addition & 1 deletion alvr/openxr-client/alxr-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alxr-common"
version = "0.48.0"
version = "0.49.0"
authors = ["korejan <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion alvr/openxr-client/alxr-engine-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alxr-engine-sys"
version = "0.48.0"
version = "0.49.0"
authors = ["korejan <[email protected]>"]
edition = "2021"
links = "alxr_engine"
Expand Down
2 changes: 1 addition & 1 deletion alvr/server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alvr_server"
version = "18.16.0"
version = "18.16.1"
authors = ["alvr-org", "polygraphene", "Valve Corporation"]
license = "MIT"
edition = "2021"
Expand Down
Loading

0 comments on commit 7d0eb53

Please sign in to comment.