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 IPrecompInputProbeRegion
  • class Enlighten IPrecompInputProbeSet
  • class Enlighten IPrecompInputSystem
  • class Enlighten IPrecompMeshValidation
  • class Enlighten IPrecompOutputCubeMap
  • class Enlighten IPrecompOutputProbeOctree
  • class Enlighten IPrecompOutputProbeSet
  • class Enlighten IPrecompPackedGeometry
  • class Enlighten IPrecompPackedInstance
  • class Enlighten IPrecompPackedSystem
  • class Enlighten IPrecompProbeSetBuildParameters
  • class Enlighten IPrecompProbeSetRadiosity
  • class Enlighten IPrecompRadiosityNormalTexture
  • class Enlighten IPrecompSystemClustering
  • class Enlighten IPrecompSystemCompressedLightTransport
  • class Enlighten IPrecompSystemDependencies
  • class Enlighten IPrecompSystemDuster
  • class Enlighten IPrecompSystemLightTransport
  • class Enlighten IPrecompSystemPreClustering
  • class Enlighten IPrecompSystemRadiosity
  • class Enlighten IPrecompSystemsDependencies
  • class Enlighten IPrecompute
  • class Enlighten IPrecomputeLoaderCubeMap
  • class Enlighten IPrecomputeLoaderGeometry
  • class Enlighten IPrecomputeLoaderProbeSet
  • class Enlighten IPrecomputeLoaderSystem
  • class Enlighten IPrecompVolumeQuery
  • class Enlighten IProbeSetManager
  • class Enlighten IrradianceOutputDesc
  • class Enlighten ISystemSolutionSpace
  • class Enlighten IThreadGroup
  • class Enlighten IUpdateManager
  • class Enlighten IUpdateManagerWorker
  • class Enlighten IViewVolumeIntersector
  • class Enlighten LightMethodSelector
  • class Enlighten LightTransportPixel
  • class Enlighten LightValue64
  • class Enlighten LightValueIterator
  • class Enlighten Line2D
  • class Enlighten LongRunningProcess
  • class Enlighten LrbCpuTextureSampler
  • class Enlighten MaterialAlbedoSampler
  • class Enlighten MaterialComponentBuffer
  • class Enlighten MaterialEmissiveSampler
  • class Enlighten MaterialGuids
  • class Enlighten MaterialSampler
  • class Enlighten MaterialTransparencySampler
  • class Enlighten MergeGeometry
  • class Enlighten MergeGeometryCache
  • class Enlighten MergeMap
  • class Enlighten MergeProcessParams
  • class Enlighten MergeStats
  • class Enlighten MergeTriGroupParams
  • class Enlighten MetaBlock
  • class Enlighten MetaBlockBuilder
  • class Enlighten MultithreadCpuUpdateManager
  • class Enlighten MultithreadCpuWorker
  • class Enlighten MultithreadCpuWorkerCommon
  • class Enlighten NullGeometryTransparencySampler
  • class Enlighten NullMaterialEmissiveSampler
  • class Enlighten NullMaterialTransparencySampler
  • class Enlighten NullSampler
  • class Enlighten OctreeBuilder
  • class Enlighten OctreeSearchResult
  • class Enlighten OutputOctreeBuilder
  • class Enlighten PackedDusterPoint
  • class Enlighten PipelineCubemap
  • class Enlighten PipelineError
  • class Enlighten PipelineExcludedInstance
  • class Enlighten PipelineGeom
  • class Enlighten PipelineGeometryProperties
  • class Enlighten PipelineGlobalParameters
  • class Enlighten PipelineInstanceParameters
  • class Enlighten PipelineLineWriter
  • class Enlighten PipelineMesh
  • class Enlighten PipelinePaths
  • class Enlighten PipelineProbeRegion
  • class Enlighten PipelineProbeVolume
  • class Enlighten PipelineRadiosityInstance
  • class Enlighten PipelineScene
  • class Enlighten PipelineTransform
    Calendars

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

    This is the documentation for Enlighten.

    class Enlighten LrbCpuTextureSampler

    Nov 21, 2019

    class Enlighten::LrbCpuTextureSampler

        └>Enlighten::CpuTextureSamplerBase< 4 >

    LRB 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.

    LrbCpuTextureSampler(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::LrbCpuTextureSampler::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::LrbCpuTextureSampler::LrbCpuTextureSampler


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


    Constructor.

    , multiple selections available,
    {"serverDuration": 11, "requestCorrelationId": "953d9dd6a8b648d5a46c9377ca813e73"}