gapi ~master (2019-12-28T11:25:59Z)
Dub
Repo
Texture2DCoords
gapi
texture
Undocumented in source.
struct
Texture2DCoords {
vec2
offset
;
vec2
size
;
}
Members
Variables
offset
vec2
offset
;
Undocumented in source.
size
vec2
size
;
Undocumented in source.
Meta
Source
See Implementation
gapi
texture
functions
bindTexture2D
createTexture2DFromFile
createTexture2DFromSurface
deleteTexture2D
normilizeTexture2DCoords
unbindTexture2D
updateTexture2D
updateTexture2DFromSurface
structs
Texture2D
Texture2DCoords
Texture2DParameters