nanovg-d ~master (2015-12-19T21:49:00Z)
Dub
Repo
FragUniformBuffer
nanovg
gl3
Undocumented in source.
struct
FragUniformBuffer {
float
[
3
*
4
]
scissorMatr
;
float
[
3
*
4
]
paintMatr
;
float
[
4
]
innerColor
;
float
[
4
]
outerColor
;
float
[
2
]
scissorExt
;
float
[
2
]
scissorScale
;
float
[
2
]
extent
;
float
radius
;
float
feather
;
float
strokeMult
;
float
strokeThr
;
int
texType
;
int
type
;
}
Members
Variables
extent
float
[
2
]
extent
;
feather
float
feather
;
Undocumented in source.
innerColor
float
[
4
]
innerColor
;
outerColor
float
[
4
]
outerColor
;
paintMatr
float
[
3
*
4
]
paintMatr
;
Undocumented in source.
radius
float
radius
;
Undocumented in source.
scissorExt
float
[
2
]
scissorExt
;
Undocumented in source.
scissorMatr
float
[
3
*
4
]
scissorMatr
;
scissorScale
float
[
2
]
scissorScale
;
Undocumented in source.
strokeMult
float
strokeMult
;
strokeThr
float
strokeThr
;
Undocumented in source.
texType
int
texType
;
type
int
type
;
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