zworld/engine/renderapi/texture/slot.go
2024-01-14 22:56:06 +08:00

7 lines
97 B
Go

package texture
type Slot string
const Diffuse = Slot("diffuse")
const Normal = Slot("normal")