dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
AutoParams
dlangui
graphics
scene
material
Undocumented in source.
static if
(
ENABLE_OPENGL
)
static if
(
BACKEND_GUI
)
struct
AutoParams {
ubyte
directionalLightCount
;
ubyte
pointLightCount
;
ubyte
spotLightCount
;
bool
vertexColor
;
bool
specular
;
bool
bumpMapping
;
FogParams
fogParams
;
this
(Mesh mesh, LightParams* lights, float specular, bool bumpMapping, FogParams fogParams);
string
defs
();
}
Constructors
this
this
(Mesh mesh, LightParams* lights, float specular, bool bumpMapping, FogParams fogParams)
Undocumented in source.
Members
Functions
defs
string
defs
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
bumpMapping
bool
bumpMapping
;
Undocumented in source.
directionalLightCount
ubyte
directionalLightCount
;
Undocumented in source.
fogParams
FogParams
fogParams
;
Undocumented in source.
pointLightCount
ubyte
pointLightCount
;
Undocumented in source.
specular
bool
specular
;
Undocumented in source.
spotLightCount
ubyte
spotLightCount
;
Undocumented in source.
vertexColor
bool
vertexColor
;
Undocumented in source.
Meta
Source
See Implementation
dlangui
graphics
scene
material
aliases
MaterialRef
classes
FogParams
Material
structs
AutoParams