GL.Apple.RenderbufferStorageMultisample(All, Int32, All, Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glRenderbufferStorageMultisampleAPPLE", Version="1.1")]
public static void RenderbufferStorageMultisample(OpenTK.Graphics.ES11.All target, int samples, OpenTK.Graphics.ES11.All internalformat, int width, int height);
static member RenderbufferStorageMultisample : OpenTK.Graphics.ES11.All * int * OpenTK.Graphics.ES11.All * int * int -> unit
参数
- target
- All
- samples
- Int32
- internalformat
- All
- width
- Int32
- height
- Int32
- 属性