Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/gxdemo/src/Framebuffer/
Dfrb-fld-int.c98 MyState mystate; variable
122 mystate.ticks = 0; in main()
123 mystate.width = rmode->fbWidth; in main()
124 mystate.height = rmode->viHeight; // Note: VI Height, not fb height!!! in main()
126 CameraInit(&mystate); // Initialize the camera. in main()
134 DrawTick(&mystate); // Draw the model. in main()
139 AnimTick(&mystate); // Update animation. in main()