|
RenderTextureRenderingStepConvertFormatToTextureChannelsCount Method |
ConvertFormatToTextureChannelsCount gets the number of channels (colors) from the specified texture format.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public static RenderTextureRenderingStepTextureChannelsCount ConvertFormatToTextureChannelsCount(
Format textureFormat
)
Parameters
- textureFormat Format
- textureFormat
Return Value
RenderTextureRenderingStepTextureChannelsCountthe number of channels (colors)
See Also