Ink: Update intro of README
This commit is contained in:
@@ -1,7 +1,10 @@
|
|||||||
# Shader Compiler
|
# Ink
|
||||||
|
|
||||||
A compiler for a custom, platform-agnostic shader language that compiles to platform specific shader languages (currently only HLSL).
|
A compiler for a custom, platform-agnostic shader language that compiles to platform specific shader languages (currently only HLSL).
|
||||||
|
|
||||||
|
Ink is not a standalone executable, but rather a library you use to compile your shaders. It has metaprogramming capabilities in the sense that all stages are exposed and data is editable at will.
|
||||||
|
In the future we will support a better API for adding code and possibly macros if we deem it necessary.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
A simple passthrough shader (`passthrough.shd`) can look as follows
|
A simple passthrough shader (`passthrough.shd`) can look as follows
|
||||||
|
|||||||
Reference in New Issue
Block a user