Commit 82cc3b07 authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Zack Rusin
parent e590c2b0
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
* The currently only reason we need to keep track of views is that if we * The currently only reason we need to keep track of views is that if we
* destroy a hardware surface, all views pointing to it must also be destroyed, * destroy a hardware surface, all views pointing to it must also be destroyed,
* otherwise the device will error. * otherwise the device will error.
* So in particuar if a surface is evicted, we must destroy all views pointing * So in particular if a surface is evicted, we must destroy all views pointing
* to it, and all context bindings of that view. Similarly we must restore * to it, and all context bindings of that view. Similarly we must restore
* the view bindings, views and surfaces pointed to by the views when a * the view bindings, views and surfaces pointed to by the views when a
* context is referenced in the command stream. * context is referenced in the command stream.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment