Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed an issue with uncompressed dds texture #1476

Merged
merged 2 commits into from Jun 10, 2016
Merged

Fixed an issue with uncompressed dds texture #1476

merged 2 commits into from Jun 10, 2016

Conversation

philcn
Copy link
Contributor

@philcn philcn commented Jun 10, 2016

it should respect the DDPF_FOURCC bit in the pixel format flags (often
absent in uncompressed dds files) and handle the case when fourcc is not
used.

it should respect the DDPF_FOURCC bit in the pixel format flags (often
absent in uncompressed dds files) and handle the case when fourcc is not
used.
@andrewfb andrewfb merged commit e7ea5d9 into cinder:master Jun 10, 2016
@richardeakin
Copy link
Collaborator

Head's up that this broke UWP and _ANGLE builds, both give the following compiler errors:

1>  TextureFormatParsers.cpp
1>d:\code\cinder\cinder-linux\src\cinder\gl\textureformatparsers.cpp(283): error C2065: 'GL_BGRA': undeclared identifier
1>d:\code\cinder\cinder-linux\src\cinder\gl\textureformatparsers.cpp(289): error C2065: 'GL_BGR': undeclared identifier

@andrewfb Can you see a fix for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants