| 702 | } |
| 703 | |
| 704 | extern "C" OPENPGL_DLLEXPORT uint32_t pglVolumeSamplingDistributionGetId(PGLVolumeSamplingDistribution volumeSamplingDistribution) |
| 705 | { |
| 706 | IVolumeSamplingDistribution *gVolumeSamplingDistribution = (IVolumeSamplingDistribution *)volumeSamplingDistribution; |
| 707 | return gVolumeSamplingDistribution->getId(); |
| 708 | } |
| 709 | |
| 710 | extern "C" OPENPGL_DLLEXPORT bool pglVolumeSamplingDistributionValidate(PGLVolumeSamplingDistribution volumeSamplingDistribution) |
| 711 | { |