Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
6d30800d
Commit
6d30800d
authored
Mar 05, 2006
by
Jason Green
Committed by
Alexandre Julliard
Mar 06, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Add a few more WINED3DFMT formats to be recognized.
parent
7a3a554c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
utils.c
dlls/wined3d/utils.c
+4
-0
No files found.
dlls/wined3d/utils.c
View file @
6d30800d
...
...
@@ -86,6 +86,10 @@ const char* debug_d3dformat(WINED3DFORMAT fmt) {
FMT_TO_STR
(
WINED3DFMT_R16F
);
FMT_TO_STR
(
WINED3DFMT_G16R16F
);
FMT_TO_STR
(
WINED3DFMT_A16B16G16R16F
);
FMT_TO_STR
(
WINED3DFMT_R32F
);
FMT_TO_STR
(
WINED3DFMT_G32R32F
);
FMT_TO_STR
(
WINED3DFMT_A32B32G32R32F
);
FMT_TO_STR
(
WINED3DFMT_CxV8U8
);
#undef FMT_TO_STR
default:
FIXME
(
"Unrecognized %u D3DFORMAT!
\n
"
,
fmt
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment