GL.CompressedTexSubImage2D 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
CompressedTexSubImage2D(TextureTarget, Int32, Int32, Int32, Int32, Int32, PixelFormat, Int32, IntPtr)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glCompressedTexSubImage2D", Version="3.0")]
public static void CompressedTexSubImage2D (OpenTK.Graphics.ES30.TextureTarget target, int level, int xoffset, int yoffset, int width, int height, OpenTK.Graphics.ES30.PixelFormat format, int imageSize, IntPtr data);
static member CompressedTexSubImage2D : OpenTK.Graphics.ES30.TextureTarget * int * int * int * int * int * OpenTK.Graphics.ES30.PixelFormat * int * nativeint -> unit
매개 변수
- target
- TextureTarget
- level
- Int32
- xoffset
- Int32
- yoffset
- Int32
- width
- Int32
- height
- Int32
- format
- PixelFormat
- imageSize
- Int32
- data
-
IntPtr
nativeint
- 특성
적용 대상
CompressedTexSubImage2D<T8>(TextureTarget, Int32, Int32, Int32, Int32, Int32, PixelFormat, Int32, T8)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glCompressedTexSubImage2D", Version="3.0")]
public static void CompressedTexSubImage2D<T8> (OpenTK.Graphics.ES30.TextureTarget target, int level, int xoffset, int yoffset, int width, int height, OpenTK.Graphics.ES30.PixelFormat format, int imageSize, out T8 data) where T8 : struct;
static member CompressedTexSubImage2D : OpenTK.Graphics.ES30.TextureTarget * int * int * int * int * int * OpenTK.Graphics.ES30.PixelFormat * int * -> unit (requires 'T8 : struct)
형식 매개 변수
- T8
매개 변수
- target
- TextureTarget
- level
- Int32
- xoffset
- Int32
- yoffset
- Int32
- width
- Int32
- height
- Int32
- format
- PixelFormat
- imageSize
- Int32
- data
- T8
- 특성
적용 대상
CompressedTexSubImage2D<T8>(TextureTarget, Int32, Int32, Int32, Int32, Int32, PixelFormat, Int32, T8[,,])
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glCompressedTexSubImage2D", Version="3.0")]
public static void CompressedTexSubImage2D<T8> (OpenTK.Graphics.ES30.TextureTarget target, int level, int xoffset, int yoffset, int width, int height, OpenTK.Graphics.ES30.PixelFormat format, int imageSize, T8[,,] data) where T8 : struct;
static member CompressedTexSubImage2D : OpenTK.Graphics.ES30.TextureTarget * int * int * int * int * int * OpenTK.Graphics.ES30.PixelFormat * int * 'T8[,,] -> unit (requires 'T8 : struct)
형식 매개 변수
- T8
매개 변수
- target
- TextureTarget
- level
- Int32
- xoffset
- Int32
- yoffset
- Int32
- width
- Int32
- height
- Int32
- format
- PixelFormat
- imageSize
- Int32
- data
- T8[,,]
- 특성
적용 대상
CompressedTexSubImage2D<T8>(TextureTarget, Int32, Int32, Int32, Int32, Int32, PixelFormat, Int32, T8[,])
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glCompressedTexSubImage2D", Version="3.0")]
public static void CompressedTexSubImage2D<T8> (OpenTK.Graphics.ES30.TextureTarget target, int level, int xoffset, int yoffset, int width, int height, OpenTK.Graphics.ES30.PixelFormat format, int imageSize, T8[,] data) where T8 : struct;
static member CompressedTexSubImage2D : OpenTK.Graphics.ES30.TextureTarget * int * int * int * int * int * OpenTK.Graphics.ES30.PixelFormat * int * 'T8[,] -> unit (requires 'T8 : struct)
형식 매개 변수
- T8
매개 변수
- target
- TextureTarget
- level
- Int32
- xoffset
- Int32
- yoffset
- Int32
- width
- Int32
- height
- Int32
- format
- PixelFormat
- imageSize
- Int32
- data
- T8[,]
- 특성
적용 대상
CompressedTexSubImage2D<T8>(TextureTarget, Int32, Int32, Int32, Int32, Int32, PixelFormat, Int32, T8[])
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glCompressedTexSubImage2D", Version="3.0")]
public static void CompressedTexSubImage2D<T8> (OpenTK.Graphics.ES30.TextureTarget target, int level, int xoffset, int yoffset, int width, int height, OpenTK.Graphics.ES30.PixelFormat format, int imageSize, T8[] data) where T8 : struct;
static member CompressedTexSubImage2D : OpenTK.Graphics.ES30.TextureTarget * int * int * int * int * int * OpenTK.Graphics.ES30.PixelFormat * int * 'T8[] -> unit (requires 'T8 : struct)
형식 매개 변수
- T8
매개 변수
- target
- TextureTarget
- level
- Int32
- xoffset
- Int32
- yoffset
- Int32
- width
- Int32
- height
- Int32
- format
- PixelFormat
- imageSize
- Int32
- data
- T8[]
- 특성