renamed assets folder and added space to organize vert.
mostly actually to trigger git to rename the folder...
This commit is contained in:
parent
07bfc8ab43
commit
92d9988166
@ -11,5 +11,6 @@ void main()
|
|||||||
{
|
{
|
||||||
texCoord = aTexCoord;
|
texCoord = aTexCoord;
|
||||||
color = aColor;
|
color = aColor;
|
||||||
|
|
||||||
gl_Position = vec4(aPosition, 1.0f) * transform;
|
gl_Position = vec4(aPosition, 1.0f) * transform;
|
||||||
}
|
}
|
@ -16,7 +16,7 @@
|
|||||||
<ProjectReference Include="..\RecrownedGTK\RecrownedGTK.csproj" />
|
<ProjectReference Include="..\RecrownedGTK\RecrownedGTK.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="Assets/*">
|
<Content Include="assets/*">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -11,5 +11,6 @@ void main()
|
|||||||
{
|
{
|
||||||
texCoord = aTexCoord;
|
texCoord = aTexCoord;
|
||||||
color = aColor;
|
color = aColor;
|
||||||
|
|
||||||
gl_Position = vec4(aPosition, 1.0f) * transform;
|
gl_Position = vec4(aPosition, 1.0f) * transform;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user