provaengine v0.2.0-alpha (2018-03-19T00:32:13Z)
Dub
Repo
ShaderProgram.setTexture
prova
graphics
shaderprograms
shaderprogram
ShaderProgram
void
setTexture
(int sampler, Texture texture)
void
setTexture
(int sampler, uint texture)
void
setTexture
(string name, Texture texture)
void
setTexture
(string name, uint texture)
class
ShaderProgram
final
void
setTexture
(
string
name
,
uint
texture
)
Meta
Source
See Implementation
prova
graphics
shaderprograms
shaderprogram
ShaderProgram
constructors
this
destructors
~this
functions
attachFragmentShader
attachVertexShader
drawMesh
getAttribute
getUniform
link
loadFragmentShader
loadShader
loadVertexShader
printProgramLog
printShaderLog
setMatrix
setTexture
setVector2
setVector3
setVector4
properties
id