Proof of concept for Algorithm objects
Next up compute kernel dispatch!
This commit is contained in:
parent
96730ecd41
commit
55a134882d
6 changed files with 160 additions and 34 deletions
|
@ -41,6 +41,12 @@ typedef NS_ENUM(NSInteger, TextureIndex)
|
|||
TextureIndexColor = 0,
|
||||
};
|
||||
|
||||
typedef NS_ENUM(NSInteger, GeneratorTextureIndex)
|
||||
{
|
||||
GeneratorTextureIndexIn = 0,
|
||||
GeneratorTextureIndexOut = 1,
|
||||
};
|
||||
|
||||
typedef struct
|
||||
{
|
||||
matrix_float4x4 projectionMatrix;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue