20 class VSG_DECLSPEC PercentageCloserSoftShadows :
public Inherit<ShadowSettings, PercentageCloserSoftShadows>
23 explicit PercentageCloserSoftShadows(uint32_t in_shadowMaps = 1);
24 PercentageCloserSoftShadows(
const PercentageCloserSoftShadows& rhs,
const CopyOp& copyop = {});
30 void read(
Input& input)
override;
31 void write(
Output& output)
const override;
int compare(const Object &rhs) const override
compare two objects, return -1 if this object is less than rhs, return 0 if it's equal,...