Shortcuts

Struct GpuInfo::Stream

Nested Relationships

This struct is a nested type of Struct GpuInfo.

Struct Documentation

struct ripple::GpuInfo::Stream

Wrapper for a gpu stream and if it has been set.

Public Functions

auto create() noexcept -> void

Creates a non-blocking stream.

auto destroy() noexcept -> void

Destroys the stream.

Public Members

GpuStream stream = nullptr

The actual stream.

bool set = false

If the stream is set.

Docs

Access comprehensive developer documentation for Ripple

View Docs

Tutorials

Get tutorials to help with understand all features

View Tutorials

Examples

Find examples to help get started

View Examples