mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(gx): remove placeholder gx caps (#45)
This commit is contained in:
parent
0e0b57fce9
commit
907c3faf8f
14 changed files with 57 additions and 61 deletions
|
|
@ -167,6 +167,10 @@ int32_t CGxDevice::BufUnlock(CGxBuf* buf, uint32_t size) {
|
|||
return 1;
|
||||
}
|
||||
|
||||
const CGxCaps& CGxDevice::Caps() const {
|
||||
return this->m_caps;
|
||||
}
|
||||
|
||||
int32_t CGxDevice::DeviceCreate(long (*windowProc)(void*, uint32_t, uint32_t, long), const CGxFormat& format) {
|
||||
// TODO
|
||||
// this->m_windowProc = windowProc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue