vertex input stream functions

This commit is contained in:
aap
2021-02-18 01:57:41 +01:00
parent 6116e51b24
commit 576d211cbd
5 changed files with 29 additions and 33 deletions

View File

@ -87,7 +87,7 @@ but because librw is supposed to be able to
convert between all sorts of platform specific files,
the code for that has to be available no matter
the render platform used.
The common interface for all device-indepenent
The common interface for all device-independent
platform code is the `Driver` struct.
The `Engine` struct has an array with one for each platform.