Mercurial > games > semicongine
diff examples/input.nim @ 58:8287a91e5d56
did: refactor Matrix names
author | Sam <sam@basx.dev> |
---|---|
date | Fri, 20 Jan 2023 16:36:52 +0700 |
parents | 547f3a374271 |
children | d7d9420ba675 |
line wrap: on
line diff
--- a/examples/input.nim Fri Jan 20 16:13:32 2023 +0700 +++ b/examples/input.nim Fri Jan 20 16:36:52 2023 +0700 @@ -11,7 +11,7 @@ color: ColorAttribute[TVec3[float32]] iscursor: GenericAttribute[int32] Uniforms = object - projection: Descriptor[Mat44[float32]] + projection: Descriptor[TMat44[float32]] cursor: Descriptor[TVec2[float32]] var