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
f97b6369
authored
Sep 20, 2025
by
José Pardo Madera
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Cambiado texto de inicio a práctica 2
parent
92dec7c4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
main.cpp
main.cpp
View file @
f97b6369
...
...
@@ -63,7 +63,7 @@ void scroll_callback(GLFWwindow *window, double xoffset, double yoffset) {
}
int
main
()
{
PAG
::
log
<<
"Starting Application PAG - Prueba 0
1
"
<<
std
::
endl
;
PAG
::
log
<<
"Starting Application PAG - Prueba 0
2
"
<<
std
::
endl
;
glfwSetErrorCallback
((
GLFWerrorfun
)
error_callback
);
...
...
@@ -77,7 +77,7 @@ int main() {
glfwWindowHint
(
GLFW_CONTEXT_VERSION_MINOR
,
1
);
GLFWwindow
*
window
;
window
=
glfwCreateWindow
(
1024
,
576
,
"PAG
Introduction
"
,
nullptr
,
nullptr
);
window
=
glfwCreateWindow
(
1024
,
576
,
"PAG
Practica 2
"
,
nullptr
,
nullptr
);
if
(
window
==
nullptr
)
{
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