///|
pub(all) struct ImageHandle(UInt) derive(Eq, Debug, Hash)

///|
pub(all) enum ImageSampler {
  Default
  Nearest
  Linear
} derive(Eq, Debug)

///|
pub(all) struct AudioHandle(UInt) derive(Eq, Debug, Hash)

///|
pub(all) struct FontHandle(UInt) derive(Eq, Debug, Hash)