Standardizing Shader Buffers a bit more
This commit is contained in:
@ -21,7 +21,7 @@ UICanvas::UICanvas(SceneItem *item) :
|
||||
}
|
||||
|
||||
void UICanvas::rebufferShaderParameters() {
|
||||
struct UICanvasShaderParameterBufferData data;
|
||||
struct UICanvasShaderBufferData data;
|
||||
|
||||
switch(this->drawType) {
|
||||
case UI_DRAW_TYPE_WORLD_ABSOLUTE:
|
||||
|
@ -74,7 +74,7 @@ namespace Dawn {
|
||||
void rebufferShaderParameters();
|
||||
|
||||
public:
|
||||
UICanvasShaderParameterBuffer shaderBuffer;
|
||||
UICanvasShaderBuffer shaderBuffer;
|
||||
|
||||
/**
|
||||
* Creates a UI Canvas Scene Item Element, and attaches it to the provided
|
||||
|
Reference in New Issue
Block a user