diff options
author | José Fonseca <jfonseca@vmware.com> | 2015-03-12 11:02:39 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2015-03-12 11:02:39 +0000 |
commit | c9a73ccbfd2ff1f4830c52359fedb51123d7a278 (patch) | |
tree | 074e5f1b2511e4329555c4fbbb667436d7653f8d /retrace/dxgistate_so.hpp | |
parent | 29603ba2b77e2a15611aafeaf2af8595bcdbfcc3 (diff) |
dxgistate: Code generate more state structures.
Diffstat (limited to 'retrace/dxgistate_so.hpp')
-rw-r--r-- | retrace/dxgistate_so.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/retrace/dxgistate_so.hpp b/retrace/dxgistate_so.hpp index 855246b4..980a6ba5 100644 --- a/retrace/dxgistate_so.hpp +++ b/retrace/dxgistate_so.hpp @@ -51,6 +51,7 @@ void dumpStateObject(JSONWriter &, const RECT &); // D3D10_RECT, D3D11_RECT void dumpStateObject(JSONWriter &, const DXGI_FORMAT &); void dumpStateObject(JSONWriter &, const D3D10_BLEND_DESC &); +void dumpStateObject(JSONWriter &, const D3D10_BLEND_DESC1 &); void dumpStateObject(JSONWriter &, const D3D10_BUFFER_DESC &); void dumpStateObject(JSONWriter &, const D3D10_COUNTER_DESC &); void dumpStateObject(JSONWriter &, const D3D10_DEPTH_STENCIL_DESC &); @@ -64,12 +65,14 @@ void dumpStateObject(JSONWriter &, const D3D10_RASTERIZER_DESC &); void dumpStateObject(JSONWriter &, const D3D10_RENDER_TARGET_VIEW_DESC &); void dumpStateObject(JSONWriter &, const D3D10_SAMPLER_DESC &); void dumpStateObject(JSONWriter &, const D3D10_SHADER_RESOURCE_VIEW_DESC &); +void dumpStateObject(JSONWriter &, const D3D10_SHADER_RESOURCE_VIEW_DESC1 &); void dumpStateObject(JSONWriter &, const D3D10_TEXTURE1D_DESC &); void dumpStateObject(JSONWriter &, const D3D10_TEXTURE2D_DESC &); void dumpStateObject(JSONWriter &, const D3D10_TEXTURE3D_DESC &); void dumpStateObject(JSONWriter &, const D3D10_VIEWPORT &); void dumpStateObject(JSONWriter &, const D3D11_BLEND_DESC &); +void dumpStateObject(JSONWriter &, const D3D11_BLEND_DESC1 &); void dumpStateObject(JSONWriter &, const D3D11_BUFFER_DESC &); void dumpStateObject(JSONWriter &, const D3D11_CLASS_INSTANCE_DESC &); void dumpStateObject(JSONWriter &, const D3D11_COUNTER_DESC &); @@ -81,6 +84,7 @@ void dumpStateObject(JSONWriter &, const D3D11_PACKED_MIP_DESC &); void dumpStateObject(JSONWriter &, const D3D11_PRIMITIVE_TOPOLOGY &); void dumpStateObject(JSONWriter &, const D3D11_QUERY_DESC &); void dumpStateObject(JSONWriter &, const D3D11_RASTERIZER_DESC &); +void dumpStateObject(JSONWriter &, const D3D11_RASTERIZER_DESC1 &); void dumpStateObject(JSONWriter &, const D3D11_RENDER_TARGET_BLEND_DESC &); void dumpStateObject(JSONWriter &, const D3D11_RENDER_TARGET_VIEW_DESC &); void dumpStateObject(JSONWriter &, const D3D11_SAMPLER_DESC &); |