annotate Renderer/Engine/spe/CreatePolygon.h @ 1161:cc1a50cac83d draft

use MemorySegment API for pp load. do not check execution of the cell side. to be continued..
author Yutaka_Kinjyo
date Thu, 05 May 2011 00:15:43 +0900
parents 63a08f3a468a
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