Skip to content

Commit

Permalink
Merge pull request #367 from RagnarokResearchLab/outdated-surface-fai…
Browse files Browse the repository at this point in the history
…lure

Fix the failure reason given when skipping frames due to outdated surfaces
rdw-software authored Feb 6, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents eb0d4da + 5b10b79 commit 7ab8a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/NativeClient/WebGPU/Surface.lua
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ local Surface = {
UNKNOWN_TEXTURE_STATUS = "Received an unknown texture status from the WebGPU API (outdated FFI bindings?)",
GPU_MEMORY_EXHAUSTED = "The available GPU memory is exhausted (VRAM usage too high or leaking resources?)",
BACKING_SURFACE_LOST = "The backing surface has been lost and can't be used (texture format changed?)",
BACKING_SURFACE_OUDATED = "The backing surface is outdated and can't be used (window resized or moved?)",
BACKING_SURFACE_OUTDATED = "The backing surface is outdated and can't be used (window resized or moved?)",
BACKING_SURFACE_TIMEOUT = "The backing surface couldn't be accessed in time (CPU or GPU too busy?)",
},
}

0 comments on commit 7ab8a54

Please sign in to comment.