File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ The info returned is
81
81
is usually not a problem because either (a) you'll delete the objects
82
82
that are holding the attachments (b) you'll detach the attachments
83
83
by binding new ones (c) you have a leak where you're creating more and
84
- more of these objects the hold attachments in which case you can find
84
+ more of these objects that hold attachments in which case you can find
85
85
the issue by watching your resources counts climb.
86
86
87
87
Given that it seemed okay to skip this for now.
@@ -100,7 +100,7 @@ The info returned is
100
100
101
101
WebGL-memory does not report this difference
102
102
because it's up to the implementation what really happens behind the scenes.
103
- In general though, ` texStorage2D/3D ` has a much higher probablility
103
+ In general though, ` texStorage2D/3D ` has a much higher probability
104
104
of using less memory overall.
105
105
106
106
The tradeoff for using ` texStorage ` is that the texture's size is immutable.
You can’t perform that action at this time.
0 commit comments