Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh which replaces TriangleMesh. Update Film to use new builder.
This commit is contained in:
@@ -227,7 +227,7 @@ void rsi_ProgramFragmentSetSlot(Context *rsc, uint32_t slot, bool enable, RsTexE
|
||||
RsProgramFragment rsi_ProgramFragmentCreate(Context *rsc)
|
||||
{
|
||||
ProgramFragment *pf = rsc->mStateFragment.mPF;
|
||||
pf->incRef();
|
||||
pf->incUserRef();
|
||||
rsc->mStateFragment.mPF = 0;
|
||||
return pf;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user