Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tut05: Take the function defaultPipelineConfigInfo() out of the class LvePipeline #55

Open
wants to merge 3 commits into
base: tut0-22
Choose a base branch
from

Conversation

Txordi00
Copy link

I found difficult to differenciate the functions createGraphicsPipeline() and defaultPipelineConfigInfo(), and then I realized that there was no need (I believe) to keep defaultPipelineConfigInfo() inside the class LvePipeline, and that keeping it outside of it, as we do with the struct PipelineConfigInfo, make things much clearer. If I am wrong, please correct me! I am willing to understand everything as good as possible! )

Take the function defaultPipelineConfigInfo() out of the class LvePipeline in order to avoid confusion (especially with LvePipeline::createGraphicsPipeline).
Take the function defaultPipelineConfigInfo() out of the class LvePipeline in order to avoid confusion (especially with LvePipeline::createGraphicsPipeline).
Take the function defaultPipelineConfigInfo() out of the class LvePipeline in order to avoid confusion (especially with LvePipeline::createGraphicsPipeline).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant