Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Khronos Vulkan 1.0

Name: Anonymous 2016-02-16 21:49

Name: Anonymous 2016-02-17 3:59

[u]intN_t is required by POSIX and Windows requires 8-bit bytes, so it's portable enough.
It's not portable if it requires a specific byte size, I hope you choke on your own pee.

>>5
lol
#if defined(__LP64__) || defined(_WIN64) || defined(__x86_64__) || defined(_M_X64) || defined(__ia64) || defined (_M_IA64) || defined(__aarch64__) || defined(__powerpc64__)
#define VK_DEFINE_NON_DISPATCHABLE_HANDLE(object) typedef struct object##_T *object;
#else
#define VK_DEFINE_NON_DISPATCHABLE_HANDLE(object) typedef uint64_t object;
#endif

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List