8 lines
104 B
C
8 lines
104 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
typedef struct {
|
||
|
|
void *_tex;
|
||
|
|
void *_texReadback;
|
||
|
|
void *_depthTex;
|
||
|
|
} RenderTarget5Impl;
|