zworld/engine/renderapi/texture/slot.go

7 lines
97 B
Go
Raw Permalink Normal View History

2024-01-14 22:56:06 +08:00
package texture
type Slot string
const Diffuse = Slot("diffuse")
const Normal = Slot("normal")