The line: "ctx->PSGetSamplers(0, 1, &old.PSSampler);" will fail silently (no return code) but will not modify old.PSSampler making the game crash when accessing uninitialized memory. |
||
|---|---|---|
| .. | ||
| linux | ||
| windows | ||
| imgui_impl_opengl3.cpp | ||
| imgui_impl_opengl3.h | ||
The line: "ctx->PSGetSamplers(0, 1, &old.PSSampler);" will fail silently (no return code) but will not modify old.PSSampler making the game crash when accessing uninitialized memory. |
||
|---|---|---|
| .. | ||
| linux | ||
| windows | ||
| imgui_impl_opengl3.cpp | ||
| imgui_impl_opengl3.h | ||