mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Add FreeType, progress to title screen
This commit is contained in:
5
ShaderSrc/DrawQuad.h
Normal file
5
ShaderSrc/DrawQuad.h
Normal file
@@ -0,0 +1,5 @@
|
||||
struct SDrawQuadPixelInput
|
||||
{
|
||||
float4 pos : SV_POSITION;
|
||||
float2 texCoord : TEXCOORD;
|
||||
};
|
||||
Reference in New Issue
Block a user