Move DX & GL pipeline implementation to FeatureLib #790
Closed
dpogue
started this conversation in
Ideas & Proposals
Replies: 1 comment
-
This is being implemented here: #967 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This was proposed on IRC as an alternative to having DX and GL subfolders within the PubUtilLib plPipeline project. Now that a lot of the shared logic has been abstracted out to pl3DPipeline, almost nothing in the engine should be referring to plDXPipeline directly. This should be a relatively straightforward move of the files.
We would end up with pfDXPipeline and pfGLPipeline projects (although within those, I'd encourage keeping the existing pl* class names).
Beta Was this translation helpful? Give feedback.
All reactions