Home
last modified time | relevance | path

Searched refs:num_obj (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandBufferJump/
DCommandBufferJump.cpp490 int num_obj = (f / 60) % NUM_OBJ + 1; in DrawFrame() local
493 for (int obj = 0; obj < num_obj; obj++) in DrawFrame()