This website requires JavaScript.
Explore
Help
Sign In
WallyHackenslacker
/
Aerofoil
Watch
1
Star
0
Fork
0
You've already forked Aerofoil
mirror of
https://github.com/elasota/Aerofoil.git
synced
2026-03-01 21:34:15 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
baa7bbde7f656ad85838c6272b00a888020acc02
Aerofoil
/
ShaderSrc
/
DrawQuad.h
6 lines
88 B
C
Raw
Normal View
History
Unescape
Escape
Normalize line endings This commit contains only the result of `git add --renormalize .` `git show --ignore-space-change` can verify that this commit only changes whitespace.
2024-07-31 19:35:12 +12:00
struct
SDrawQuadPixelInput
{
float4
pos
:
SV_POSITION
;
float2
texCoord
:
TEXCOORD
;
}
;
Reference in New Issue
Copy Permalink