Show / Hide Table of Contents

Enum TextureLayout

Used in GL.Ext.SignalSemaphore, GL.Ext.WaitSemaphore

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

Fields

Name Description
LayoutColorAttachmentExt

Original was GL_LAYOUT_COLOR_ATTACHMENT_EXT = 0x958E

LayoutDepthAttachmentStencilReadOnlyExt

Original was GL_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_EXT = 0x9531

LayoutDepthReadOnlyStencilAttachmentExt

Original was GL_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_EXT = 0x9530

LayoutDepthStencilAttachmentExt

Original was GL_LAYOUT_DEPTH_STENCIL_ATTACHMENT_EXT = 0x958F

LayoutDepthStencilReadOnlyExt

Original was GL_LAYOUT_DEPTH_STENCIL_READ_ONLY_EXT = 0x9590

LayoutGeneralExt

Original was GL_LAYOUT_GENERAL_EXT = 0x958D

LayoutShaderReadOnlyExt

Original was GL_LAYOUT_SHADER_READ_ONLY_EXT = 0x9591

LayoutTransferDstExt

Original was GL_LAYOUT_TRANSFER_DST_EXT = 0x9593

LayoutTransferSrcExt

Original was GL_LAYOUT_TRANSFER_SRC_EXT = 0x9592

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