mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-14 12:02:30 +00:00
feat(gx): implement CGxDevice::BufData
This commit is contained in:
parent
5ccf980c23
commit
da23578002
6 changed files with 24 additions and 0 deletions
|
|
@ -194,6 +194,11 @@ int32_t CGxDevice::BufUnlock(CGxBuf* buf, uint32_t size) {
|
|||
return 1;
|
||||
}
|
||||
|
||||
void CGxDevice::BufData(CGxBuf* buf, const void* data, size_t size, uintptr_t offset) {
|
||||
buf->unk1E = 1;
|
||||
buf->unk1F = 0;
|
||||
}
|
||||
|
||||
const CGxCaps& CGxDevice::Caps() const {
|
||||
return this->m_caps;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue