-
Notifications
You must be signed in to change notification settings - Fork 18
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
DDS: support for DXGI_FORMAT-like enumerations #22
Comments
This is for DX10 dds images, correct? Yeah Pfim will need to have this enumeration in the dx10 parser. Then maybe some sort of conversion over to ImageFormat as well. |
@nickbabcock yes, it's for >=dx10 |
@nickbabcock Just curious, how is going on progress on dx10 dds support? :) |
Good! Now that Pfim will take a |
None, for now. As in previous time with tickets to dds/tga, will find out when will test new Pfim version :) By the way, just one question out of curiosity - how is progress on bc6/7? |
Ah, no progress as of yet! |
@nickbabcock
Hi!
Can you please add support for parsing "dxgi" listed here - https://msdn.microsoft.com/en-us/library/windows/desktop/bb173059%28v=vs.85%29.aspx ?
Actually, you have ImageFormat, which is in some way do same thing (but also specifies formats that library actually support or was able to detect), but constants listed in microsoft documentation are kinda standard, and thus a bit easier to understanding/perception.
The text was updated successfully, but these errors were encountered: