MaulingMonkey / thindx

Thin DirectX wrappers for Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Merge THINERR::*

MaulingMonkey opened this issue · comments

Very similar territory:

  • THINERR::SLICE_TOO_LARGE
  • THINERR::SLICE_OVERFLOW
  • THINERR::ALLOC_OVERFLOW

ALLOC_OVERFLOW may still be generated if the source of the alloc isn't a slice (e.g. usize bytes)