added ui rendering
This commit is contained in:
@@ -8,9 +8,10 @@ struct VertexOutput
|
||||
|
||||
DECLARE_CONSTANTS()
|
||||
{
|
||||
int2 resolution;
|
||||
uint2 resolution;
|
||||
uint2 size;
|
||||
int2 position;
|
||||
float4 color;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user