Fix OpenXR texture layer count;

This commit is contained in:
bjorn 2022-08-01 22:43:44 -07:00
parent c0dfb414d6
commit 289f08b0df
1 changed files with 1 additions and 1 deletions

View File

@ -915,7 +915,7 @@ static void openxr_start(void) {
.srgb = true,
.width = state.width,
.height = state.height,
.depth = 2,
.layers = 2,
.mipmaps = 1,
.samples = 1,
.usage = TEXTURE_RENDER,