forked from LeenkxTeam/LNXRNT
Add files
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
typedef struct {
|
||||
void *_tex;
|
||||
void *_texReadback;
|
||||
void *_depthTex;
|
||||
} RenderTarget5Impl;
|
||||
Reference in New Issue
Block a user