DXGL r424 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r423
|
r424
|
r425
>
Date:
01:00, 10 April 2014
Author:
admin
Status:
new
Tags:
Comment:
Fix Direct3D FVF stride.
Modified paths:
/ddraw/glDirect3DDevice.cpp
(modified) (
history
)
Diff
[
purge
]
Index: ddraw/glDirect3DDevice.cpp
—
—
@@ -784,7 +784,7 @@
785
785
break;
786
786
}
787
787
}
788
- int stride = NextMultipleOf8(ptr*4);
788
+ int stride = ptr*4;
789
789
for(i = 0; i < 17; i++)
790
790
vertdata[i].stride = stride;
791
791
TRACE_EXIT(23,D3D_OK);
Navigation menu
Personal tools
Log in
Namespaces
Special page
English
expanded
collapsed
Views
More
expanded
collapsed
Search
Navigation
Home
Main page
Recent changes
Random page
MediaWiki help
Introduction
Progress
Downloads
Source code
Build from source
AppDB
Bug reports
Forums
Tools
Special pages
Printable version