7 lines
97 B
Go
7 lines
97 B
Go
package texture
|
|
|
|
type Slot string
|
|
|
|
const Diffuse = Slot("diffuse")
|
|
const Normal = Slot("normal")
|