Advertisement
Ember

struct

Jan 27th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.21 KB | None | 0 0
  1. struct Description
  2. {
  3.     UInt Size;
  4.     Type Type;
  5.     CPUAccess CPUAccess = CPUAccess::None;
  6.     MiscFlags MiscFlags = MiscFlags::None;
  7.     UInt StructureByteStride = 0;
  8.     Usage Usage = Usage::Default;
  9. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement