Gpu cleanup
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
typedef struct {
|
||||
void *_pipeline;
|
||||
void *_depth;
|
||||
void *pipeline;
|
||||
void *depth;
|
||||
} gpu_pipeline_impl_t;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user