mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
[UI] Initialize handle in ImmediateTexture.
This commit is contained in:
parent
bc92169fce
commit
2cc473f60b
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class ImmediateTexture {
|
|||
|
||||
protected:
|
||||
ImmediateTexture(uint32_t width, uint32_t height)
|
||||
: width(width), height(height) {}
|
||||
: width(width), height(height), handle(0ULL) {}
|
||||
};
|
||||
|
||||
// Describes the primitive type used by a draw call.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue