ShaderLocationIndex enum extended
This commit is contained in:
parent
76e6813488
commit
daceda83db
1 changed files with 3 additions and 0 deletions
|
|
@ -33,6 +33,9 @@ public enum ShaderLocationIndex
|
||||||
MapIrradiance,
|
MapIrradiance,
|
||||||
MapPrefilter,
|
MapPrefilter,
|
||||||
MapBrdf,
|
MapBrdf,
|
||||||
|
VertexBoneIds,
|
||||||
|
VertexBoneWeights,
|
||||||
|
BoneMatrices,
|
||||||
|
|
||||||
MapDiffuse = MapAlbedo,
|
MapDiffuse = MapAlbedo,
|
||||||
MapSpecular = MapMetalness,
|
MapSpecular = MapMetalness,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue