Show / Hide Table of Contents

Enum ArbCompressedTexturePixelStorage

Not used directly.

Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public enum ArbCompressedTexturePixelStorage

Fields

Name Description
PackCompressedBlockDepth

Original was GL_PACK_COMPRESSED_BLOCK_DEPTH = 0x912D

PackCompressedBlockHeight

Original was GL_PACK_COMPRESSED_BLOCK_HEIGHT = 0x912C

PackCompressedBlockSize

Original was GL_PACK_COMPRESSED_BLOCK_SIZE = 0x912E

PackCompressedBlockWidth

Original was GL_PACK_COMPRESSED_BLOCK_WIDTH = 0x912B

UnpackCompressedBlockDepth

Original was GL_UNPACK_COMPRESSED_BLOCK_DEPTH = 0x9129

UnpackCompressedBlockHeight

Original was GL_UNPACK_COMPRESSED_BLOCK_HEIGHT = 0x9128

UnpackCompressedBlockSize

Original was GL_UNPACK_COMPRESSED_BLOCK_SIZE = 0x912A

UnpackCompressedBlockWidth

Original was GL_UNPACK_COMPRESSED_BLOCK_WIDTH = 0x9127

In This Article
Back to top Generated by DocFX