GMEM_FIXED top-level constant

  1. @Deprecated('Use GLOBAL_ALLOC_FLAGS.GMEM_FIXED instead')
int const GMEM_FIXED

Allocates fixed memory. The return value is a pointer.

Implementation

@Deprecated('Use GLOBAL_ALLOC_FLAGS.GMEM_FIXED instead')
const GMEM_FIXED = 0x0000;