Skip to content

Commit

Permalink
Herp derp depth
Browse files Browse the repository at this point in the history
Obviously depth should default to true for WebGL layers.
  • Loading branch information
toji committed Jul 24, 2017
1 parent 04fc7dc commit 7b38f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ interface VRLayer {};

dictionary VRWebGLLayerInit {
boolean antialias = true;
boolean depth = false;
boolean depth = true;
boolean stencil = false;
boolean alpha = true;
boolean multiview = false;
Expand Down

0 comments on commit 7b38f15

Please sign in to comment.