All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
MTLPatchShaderSource Class Reference

#include <mtlPatchShaderSource.h>

Static Public Member Functions

static std::string GetCommonShaderSource ()
 
static std::string GetPatchBasisShaderSource ()
 
static std::string GetVertexShaderSource (Far::PatchDescriptor::Type type)
 
static std::string GetHullShaderSource (Far::PatchDescriptor::Type type)
 
static std::string GetDomainShaderSource (Far::PatchDescriptor::Type type)
 
static std::string GetVertexShaderSource (Far::PatchDescriptor::Type type, Far::PatchDescriptor::Type fvarType)
 Deprecated. More...
 
static std::string GetHullShaderSource (Far::PatchDescriptor::Type type, Far::PatchDescriptor::Type fvarType)
 
static std::string GetDomainShaderSource (Far::PatchDescriptor::Type type, Far::PatchDescriptor::Type fvarType)
 

Detailed Description

Definition at line 37 of file mtlPatchShaderSource.h.

Member Function Documentation

static std::string GetCommonShaderSource ( )
static
static std::string GetDomainShaderSource ( Far::PatchDescriptor::Type  type)
static
static std::string GetDomainShaderSource ( Far::PatchDescriptor::Type  type,
Far::PatchDescriptor::Type  fvarType 
)
static
static std::string GetHullShaderSource ( Far::PatchDescriptor::Type  type)
static
static std::string GetHullShaderSource ( Far::PatchDescriptor::Type  type,
Far::PatchDescriptor::Type  fvarType 
)
static
static std::string GetPatchBasisShaderSource ( )
static
static std::string GetVertexShaderSource ( Far::PatchDescriptor::Type  type)
static
static std::string GetVertexShaderSource ( Far::PatchDescriptor::Type  type,
Far::PatchDescriptor::Type  fvarType 
)
static

Deprecated.

These methods are deprecated. Clients should determine the patch type of a face-varying patch by inspecting the face-varying patch array descriptors.


The documentation for this class was generated from the following file: