annotate Renderer/Engine/spe/CreatePolygon.h @ 860:63a08f3a468a draft

Still on the way
author yutaka@localhost.localdomain
date Fri, 18 Jun 2010 01:30:06 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
860
63a08f3a468a Still on the way
yutaka@localhost.localdomain
parents:
diff changeset
1 #ifndef INCLUDED_CREATE_SPAN
63a08f3a468a Still on the way
yutaka@localhost.localdomain
parents:
diff changeset
2 #define INCLUDED_CREATE_SPAN
63a08f3a468a Still on the way
yutaka@localhost.localdomain
parents:
diff changeset
3
63a08f3a468a Still on the way
yutaka@localhost.localdomain
parents:
diff changeset
4 #include "SchedTask.h"
63a08f3a468a Still on the way
yutaka@localhost.localdomain
parents:
diff changeset
5 #include "polygon_pack.h"
63a08f3a468a Still on the way
yutaka@localhost.localdomain
parents:
diff changeset
6 #include "SpanPack.h"
63a08f3a468a Still on the way
yutaka@localhost.localdomain
parents:
diff changeset
7 #include "texture.h"
63a08f3a468a Still on the way
yutaka@localhost.localdomain
parents:
diff changeset
8
63a08f3a468a Still on the way
yutaka@localhost.localdomain
parents:
diff changeset
9 #endif