Project Alice
Loading...
Searching...
No Matches
ogl::animation Class Reference

#include <opengl_wrapper.hpp>

Public Types

enum class  type {
  page_flip_left , page_flip_right , page_flip_up , page_flip_left_rev ,
  page_flip_right_rev , page_flip_up_rev
}
 

Public Member Functions

void start_animation (sys::state &state, int32_t x, int32_t y, int32_t w, int32_t h, type t, int32_t runtime)
 
void post_update_frame (sys::state &state)
 
void render (sys::state &state)
 

Detailed Description

Definition at line 375 of file opengl_wrapper.hpp.

Member Enumeration Documentation

◆ type

enum class ogl::animation::type
strong
Enumerator
page_flip_left 
page_flip_right 
page_flip_up 
page_flip_left_rev 
page_flip_right_rev 
page_flip_up_rev 

Definition at line 377 of file opengl_wrapper.hpp.

Member Function Documentation

◆ post_update_frame()

void ogl::animation::post_update_frame ( sys::state state)

Definition at line 1356 of file opengl_wrapper.cpp.

Here is the call graph for this function:

◆ render()

void ogl::animation::render ( sys::state state)

Definition at line 1366 of file opengl_wrapper.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ start_animation()

void ogl::animation::start_animation ( sys::state state,
int32_t  x,
int32_t  y,
int32_t  w,
int32_t  h,
type  t,
int32_t  runtime 
)

Definition at line 1343 of file opengl_wrapper.cpp.

Here is the call graph for this function:

The documentation for this class was generated from the following files: