mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-17 07:27:03 +00:00
More aurora::gx refactoring
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
#include "../common.hpp"
|
||||
#include "../gx.hpp"
|
||||
|
||||
#include <unordered_map>
|
||||
|
||||
namespace aurora::gfx::model {
|
||||
struct DrawData {
|
||||
PipelineRef pipeline;
|
||||
@@ -14,7 +16,7 @@ struct DrawData {
|
||||
BindGroupRef textureBindGroup;
|
||||
};
|
||||
|
||||
struct PipelineConfig : GXPipelineConfig {
|
||||
struct PipelineConfig : gx::PipelineConfig {
|
||||
ShaderRef shader;
|
||||
uint32_t uniformSize;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user