mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-19 21:42:59 +01:00
Added PNaCl build support.
This commit is contained in:
@@ -135,8 +135,8 @@ namespace bgfx
|
||||
PP_GRAPHICS3DATTRIB_STENCIL_SIZE, 8,
|
||||
PP_GRAPHICS3DATTRIB_SAMPLES, 0,
|
||||
PP_GRAPHICS3DATTRIB_SAMPLE_BUFFERS, 0,
|
||||
PP_GRAPHICS3DATTRIB_WIDTH, _width,
|
||||
PP_GRAPHICS3DATTRIB_HEIGHT, _height,
|
||||
PP_GRAPHICS3DATTRIB_WIDTH, int32_t(_width),
|
||||
PP_GRAPHICS3DATTRIB_HEIGHT, int32_t(_height),
|
||||
PP_GRAPHICS3DATTRIB_NONE
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user