Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
* UPD: [Render] r_ComputePass fix
  • Loading branch information
LVutner authored Sep 4, 2025
commit ed9b5538c6b9c844135a606e7877d0ab1b1805f7
5 changes: 1 addition & 4 deletions src/Layers/xrRenderDX10/Blender_Recorder_R3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,7 @@ void CBlender_Compile::r_TessPass(LPCSTR vs, LPCSTR hs, LPCSTR ds, LPCSTR gs, LP

void CBlender_Compile::r_ComputePass(LPCSTR cs)
{
//LVutner: Sometimes CBuffers would be either empty or corrupted.
//That often happens with multipass CS setups. Needs more testing.
if(strstr(Core.Params, "-clear_cs_constants"))
ctable.clear();
ctable.clear();

dest.cs = DEV->_CreateCS(cs);

Expand Down
Loading