|
|
|
|
|
by aconz2
3813 days ago
|
|
This only seems useful for user-defined glsl types. The builtin glsl types would only have to be written out once as D types. The general idea of "importing" types is a good one and I think this is what F# achieves with type providers. I've seen this applied to database schemas and filesystems, but never OpenGL. |
|