Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh which replaces TriangleMesh. Update Film to use new builder.
This commit is contained in:
@@ -251,7 +251,7 @@ void rsi_ProgramFragmentStoreBlendFunc(Context *rsc, RsBlendSrcFunc src, RsBlend
|
||||
RsProgramFragmentStore rsi_ProgramFragmentStoreCreate(Context *rsc)
|
||||
{
|
||||
ProgramFragmentStore *pfs = rsc->mStateFragmentStore.mPFS;
|
||||
pfs->incRef();
|
||||
pfs->incUserRef();
|
||||
rsc->mStateFragmentStore.mPFS = 0;
|
||||
return pfs;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user