pp v0.0.52 (2019-04-12T13:41:01Z)
Dub
Repo
ShaderCode
polyplex
core
render
Undocumented in source.
class
ShaderCode {
ShaderLang
Language
[@property getter];
string
Vertex
;
string
Fragment
;
string
Geometry
;
this
();
this
(string vertex, string fragment);
this
(string vertex, string geometry, string fragment);
}
Constructors
this
this
()
Undocumented in source.
this
this
(string vertex, string fragment)
Undocumented in source.
this
this
(string vertex, string geometry, string fragment)
Undocumented in source.
Members
Properties
Language
ShaderLang
Language
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
Fragment
string
Fragment
;
Undocumented in source.
Geometry
string
Geometry
;
Undocumented in source.
Vertex
string
Vertex
;
Undocumented in source.
Meta
Source
See Implementation
polyplex
core
render
modules
camera
gl
shapes
simplefont
classes
BackendRenderer
Framebuffer
FramebufferImpl
Renderer
Shader
ShaderCode
SpriteBatch
enums
Blending
ProjectionState
Sampling
ShaderLang
ShaderType
SpriteFlip
SpriteSorting
VSyncState
functions
CreateBackendRenderer
structs
RasterizerState