mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-04-24 04:53:28 -04:00
Fixed MinGW warning.
This commit is contained in:
parent
af5b3592d9
commit
4cf393bed6
1 changed files with 5 additions and 0 deletions
|
@ -42,6 +42,11 @@ namespace bgfx { namespace d3d11
|
|||
|
||||
union Zero
|
||||
{
|
||||
Zero()
|
||||
{
|
||||
memset(this, 0, sizeof(Zero) );
|
||||
}
|
||||
|
||||
ID3D11Buffer* m_buffer[D3D11_IA_VERTEX_INPUT_RESOURCE_SLOT_COUNT];
|
||||
ID3D11UnorderedAccessView* m_uav[D3D11_PS_CS_UAV_REGISTER_COUNT];
|
||||
ID3D11ShaderResourceView* m_srv[D3D11_COMMONSHADER_INPUT_RESOURCE_SLOT_COUNT];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue