Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)

Enlighten API 3.10 Documentation
Results will update as you type.
  • class Enlighten ProbeInterpolant
  • class Enlighten ProbeInterpolationTask
  • class Enlighten ProbeSetDataBlock
  • class Enlighten ProbeSetManagerVoxel
  • class Enlighten ProbeSetMeta
  • class Enlighten ProbeSetOctreeNode
  • class Enlighten ProbeSetVirtualProbe
  • class Enlighten ProfileHistory
  • class Enlighten QuadIterator
  • class Enlighten QuadShader
  • class Enlighten QuickFlatClusterShader
  • class Enlighten QuickQuadShader
  • class Enlighten R9G9B9E5CpuTextureSampler
  • class Enlighten R11G11B10CpuTextureSampler
  • class Enlighten RadCubeMapCore
  • class Enlighten RadCubeMapMetaData
  • class Enlighten RadCubeMapTask
  • class Enlighten RadDataBlock
  • class Enlighten RadDebugBucketSelectionTask
  • class Enlighten RadDebugColouringTask
  • class Enlighten RadDebugPixelInfo
  • class Enlighten RadiosityInputTree
  • class Enlighten RadiosityInstance
  • class Enlighten RadIrradianceTask
  • class Enlighten RadProbeSetCore
  • class Enlighten RadProbeSetMetaData
  • class Enlighten RadProbeTask
  • class Enlighten RadSystemCore
  • class Enlighten RadSystemMetaData
  • class Enlighten RawBuffer
  • class Enlighten ReadInputLightingBufferInfo
  • class Enlighten RectangleLight
  • class Enlighten RefTextureAllocator
  • class Enlighten RefTextureUpdater
  • class Enlighten ReleaseSystemSolutionSpacesInfo
  • class Enlighten RemoveInfo
  • class Enlighten ResampleBounceParameters
  • class Enlighten ResampleTextureParameters
  • class Enlighten Rgba64Linear
  • class Enlighten RgbaCpuTextureSampler
  • class Enlighten RgbmCpuTextureSampler
  • class Enlighten SetLightBankUpdateCounterInfo
  • class Enlighten SetParameterCommand
  • class Enlighten SetProbeSetTransformInfo
  • class Enlighten SetTransparencySamplePositionOffsetInfo
  • class Enlighten SetVisibilityBitsInfo
  • class Enlighten SolveBounceTask
  • class Enlighten SortedLights
  • class Enlighten SourceMeshInstanceMeta
  • class Enlighten SphereVolume
  • class Enlighten Spotlight
  • class Enlighten SpotlightMeta
  • class Enlighten SystemAlbedoData
  • class Enlighten SystemDataBlock
  • class Enlighten SystemDependencies
  • class Enlighten SystemGrouping
  • class Enlighten SystemMeta
  • class Enlighten TaskProcessor
  • class Enlighten TransparencyWorkspace
  • class Enlighten Triangle2D
  • class Enlighten TriggerVolumeTransparencyGeneric
  • class Enlighten UpdateEnvironmentInfo
  • class Enlighten UpdateLightCommandGeneric
  • class Enlighten UpdateLightInfo
  • class Enlighten UpdateLightOptions
  • class Enlighten UpdateManagerLight
  • class Enlighten UpdateManagerProperties
  • class Enlighten UpdateManagerWorkerProperties
  • class Enlighten Vertex2D
  • class Enlighten VisibilityBuffer
  • class Enlighten WorkerFunctionCommand
  • class Enlighten WorkerFunctionParameterCommand
  • class Enlighten WorkerFunctionTwoParametersCommand
  • class Enlighten WorkerFunctorCommand
  • class Enlighten WorkerObjectFunctionCommand
  • class Enlighten WorkerThreadData
  • class Enlighten WorkspaceAllocator
  • class Enlighten XmlWriter
  • namespace Enlighten Errors
  • namespace Enlighten Helpers
  • namespace Enlighten Iff
    Calendars

You‘re viewing this with anonymous access, so some content might be blocked.
/
class Enlighten RgbmCpuTextureSampler

    This is the documentation for Enlighten.

    class Enlighten RgbmCpuTextureSampler

    Nov 21, 2019

    class Enlighten::RgbmCpuTextureSampler

        └>Enlighten::CpuTextureSamplerBase< 4 >

    RGBM texture sampler.

    Functions

    Name Description
    CpuTextureSamplerBase(const void *, Geo::s32, Geo::s32, Geo::s32)

    Constructor.

    GetHeight()

    Gets the height of the texture.

    GetIndex(Geo::s32, Geo::s32)

    Gets the index into the raw pixel data of the given co-ordinates.

    GetPixelData(Geo::s32, Geo::s32)

    Gets the pixel value at the given co-ordinates.

    GetWidth()

    Gets the width of the texture.

    RgbmCpuTextureSampler(const void *, Geo::s32, Geo::s32, Geo::s32, eOutputFormatByteOrder, float)

    Constructor.

    Variables

    Name Description
    Geo::s32 m_Height

    Height of the texture.

    Geo::s32 m_Pitch

    Pitch (in bytes) of the texture.

    const Geo::u8 * m_Pixels

    Raw pixel data.

    Geo::s32 m_Width

    Width of the texture.

    const int PixelByteSize = SizeOfPixel

    Number of bytes per pixel.


    Enlighten::CpuTextureSamplerBase< SizeOfPixel >::CpuTextureSamplerBase


    protected: CpuTextureSamplerBase
    (
        const void * data,
        Geo::s32 width,
        Geo::s32 height,
        Geo::s32 pitch
    )


    Constructor.


    GEO_FORCE_INLINE Geo::s32 Enlighten::CpuTextureSamplerBase< SizeOfPixel >::GetHeight


    public: GEO_FORCE_INLINEGeo::s32 GetHeight() const


    Gets the height of the texture.


    GEO_FORCE_INLINE Geo::s32 Enlighten::CpuTextureSamplerBase< SizeOfPixel >::GetIndex


    public: GEO_FORCE_INLINEGeo::s32 GetIndex
    (
        Geo::s32 x,
        Geo::s32 y
    ) const


    Gets the index into the raw pixel data of the given co-ordinates.


    GEO_CONTROLLED_INLINE Geo::v128 Enlighten::RgbmCpuTextureSampler::GetPixelData


    public: GEO_CONTROLLED_INLINEGeo::v128 GetPixelData
    (
        Geo::s32 x,
        Geo::s32 y
    ) const


    Gets the pixel value at the given co-ordinates.


    GEO_FORCE_INLINE Geo::s32 Enlighten::CpuTextureSamplerBase< SizeOfPixel >::GetWidth


    public: GEO_FORCE_INLINEGeo::s32 GetWidth() const


    Gets the width of the texture.


    Enlighten::RgbmCpuTextureSampler::RgbmCpuTextureSampler


    public: RgbmCpuTextureSampler
    (
        const void * data,
        Geo::s32 width,
        Geo::s32 height,
        Geo::s32 pitch,
        eOutputFormatByteOrder byteOrder,
        float fpRescale
    )


    Constructor.

    , multiple selections available,
    {"serverDuration": 9, "requestCorrelationId": "0d54f3bc6a46423e85a5a942f9da67e6"}