summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Events/XDC2015/Program.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/Events/XDC2015/Program.mdwn b/Events/XDC2015/Program.mdwn
index 522d18f7..adb2d17f 100644
--- a/Events/XDC2015/Program.mdwn
+++ b/Events/XDC2015/Program.mdwn
@@ -87,7 +87,7 @@ efficient.
Presenter: Randy Fishel
-### Handling shader recompiles in Radeon
+### Handling shader recompiles in Radeon (formally accepted)
Many drivers can’t compile shaders when applications load them and must resort to compiling shaders on the first use. This is due to
the fact that many OpenGL API states are not supported by the underlying hardware and must be emulated using shader instructions.