Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
José Pardo Madera
/
pag_practicas_2025
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b2fbdb1f
authored
Sep 25, 2025
by
José Pardo Madera
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Cambiado nombre del proyecto de "pr02" a "pr03"
parent
5143507c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
CMakeLists.txt
main.cpp
CMakeLists.txt
View file @
b2fbdb1f
cmake_minimum_required
(
VERSION 3.25
)
cmake_minimum_required
(
VERSION 3.25
)
project
(
pr0
2
)
project
(
pr0
3
)
set
(
CMAKE_CXX_STANDARD 17
)
set
(
CMAKE_CXX_STANDARD 17
)
...
...
main.cpp
View file @
b2fbdb1f
...
@@ -63,7 +63,7 @@ void scroll_callback(GLFWwindow *window, double xoffset, double yoffset) {
...
@@ -63,7 +63,7 @@ void scroll_callback(GLFWwindow *window, double xoffset, double yoffset) {
}
}
int
main
()
{
int
main
()
{
PAG
::
log
<<
"Starting Application PAG - Prueba 0
2
"
<<
std
::
endl
;
PAG
::
log
<<
"Starting Application PAG - Prueba 0
3
"
<<
std
::
endl
;
glfwSetErrorCallback
((
GLFWerrorfun
)
error_callback
);
glfwSetErrorCallback
((
GLFWerrorfun
)
error_callback
);
...
@@ -77,7 +77,7 @@ int main() {
...
@@ -77,7 +77,7 @@ int main() {
glfwWindowHint
(
GLFW_CONTEXT_VERSION_MINOR
,
1
);
glfwWindowHint
(
GLFW_CONTEXT_VERSION_MINOR
,
1
);
GLFWwindow
*
window
;
GLFWwindow
*
window
;
window
=
glfwCreateWindow
(
1024
,
576
,
"PAG Practica
2
"
,
nullptr
,
nullptr
);
window
=
glfwCreateWindow
(
1024
,
576
,
"PAG Practica
3
"
,
nullptr
,
nullptr
);
if
(
window
==
nullptr
)
{
if
(
window
==
nullptr
)
{
glfwTerminate
();
glfwTerminate
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment