remove unused DepthStencilTexture typedef

submit_rewrite
thatcosmonaut 2021-01-06 17:36:08 -08:00 committed by GitHub
parent ecbf434df9
commit 4783d2efc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ extern "C" {
typedef struct Refresh_Device Refresh_Device;
typedef struct Refresh_Buffer Refresh_Buffer;
typedef struct Refresh_Texture Refresh_Texture;
typedef struct Refresh_DepthStencilTexture Refresh_DepthStencilTexture;
typedef struct Refresh_Sampler Refresh_Sampler;
typedef struct Refresh_ColorTarget Refresh_ColorTarget;
typedef struct Refresh_DepthStencilTarget Refresh_DepthStencilTarget;