IceShard 1
A personal game engine project, with development focused on 2D/2.5D games.
Loading...
Searching...
No Matches
ice::ref16 Struct Reference

Holds 'offset' and 'size' fields (u16) to access data stored in a buffer-like object. More...

#include <ice/types/ref.hxx>

Public Member Functions

constexpr operator ice::ref32 () const noexcept

Public Attributes

ice::u16 offset
ice::u16 size

Detailed Description

Holds 'offset' and 'size' fields (u16) to access data stored in a buffer-like object.

Member Function Documentation

◆ operator ice::ref32()

ice::ref16::operator ice::ref32 ( ) const
inlineconstexprnoexcept

Member Data Documentation

◆ offset

ice::u16 ice::ref16::offset

◆ size

ice::u16 ice::ref16::size

The documentation for this struct was generated from the following file: