public class GPUFXSettings extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__dof
Field descriptor (offset) for struct member 'dof'.
|
static long[] |
__DNA__FIELD__fx_flag
Field descriptor (offset) for struct member 'fx_flag'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__ssao
Field descriptor (offset) for struct member 'ssao'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct GPUFXSettings.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
GPUFXSettings(GPUFXSettings that) |
|
GPUFXSettings(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<GPUFXSettings> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<GPUDOFSettings> |
getDof()
Get method for struct member 'dof'.
|
byte |
getFx_flag()
Get method for struct member 'fx_flag'.
|
CArrayFacade<java.lang.Byte> |
getPad()
Get method for struct member 'pad'.
|
CPointer<GPUSSAOSettings> |
getSsao()
Get method for struct member 'ssao'.
|
void |
setDof(CPointer<GPUDOFSettings> dof)
Set method for struct member 'dof'.
|
void |
setFx_flag(byte fx_flag)
Set method for struct member 'fx_flag'.
|
void |
setPad(CArrayFacade<java.lang.Byte> pad)
Set method for struct member 'pad'.
|
void |
setSsao(CPointer<GPUSSAOSettings> ssao)
Set method for struct member 'ssao'.
|
__io__addressof, __io__addressof, __io__equals, __io__generic__copy, __io__generic__copy, __io__instanceof, __io__native__copy, __io__newInstance, __io__same__encoding, __io__sizeof, __io__sizeof, __io__subclassof
public static final int __DNA__SDNA_INDEX
It is required when allocating a new block to store data for GPUFXSettings.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__dof
This is how you get a reference on the corresponding field in the struct:
GPUFXSettings gpufxsettings = ...; CPointer<Object> p = gpufxsettings.__dna__addressof(GPUFXSettings.__DNA__FIELD__dof); CPointer<CPointer<GPUDOFSettings>> p_dof = p.cast(new Class[]{CPointer.class, GPUDOFSettings.class});
public static final long[] __DNA__FIELD__ssao
This is how you get a reference on the corresponding field in the struct:
GPUFXSettings gpufxsettings = ...; CPointer<Object> p = gpufxsettings.__dna__addressof(GPUFXSettings.__DNA__FIELD__ssao); CPointer<CPointer<GPUSSAOSettings>> p_ssao = p.cast(new Class[]{CPointer.class, GPUSSAOSettings.class});
public static final long[] __DNA__FIELD__fx_flag
eGPUFXFlags
This is how you get a reference on the corresponding field in the struct:
GPUFXSettings gpufxsettings = ...; CPointer<Object> p = gpufxsettings.__dna__addressof(GPUFXSettings.__DNA__FIELD__fx_flag); CPointer<Byte> p_fx_flag = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
GPUFXSettings gpufxsettings = ...; CPointer<Object> p = gpufxsettings.__dna__addressof(GPUFXSettings.__DNA__FIELD__pad); CPointer<CArrayFacade<Byte>> p_pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public GPUFXSettings(long __address, Block __block, BlockTable __blockTable)
protected GPUFXSettings(GPUFXSettings that)
public CPointer<GPUDOFSettings> getDof() throws java.io.IOException
java.io.IOException
__DNA__FIELD__dof
public void setDof(CPointer<GPUDOFSettings> dof) throws java.io.IOException
java.io.IOException
__DNA__FIELD__dof
public CPointer<GPUSSAOSettings> getSsao() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ssao
public void setSsao(CPointer<GPUSSAOSettings> ssao) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ssao
public byte getFx_flag() throws java.io.IOException
eGPUFXFlags
java.io.IOException
__DNA__FIELD__fx_flag
public void setFx_flag(byte fx_flag) throws java.io.IOException
eGPUFXFlags
java.io.IOException
__DNA__FIELD__fx_flag
public CArrayFacade<java.lang.Byte> getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(CArrayFacade<java.lang.Byte> pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public CPointer<GPUFXSettings> __io__addressof()