mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-14 16:16:04 +08:00
More goodies and improvements.
This commit is contained in:
@@ -857,6 +857,7 @@ public static class Program
|
||||
{ "DXGI_DEBUG_RLO_FLAGS", "ReportLiveObjectFlags" },
|
||||
|
||||
// D3D11
|
||||
{ "D3D11_MAP", "MapMode" },
|
||||
{ "D3D11_RLDO_FLAGS", "ReportLiveDeviceObjectFlags" },
|
||||
{ "D3D11_1_CREATE_DEVICE_CONTEXT_STATE_FLAG", "CreateDeviceContextStateFlags" },
|
||||
{ "D3D11_QUERY", "QueryType" },
|
||||
@@ -961,6 +962,12 @@ public static class Program
|
||||
{ "IDXGISwapChain3::Present::Flags", "DXGI_PRESENT" },
|
||||
{ "IDXGISwapChain4::Present::Flags", "DXGI_PRESENT" },
|
||||
|
||||
{ "IDXGISwapChain::ResizeBuffers::SwapChainFlags", "DXGI_SWAP_CHAIN_FLAG" },
|
||||
{ "IDXGISwapChain1::ResizeBuffers::SwapChainFlags", "DXGI_SWAP_CHAIN_FLAG" },
|
||||
{ "IDXGISwapChain2::ResizeBuffers::SwapChainFlags", "DXGI_SWAP_CHAIN_FLAG" },
|
||||
{ "IDXGISwapChain3::ResizeBuffers::SwapChainFlags", "DXGI_SWAP_CHAIN_FLAG" },
|
||||
{ "IDXGISwapChain4::ResizeBuffers::SwapChainFlags", "DXGI_SWAP_CHAIN_FLAG" },
|
||||
|
||||
// D3D11
|
||||
{ "ID3D11DeviceContext::Map::MapFlags", "D3D11_MAP_FLAG" },
|
||||
{ "ID3D11DeviceContext::ClearDepthStencilView::ClearFlags", "D3D11_CLEAR_FLAG" },
|
||||
|
||||
Reference in New Issue
Block a user