Epok Engine

EPOK RUNTIME

epok::streaming_prefetch_needed

Function · 1 overload

Function

Performs `streaming prefetch needed` as part of bounded CD or PC geometry-page streaming.

Belongs to
epok
Header
streaming.hpp
Overloads
1

Declaration

Declaration
inline bool streaming_prefetch_needed()

Performs `streaming prefetch needed` as part of bounded CD or PC geometry-page streaming.

This overload takes no parameters.

Returns: bool. Check the value before continuing when it represents success, availability or a resource handle.

Example

C++ example
#include "streaming.hpp"

auto result = epok::streaming_prefetch_needed();

Why use it

The boolean result makes success, availability or state explicit without exceptions.

Trade-offs and warnings

Check the return value; `false` is part of normal control flow for many PSX resource operations.

Declared in runtime/streaming.hpp:39

Related members