Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CGoGN
CGoGN
Commits
81df0944
Commit
81df0944
authored
Dec 04, 2012
by
Pierre Kraemer
Browse files
SCHNApps: missing file..
parent
b308066d
Changes
1
Hide whitespace changes
Inline
Side-by-side
SCHNApps/include/texture.h
0 → 100644
View file @
81df0944
#ifndef _TEXTURE_H_
#define _TEXTURE_H_
struct
Texture
{
Texture
(
GLuint
id
,
const
QSize
&
s
,
unsigned
int
r
)
:
texID
(
id
),
size
(
s
),
ref
(
r
)
{}
GLuint
texID
;
QSize
size
;
unsigned
int
ref
;
};
#endif
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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