12 lines
252 B
HTML
12 lines
252 B
HTML
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<title>Known Issues</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<ul>
|
||
|
|
<li>Direct3D11.1 Video Processing classes are not yet fully usable.</li>
|
||
|
|
<li>Direct3D9 is missing mesh and animation D3DX methods.</li>
|
||
|
|
</ul>
|
||
|
|
</body>
|
||
|
|
</html>
|