YoggieEngine/BarinkEngine/graphics/shaders
Nigel Barink 16b61986a1 Adding textures capabilities
* Added Texures to the two sample cubes
* Modified mesh structure
	- mesh now contains indices and vertices
	- Vertices contain vertices and uv's (later on they will also
	contain normals)

Solution definitely not perfect and needs improvement.
2022-06-05 01:44:54 +02:00
..
fragment.shader Adding textures capabilities 2022-06-05 01:44:54 +02:00
RenderSurfaceFrag.shader Working on basic rendering #4 2022-06-04 18:26:58 +02:00
RenderSurfaceVert.shader Working on basic rendering #4 2022-06-04 18:26:58 +02:00
vertex.shader Adding textures capabilities 2022-06-05 01:44:54 +02:00