Update modules/Ink/README.md
This commit is contained in:
14
README.md
14
README.md
@@ -145,7 +145,7 @@ Field_Kind :: enum {
|
|||||||
|
|
||||||
Function;
|
Function;
|
||||||
Struct;
|
Struct;
|
||||||
Array; // Not yet supported
|
Array;
|
||||||
}
|
}
|
||||||
|
|
||||||
Field_Type :: struct {
|
Field_Type :: struct {
|
||||||
@@ -155,15 +155,6 @@ Field_Type :: struct {
|
|||||||
|
|
||||||
children : [..]Field;
|
children : [..]Field;
|
||||||
}
|
}
|
||||||
|
|
||||||
Hint_Kind :: enum {
|
|
||||||
None;
|
|
||||||
|
|
||||||
Position;
|
|
||||||
Target;
|
|
||||||
|
|
||||||
Custom;
|
|
||||||
}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Notable missing features
|
## Notable missing features
|
||||||
@@ -172,3 +163,6 @@ Hint_Kind :: enum {
|
|||||||
- Multiple render targets
|
- Multiple render targets
|
||||||
- Interpolation specifiers
|
- Interpolation specifiers
|
||||||
- Importing files such as shared utils etc. with something other than textual `#load`
|
- Importing files such as shared utils etc. with something other than textual `#load`
|
||||||
|
- Other output languages
|
||||||
|
- compute shaders
|
||||||
|
- mesh/amplification shaders
|
||||||
Reference in New Issue
Block a user