19 lines
650 B
C#
19 lines
650 B
C#
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
|
namespace BlendFile.DNA {
|
|
|
|
public struct PixelShaderFxData {
|
|
public ShaderFxData shaderfx;
|
|
public int[] size = new System.Int32[3];
|
|
public int flag;
|
|
public float[] rgba = new System.Single[4];
|
|
public ShaderFxData_Runtime runtime;
|
|
public PixelShaderFxData(ShaderFxData shaderfx, int[] size, int flag, float[] rgba, ShaderFxData_Runtime runtime) {
|
|
this.shaderfx = shaderfx;
|
|
this.size = size;
|
|
this.flag = flag;
|
|
this.rgba = rgba;
|
|
this.runtime = runtime;
|
|
}
|
|
}
|
|
}
|