You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/EXT_texture_filter_anisotropic/extension.xml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,10 @@
20
20
The <code>getTexParameter</code>, <code>texParameterf</code> and <code>texParameteri</code> entry points'
21
21
parameter <code>pname</code> accepts the value <code>TEXTURE_MAX_ANISOTROPY_EXT</code>
22
22
</feature>
23
+
<feature>
24
+
In WebGL 2, additionally the <code>getSamplerParameter</code>, <code>samplerParameterf</code> and <code>samplerParameteri</code> entry points'
25
+
parameter <code>pname</code> accepts the value <code>TEXTURE_MAX_ANISOTROPY_EXT</code>
26
+
</feature>
23
27
<feature>
24
28
The <code>getParameter</code> entry point parameter <code>pname</code> accepts the value <code>MAX_TEXTURE_MAX_ANISOTROPY_EXT</code>, returning a value of type <code>float</code>.
0 commit comments