Inertia's picture

[GL3.3] Texture Swizzle

Project:The Open Toolkit library
Version:1.x-dev
Component:Code
Category:task
Priority:normal
Assigned:Unassigned
Status:fixed
Description

http://www.opengl.org/registry/specs/ARB/texture_swizzle.txt

Add to BOTH Enums TextureParameterName and GetTextureParameter:

TEXTURE_SWIZZLE_R 0x8E42
TEXTURE_SWIZZLE_G 0x8E43
TEXTURE_SWIZZLE_B 0x8E44
TEXTURE_SWIZZLE_A 0x8E45
TEXTURE_SWIZZLE_RGBA 0x8E46


Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
the Fiddler's picture

#1

Status:open» fixed

Fixed in gl4 branch, r2931.