CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]   2018/01/12 15:50:45

Log message:
    Import graphics/mojoshader
    
    OK sthen@, bcallah@
    
    Submitted by Thomas Frohwein, who takes MAINTAINER (thanks!)
    
    MojoShader is a library to work with Direct3D shaders on alternate 3D
    APIs and non-Windows platforms. The primary motivation is moving shaders
    to OpenGL languages on the fly. The developer deals with "profiles" that
    represent various target languages, such as GLSL or ARB_*_program.
    
    This allows a developer to manage one set of shaders, presumably written
    in Direct3D HLSL, and use them across multiple rendering backends. This
    also means that the developer only has to worry about one (offline)
    compiler to manage program complexity, while MojoShader itself deals
    with the reduced complexity of the bytecode at runtime.
    
    MojoShader provides both a simple API to convert bytecode to various
    profiles, and (optionally) basic glue to rendering APIs to abstract the
    management of the shaders at runtime.
    
    Status:
    
    Vendor Tag: awolk
    Release Tags:       awolk_20180112
    
    N ports/graphics/mojoshader/Makefile
    N ports/graphics/mojoshader/distinfo
    N ports/graphics/mojoshader/patches/patch-CMakeLists_txt
    N ports/graphics/mojoshader/pkg/DESCR
    N ports/graphics/mojoshader/pkg/PLIST
    
    No conflicts created by this import

Reply via email to