You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
correctness
About this tag
The correctness tag on WindowsForum.com covers topics related to software accuracy, reliability, and proper implementation. Discussions include open-sourcing the Microsoft Edge WebGL GLSL transpiler to improve performance, correctness, and interoperability of WebGL. Another thread explores stepwise refinement in program construction, a method that helps ensure correctness by designing programs in finer levels of granularity. These sources highlight Microsoft's focus on correctness in graphics rendering and software engineering research.
Today we’re excited to announce that we’re open-sourcing part of the Microsoft Edge WebGL renderer – specifically, the GLSL to HLSL transpiler. We hope that the source code is useful for everybody working on similar WebGL projects, and that this will help performance, correctness and...
In this episode of Link Removed, Kuat Yessenov and Link Removed, Principal Researcher in the Research in Software Engineering (RiSE) group at Microsoft Research, show how a program can be constructed by stepwise refinement. First, a high-level description of the program is given. Then, some...