nanovg-d v1.0.0 (2015-12-19T21:49:00Z)
Dub
Repo
Path
nanovg
gl3
Undocumented in source.
struct
Path {
size_t
fillOffset
;
size_t
fillCount
;
size_t
strokeOffset
;
size_t
strokeCount
;
}
Members
Variables
fillCount
size_t
fillCount
;
Undocumented in source.
fillOffset
size_t
fillOffset
;
strokeCount
size_t
strokeCount
;
Undocumented in source.
strokeOffset
size_t
strokeOffset
;
Undocumented in source.
Meta
Source
See Implementation
nanovg
gl3
aliases
nvgDeleteGL3
classes
Context
RenderProgram
Texture
enums
CommandType
ImageType
ShaderType
TexturePostProcess
functions
asContext
asFloat4
asMatrix3x4
cancel
createTexture
deleteContext
deleteTexture
flush
getTextureSize
initContext
maxVertCount
nvgCreateGL3
premultiplied
pushFillCommand
pushStrokeCommand
pushTrianglesCommand
setViewport
updateTexture
structs
FragUniformBuffer
InternalDrawCall
Path