File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -463,6 +463,7 @@ void CComputeShader::FillProgram(SComputeShaderKernelProgram* pKernelProgram)
463
463
ProgramOutput ()->m_scratchSpaceUsedByShader = m_ScratchSpaceSize;
464
464
CreateGatherMap ();
465
465
CreateConstantBufferOutput (pKernelProgram);
466
+ FillGTPinRequest (pKernelProgram);
466
467
467
468
pKernelProgram->ConstantBufferLoaded = m_constantBufferLoaded;
468
469
pKernelProgram->hasControlFlow = m_numBlocks > 1 ? true : false ;
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ namespace IGC
194
194
unsigned int m_InterestingConstantsSize = 0 ;
195
195
196
196
// GTPin requests
197
- gtpin::igc::igc_init_t m_GTPinRequest;
197
+ gtpin::igc::igc_init_t m_GTPinRequest = { 0 } ;
198
198
};
199
199
200
200
struct SPixelShaderKernelProgram : SKernelProgram
You can’t perform that action at this time.
0 commit comments