mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 12:08:58 +01:00
internal/shaderir: typo
This commit is contained in:
parent
4aad9d37e9
commit
b24bd93ae5
@ -99,9 +99,9 @@ func (p *Program) UniformOffsetsInDWords() []int {
|
||||
headInDWords += n
|
||||
case Struct:
|
||||
// TODO: Implement this
|
||||
panic("hlsl: offset for a struct is not implemented yet")
|
||||
panic("shaderir: offset for a struct is not implemented yet")
|
||||
default:
|
||||
panic(fmt.Sprintf("hlsl: unexpected type: %s", u.String()))
|
||||
panic(fmt.Sprintf("shaderir: unexpected type: %s", u.String()))
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user