Show / Hide Table of Contents

Enum OesTextureBuffer

Not used directly.

Namespace: OpenTK.Graphics.ES31
Assembly: cs.temp.dll.dll
Syntax
public enum OesTextureBuffer

Fields

Name Description
ImageBufferOes

Original was GL_IMAGE_BUFFER_OES = 0x9051

IntImageBufferOes

Original was GL_INT_IMAGE_BUFFER_OES = 0x905C

IntSamplerBufferOes

Original was GL_INT_SAMPLER_BUFFER_OES = 0x8DD0

MaxTextureBufferSizeOes

Original was GL_MAX_TEXTURE_BUFFER_SIZE_OES = 0x8C2B

SamplerBufferOes

Original was GL_SAMPLER_BUFFER_OES = 0x8DC2

TextureBindingBufferOes

Original was GL_TEXTURE_BINDING_BUFFER_OES = 0x8C2C

TextureBufferBindingOes

Original was GL_TEXTURE_BUFFER_BINDING_OES = 0x8C2A

TextureBufferDataStoreBindingOes

Original was GL_TEXTURE_BUFFER_DATA_STORE_BINDING_OES = 0x8C2D

TextureBufferOes

Original was GL_TEXTURE_BUFFER_OES = 0x8C2A

TextureBufferOffsetAlignmentOes

Original was GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT_OES = 0x919F

TextureBufferOffsetOes

Original was GL_TEXTURE_BUFFER_OFFSET_OES = 0x919D

TextureBufferSizeOes

Original was GL_TEXTURE_BUFFER_SIZE_OES = 0x919E

UnsignedIntImageBufferOes

Original was GL_UNSIGNED_INT_IMAGE_BUFFER_OES = 0x9067

UnsignedIntSamplerBufferOes

Original was GL_UNSIGNED_INT_SAMPLER_BUFFER_OES = 0x8DD8

Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX