This website works better with JavaScript.
Home
Explore
Help
Sign In
blobt
/
renderFramework
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14
Commits
1
Branch
0
Tags
48 MiB
C++
61.3%
C
38.3%
GLSL
0.3%
Tree:
a41863f3dd
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'a41863f3dd'
${ noResults }
renderFramework
/
scene.cpp
13 lines
106 B
Raw
Blame
History
#
include
"scene.h"
void
Init
(
)
{
}
void
SetViewPortSize
(
float
width
,
float
height
)
{
}
void
Draw
(
)
{
}
Reference in new issue