Epok Engine

EPOK RUNTIME

epok::FrameClear

Class template

Class template

Class template declared by the frame-clear module for the frame clear module.

Namespace
epok
Header
frame_clear.hpp
Include
#include "frame_clear.hpp"
Module
frame-clear
Source
runtime/frame_clear.hpp:17

Basic usage

This minimal snippet shows the normal syntax for reaching the type. Open a member below for an operation-specific example.

C++ example
#include "frame_clear.hpp"

epok::FrameClear& value = /* obtain a valid instance from your game */;

Public methods