mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(gx): handle texture uploads in d3d backend
This commit is contained in:
parent
ffb121fe42
commit
648468531f
2 changed files with 112 additions and 1 deletions
|
|
@ -197,6 +197,7 @@ class CGxDeviceD3d : public CGxDevice {
|
|||
|
||||
// Static variables
|
||||
static D3DCMPFUNC s_cmpFunc[];
|
||||
static D3DCUBEMAP_FACES s_faceTypes[];
|
||||
static D3DTEXTUREFILTERTYPE s_filterModes[GxTexFilters_Last][3];
|
||||
static uint32_t s_gxAttribToD3dAttribSize[];
|
||||
static D3DDECLTYPE s_gxAttribToD3dAttribType[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue