feat(srp): formalize renderer contracts and project feature bridge
This commit is contained in:
@@ -23,6 +23,7 @@ namespace XCEngine.Rendering
|
||||
|
||||
internal int GetRuntimeResourceVersionInstance()
|
||||
{
|
||||
SynchronizeRuntimeResourceVersion();
|
||||
return m_runtimeResourceVersion;
|
||||
}
|
||||
|
||||
@@ -55,6 +56,10 @@ namespace XCEngine.Rendering
|
||||
{
|
||||
}
|
||||
|
||||
protected virtual void SynchronizeRuntimeResourceVersion()
|
||||
{
|
||||
}
|
||||
|
||||
protected void SetDirty()
|
||||
{
|
||||
ReleaseRuntimeResources();
|
||||
|
||||
Reference in New Issue
Block a user