mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-14 16:16:04 +08:00
More refactoring and improved bindings.
This commit is contained in:
@@ -9,10 +9,10 @@
|
||||
|
||||
namespace Win32.Graphics.Direct3D11;
|
||||
|
||||
/// <include file='Direct3D11.xml' path='doc/member[@name="D3D11_FEATURE_DATA_D3D9_OPTIONS"]/*' />
|
||||
/// <include file='../Direct3D11.xml' path='doc/member[@name="D3D11_FEATURE_DATA_D3D9_OPTIONS"]/*' />
|
||||
/// <unmanaged>D3D11_FEATURE_DATA_D3D9_OPTIONS</unmanaged>
|
||||
public partial struct FeatureDataD3d9Options
|
||||
{
|
||||
/// <include file='Direct3D11.xml' path='doc/member[@name="D3D11_FEATURE_DATA_D3D9_OPTIONS::FullNonPow2TextureSupport"]/*' />
|
||||
/// <include file='../Direct3D11.xml' path='doc/member[@name="D3D11_FEATURE_DATA_D3D9_OPTIONS::FullNonPow2TextureSupport"]/*' />
|
||||
public Bool32 FullNonPow2TextureSupport;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user