enum SubmissionType { SubmissionType_Invalid, SubmissionType_DrawCall, SubmissionType_Scene, SubmissionType_CommandList, SubmissionType_Count };
Identifies the type of submission that causes Fence objects to be updated (by the GPU).
Members |
Description |
SubmissionType_Invalid |
Used to indicate an un-initialized system. |
SubmissionType_DrawCall |
Per draw call. Use this on systems which continually process the command buffer, and reclaiming resources immediately is important. |
SubmissionType_Scene |
Per scene. Use this when low latency on freeing resources is not required. |
SubmissionType_Count |
Number of submission types. |
Render_Sync.h