KonstantinTomashevich / Emergence

Flexible set of libraries for gameplay development. Currently under development.
Apache License 2.0
5 stars 0 forks source link

Celerity: Extract RenderCommon extension from Render2d extension #53

Closed KonstantinTomashevich closed 1 year ago

KonstantinTomashevich commented 1 year ago

Some stuff from Render2d, like textures, materials and material instances, is common for different render extensions. For example, UI may need to use the same texture mechanism as Render2d. We need to extract that common stuff into RenderCommon extension so it is usable for any render-related extension.