Skip to content

Commit 012a05d

Browse files
Add SuperResolution .NET mapping
1 parent 13e6144 commit 012a05d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Graphics/GraphicsEngine.NET/Mapping.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
<include file="ShaderBindingTable.h" namespace="Diligent" attach="true"/>
5656
<include file="ShaderResourceBinding.h" namespace="Diligent" attach="true"/>
5757
<include file="ShaderResourceVariable.h" namespace="Diligent" attach="true"/>
58+
<include file="SuperResolution.h" namespace="Diligent" attach="true"/>
5859
<include file="SwapChain.h" namespace="Diligent" attach="true"/>
5960
<include file="Texture.h" namespace="Diligent" attach="true"/>
6061
<include file="TextureView.h" namespace="Diligent" attach="true"/>
@@ -248,6 +249,7 @@
248249
<map param="IRenderDevice::CreateBuffer::pBuffData" attribute="optional" default="null"/>
249250
<map param="IRenderDevice::CreateTexture::pData" attribute="optional" default="null"/>
250251
<map param="IRenderDevice::Create(.+)PipelineState::PSOCreateInfo" name="createInfo"/>
252+
<map param="IRenderDevice::GetSuperResolutionSourceSettings::Settings" attribute="out"/>
251253

252254
<!--Diligent::IDeviceContext-->
253255
<map method="IDeviceContext::SetVertexBuffers" visibility="private"/>
@@ -299,6 +301,10 @@
299301
<!--Diligent::IQuery-->
300302
<map method="IQuery::GetData" visibility="private"/>
301303
<map param="IQuery::GetData::pData" type="void" keep-pointers="true"/>
304+
305+
<!--Diligent::ISuperResolution-->
306+
<map param="ISuperResolution::GetOptimalJitterPattern::pJitterX" attribute="out"/>
307+
<map param="ISuperResolution::GetOptimalJitterPattern::pJitterY" attribute="out"/>
302308
</mapping>
303309

304310
</config>

0 commit comments

Comments
 (0)