Added Generation Output
This commit is contained in:
18
BlendFile/DNA/PixelShaderFxData.cs
Normal file
18
BlendFile/DNA/PixelShaderFxData.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
// 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user