Updated API version.

This commit is contained in:
Branimir Karadžić 2017-10-06 18:08:46 -07:00
parent 4cdab3e971
commit e374f7c1ca

View File

@ -6,7 +6,7 @@
#ifndef BGFX_DEFINES_H_HEADER_GUARD
#define BGFX_DEFINES_H_HEADER_GUARD
#define BGFX_API_VERSION UINT32_C(50)
#define BGFX_API_VERSION UINT32_C(51)
/// Color RGB/alpha/depth write. When it's not specified write will be disabled.
#define BGFX_STATE_RGB_WRITE UINT64_C(0x0000000000000001) //!< Enable RGB write.