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

Feature/shader pipe line open gl #14

Merged
merged 2 commits into from
Nov 24, 2024
Merged

Conversation

alfonsmagd
Copy link
Owner

solve issue with cmake generation rute solve.

@alfonsmagd
Copy link
Owner Author

Resolve first introduction to use IFNITY WITH OpenGl
This pull request includes several changes to the Ifnity project, focusing on updating output directories and modifying the shader pipeline source creation logic. The most important changes include renaming output directories for different build configurations and altering the shader source creation function.

Changes to output directories:

  • Ifnity/Ifnity/CMakeLists.txt: Updated the output directory variables to use *_IFNITY suffixes for debug, release, and distribution builds.
  • Ifnity/Ifnity/CMakeLists.txt: Modified the add_custom_command calls to use the new output directory variables with *_IFNITY suffixes for copying dependencies.

Changes to shader pipeline source creation:

  • Ifnity/ShadersPipeLine/src/Source.cpp: Switched the active shader source creation from Source_CUBEMAP_FIGURE to Source_VTXP_HLSL by uncommenting the latter and commenting out the former.

@alfonsmagd alfonsmagd merged commit f55be31 into main Nov 24, 2024
2 checks passed
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