GLES31Ext.GlTexStorage3DMultisampleOES 方法

定义

[Android.Runtime.Register("glTexStorage3DMultisampleOES", "(IIIIIIZ)V", "")]
public static void GlTexStorage3DMultisampleOES (int target, int samples, int internalformat, int width, int height, int depth, bool fixedsamplelocations);
[<Android.Runtime.Register("glTexStorage3DMultisampleOES", "(IIIIIIZ)V", "")>]
static member GlTexStorage3DMultisampleOES : int * int * int * int * int * int * bool -> unit

参数

target
Int32
samples
Int32
internalformat
Int32
width
Int32
height
Int32
depth
Int32
fixedsamplelocations
Boolean
属性

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于