struct GpuObjectParameterTypeInformation

Returns information about GPU parameter types.

Public

Methods

staticIs1DTexture

static bool Is1DTexture(const GpuParameterObjectType type)

staticIs1DTextureArray

static bool Is1DTextureArray(const GpuParameterObjectType type)

staticIs2DTexture

static bool Is2DTexture(GpuParameterObjectType type)

staticIs2DTextureArray

static bool Is2DTextureArray(GpuParameterObjectType type)

staticIs3DTexture

static bool Is3DTexture(GpuParameterObjectType type)

staticIsCubeTexture

static bool IsCubeTexture(GpuParameterObjectType type)

staticIsCubeTextureArray

static bool IsCubeTextureArray(GpuParameterObjectType type)

staticIsTexture

static bool IsTexture(GpuParameterObjectType type)

staticIsSampler

static bool IsSampler(GpuParameterObjectType type)

staticIsBuffer

static bool IsBuffer(GpuParameterObjectType type)