mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-04-24 04:53:28 -04:00
Merge branch 'master' of github.com:bkaradzic/bgfx
This commit is contained in:
commit
ec099acbd7
2 changed files with 505 additions and 506 deletions
|
@ -163,6 +163,7 @@ namespace bgfx
|
|||
|
||||
switch (type)
|
||||
{
|
||||
default:
|
||||
case AttribType::Uint8:
|
||||
{
|
||||
uint8_t* packed = (uint8_t*)data;
|
||||
|
@ -279,6 +280,7 @@ namespace bgfx
|
|||
|
||||
switch (type)
|
||||
{
|
||||
default:
|
||||
case AttribType::Uint8:
|
||||
{
|
||||
uint8_t* packed = (uint8_t*)data;
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue