We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2312df0 commit 3888351Copy full SHA for 3888351
1 file changed
Graphics/GraphicsEngine.NET/Mapping.xml
@@ -174,7 +174,7 @@
174
<map field="PipelineStateCreateInfo::NumSpecializationConstants" relation="length(pSpecializationConstants)"/>
175
<map field="PipelineStateCreateInfo::pInternalData" visibility="private"/>
176
177
- <map field="SpecializationConstant::pData" type="void" keep-pointers="true"/>
+ <map field="SpecializationConstant::pData" type="System.IntPtr"/>
178
179
<map field="RayTracingPipelineStateCreateInfo::GeneralShaderCount" relation="length(pGeneralShaders)"/>
180
<map field="RayTracingPipelineStateCreateInfo::TriangleHitShaderCount" relation="length(pTriangleHitShaders"/>
0 commit comments