des ~master (2021-12-19T09:15:35.5306905)
Dub
Repo
GLGeomShader
des
gl
shader
class
GLGeomShader :
GLShader
{
this
(string src);
}
Constructors
this
this
(string src)
Undocumented in source.
Inherited Members
From GLShader
__anonymous
mixin
DES
Undocumented in source.
__anonymous
mixin
ClassLogger
Undocumented in source.
_type
GLenum
_type
;
Undocumented in source.
_source
string
_source
;
Undocumented in source.
_id
uint
_id
;
Undocumented in source.
_compiled
bool
_compiled
;
Undocumented in source.
id
uint
id
[@property getter]
source
string
source
[@property getter]
get source
type
GLenum
type
[@property getter]
compiled
bool
compiled
[@property getter]
source
string
source
[@property setter]
set source
make
void
make
()
glCreateShader, glShaderSource, glCompileShader
selfConstruct
void
selfConstruct
()
Undocumented in source. Be warned that the author may not have intended to support it.
selfDestroy
void
selfDestroy
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
des
gl
shader
classes
CommonGLShaderProgram
GLFragShader
GLGeomShader
GLShader
GLShaderException
GLShaderProgram
GLVertShader
functions
glPostfix
isAllConv
parseGLShaderSource