win32.directx.d3d10

\ d3d10.d * * Windows API header module * * Placed into public domain * \**********************************************************************

Public Imports

win32.directx.dxgitype
public import win32.directx.dxgitype;
Undocumented in source.
win32.directx.dxgi
public import win32.directx.dxgi;
Undocumented in source.
win32.directx.d3d10misc
public import win32.directx.d3d10misc;
Undocumented in source.
win32.directx.d3d10shader
public import win32.directx.d3d10shader;
Undocumented in source.
win32.directx.d3d10effect
public import win32.directx.d3d10effect;
Undocumented in source.

Members

Aliases

D3D10_RECT
alias D3D10_RECT = RECT
Undocumented in source.

Enums

D3D10_ASYNC_GETDATA_FLAG
enum D3D10_ASYNC_GETDATA_FLAG
Undocumented in source.
D3D10_BIND_FLAG
enum D3D10_BIND_FLAG
Undocumented in source.
D3D10_BLEND
enum D3D10_BLEND
Undocumented in source.
D3D10_BLEND_OP
enum D3D10_BLEND_OP
Undocumented in source.
D3D10_CLEAR_FLAG
enum D3D10_CLEAR_FLAG
Undocumented in source.
D3D10_COLOR_WRITE_ENABLE
enum D3D10_COLOR_WRITE_ENABLE
Undocumented in source.
D3D10_COMPARISON_FUNC
enum D3D10_COMPARISON_FUNC
Undocumented in source.
D3D10_COUNTER
enum D3D10_COUNTER
Undocumented in source.
D3D10_COUNTER_TYPE
enum D3D10_COUNTER_TYPE
Undocumented in source.
D3D10_CPU_ACCESS_FLAG
enum D3D10_CPU_ACCESS_FLAG
Undocumented in source.
D3D10_CREATE_DEVICE_FLAG
enum D3D10_CREATE_DEVICE_FLAG
Undocumented in source.
D3D10_CULL_MODE
enum D3D10_CULL_MODE
Undocumented in source.
D3D10_DEPTH_WRITE_MASK
enum D3D10_DEPTH_WRITE_MASK
Undocumented in source.
D3D10_DSV_DIMENSION
enum D3D10_DSV_DIMENSION
Undocumented in source.
D3D10_FILL_MODE
enum D3D10_FILL_MODE
Undocumented in source.
D3D10_FILTER
enum D3D10_FILTER
Undocumented in source.
D3D10_FILTER_TYPE
enum D3D10_FILTER_TYPE
Undocumented in source.
D3D10_FORMAT_SUPPORT
enum D3D10_FORMAT_SUPPORT
Undocumented in source.
D3D10_INPUT_CLASSIFICATION
enum D3D10_INPUT_CLASSIFICATION
Undocumented in source.
D3D10_MAP
enum D3D10_MAP
Undocumented in source.
D3D10_MAP_FLAG
enum D3D10_MAP_FLAG
Undocumented in source.
D3D10_PRIMITIVE
enum D3D10_PRIMITIVE
Undocumented in source.
D3D10_PRIMITIVE_TOPOLOGY
enum D3D10_PRIMITIVE_TOPOLOGY
Undocumented in source.
D3D10_QUERY
enum D3D10_QUERY
Undocumented in source.
D3D10_QUERY_MISC_FLAG
enum D3D10_QUERY_MISC_FLAG
Undocumented in source.
D3D10_RAISE_FLAG
enum D3D10_RAISE_FLAG
Undocumented in source.
D3D10_RESOURCE_DIMENSION
enum D3D10_RESOURCE_DIMENSION
Undocumented in source.
D3D10_RESOURCE_MISC_FLAG
enum D3D10_RESOURCE_MISC_FLAG
Undocumented in source.
D3D10_RTV_DIMENSION
enum D3D10_RTV_DIMENSION
Undocumented in source.
D3D10_SRV_DIMENSION
enum D3D10_SRV_DIMENSION
Undocumented in source.
D3D10_STENCIL_OP
enum D3D10_STENCIL_OP
Undocumented in source.
D3D10_TEXTURECUBE_FACE
enum D3D10_TEXTURECUBE_FACE
Undocumented in source.
D3D10_TEXTURE_ADDRESS_MODE
enum D3D10_TEXTURE_ADDRESS_MODE
Undocumented in source.
D3D10_USAGE
enum D3D10_USAGE
Undocumented in source.

Functions

D3D10CalcSubresource
UINT D3D10CalcSubresource(UINT MipSlice, UINT ArraySlice, UINT MipLevels)
Undocumented in source. Be warned that the author may not have intended to support it.
D3D10_DECODE_IS_ANISOTROPIC_FILTER
bool D3D10_DECODE_IS_ANISOTROPIC_FILTER(D3D10_FILTER d3d10Filter)
Undocumented in source. Be warned that the author may not have intended to support it.
D3D10_DECODE_IS_COMPARISON_FILTER
bool D3D10_DECODE_IS_COMPARISON_FILTER(D3D10_FILTER d3d10Filter)
Undocumented in source. Be warned that the author may not have intended to support it.
D3D10_DECODE_IS_TEXT_1BIT_FILTER
bool D3D10_DECODE_IS_TEXT_1BIT_FILTER(D3D10_FILTER d3d10Filter)
Undocumented in source. Be warned that the author may not have intended to support it.
D3D10_DECODE_MAG_FILTER
D3D10_FILTER_TYPE D3D10_DECODE_MAG_FILTER(D3D10_FILTER d3d10Filter)
Undocumented in source. Be warned that the author may not have intended to support it.
D3D10_DECODE_MIN_FILTER
D3D10_FILTER_TYPE D3D10_DECODE_MIN_FILTER(D3D10_FILTER d3d10Filter)
Undocumented in source. Be warned that the author may not have intended to support it.
D3D10_DECODE_MIP_FILTER
D3D10_FILTER_TYPE D3D10_DECODE_MIP_FILTER(D3D10_FILTER d3d10Filter)
Undocumented in source. Be warned that the author may not have intended to support it.
D3D10_ENCODE_ANISOTROPIC_FILTER
D3D10_FILTER D3D10_ENCODE_ANISOTROPIC_FILTER(bool bComparison)
Undocumented in source. Be warned that the author may not have intended to support it.
D3D10_ENCODE_BASIC_FILTER
D3D10_FILTER D3D10_ENCODE_BASIC_FILTER(int min, int mag, int mip, bool bComparison)
Undocumented in source. Be warned that the author may not have intended to support it.
MAKE_D3D10_HRESULT
HRESULT MAKE_D3D10_HRESULT(T code)
Undocumented in source. Be warned that the author may not have intended to support it.
MAKE_D3D10_STATUS
HRESULT MAKE_D3D10_STATUS(T code)
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

ID3D10Asynchronous
interface ID3D10Asynchronous
Undocumented in source.
ID3D10BlendState
interface ID3D10BlendState
Undocumented in source.
ID3D10Buffer
interface ID3D10Buffer
Undocumented in source.
ID3D10Counter
interface ID3D10Counter
Undocumented in source.
ID3D10DepthStencilState
interface ID3D10DepthStencilState
Undocumented in source.
ID3D10DepthStencilView
interface ID3D10DepthStencilView
Undocumented in source.
ID3D10Device
interface ID3D10Device
Undocumented in source.
ID3D10DeviceChild
interface ID3D10DeviceChild
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ID3D10GeometryShader
interface ID3D10GeometryShader
Undocumented in source.
ID3D10InputLayout
interface ID3D10InputLayout
Undocumented in source.
ID3D10Multithread
interface ID3D10Multithread
Undocumented in source.
ID3D10PixelShader
interface ID3D10PixelShader
Undocumented in source.
ID3D10Predicate
interface ID3D10Predicate
Undocumented in source.
ID3D10Query
interface ID3D10Query
Undocumented in source.
ID3D10RasterizerState
interface ID3D10RasterizerState
Undocumented in source.
ID3D10RenderTargetView
interface ID3D10RenderTargetView
Undocumented in source.
ID3D10Resource
interface ID3D10Resource
Undocumented in source.
ID3D10SamplerState
interface ID3D10SamplerState
Undocumented in source.
ID3D10ShaderResourceView
interface ID3D10ShaderResourceView
Undocumented in source.
ID3D10Texture1D
interface ID3D10Texture1D
Undocumented in source.
ID3D10Texture2D
interface ID3D10Texture2D
Undocumented in source.
ID3D10Texture3D
interface ID3D10Texture3D
Undocumented in source.
ID3D10VertexShader
interface ID3D10VertexShader
Undocumented in source.
ID3D10View
interface ID3D10View
Undocumented in source.

Structs

D3D10_BLEND_DESC
struct D3D10_BLEND_DESC
Undocumented in source.
D3D10_BOX
struct D3D10_BOX
Undocumented in source.
D3D10_BUFFER_DESC
struct D3D10_BUFFER_DESC
Undocumented in source.
D3D10_BUFFER_RTV
struct D3D10_BUFFER_RTV
Undocumented in source.
D3D10_BUFFER_SRV
struct D3D10_BUFFER_SRV
Undocumented in source.
D3D10_COUNTER_DESC
struct D3D10_COUNTER_DESC
Undocumented in source.
D3D10_COUNTER_INFO
struct D3D10_COUNTER_INFO
Undocumented in source.
D3D10_DEPTH_STENCILOP_DESC
struct D3D10_DEPTH_STENCILOP_DESC
Undocumented in source.
D3D10_DEPTH_STENCIL_DESC
struct D3D10_DEPTH_STENCIL_DESC
Undocumented in source.
D3D10_DEPTH_STENCIL_VIEW_DESC
struct D3D10_DEPTH_STENCIL_VIEW_DESC
Undocumented in source.
D3D10_INPUT_ELEMENT_DESC
struct D3D10_INPUT_ELEMENT_DESC
Undocumented in source.
D3D10_MAPPED_TEXTURE2D
struct D3D10_MAPPED_TEXTURE2D
Undocumented in source.
D3D10_MAPPED_TEXTURE3D
struct D3D10_MAPPED_TEXTURE3D
Undocumented in source.
D3D10_QUERY_DATA_PIPELINE_STATISTICS
struct D3D10_QUERY_DATA_PIPELINE_STATISTICS
Undocumented in source.
D3D10_QUERY_DATA_SO_STATISTICS
struct D3D10_QUERY_DATA_SO_STATISTICS
Undocumented in source.
D3D10_QUERY_DATA_TIMESTAMP_DISJOINT
struct D3D10_QUERY_DATA_TIMESTAMP_DISJOINT
Undocumented in source.
D3D10_QUERY_DESC
struct D3D10_QUERY_DESC
Undocumented in source.
D3D10_RASTERIZER_DESC
struct D3D10_RASTERIZER_DESC
Undocumented in source.
D3D10_RENDER_TARGET_VIEW_DESC
struct D3D10_RENDER_TARGET_VIEW_DESC
Undocumented in source.
D3D10_SAMPLER_DESC
struct D3D10_SAMPLER_DESC
Undocumented in source.
D3D10_SHADER_RESOURCE_VIEW_DESC
struct D3D10_SHADER_RESOURCE_VIEW_DESC
Undocumented in source.
D3D10_SO_DECLARATION_ENTRY
struct D3D10_SO_DECLARATION_ENTRY
Undocumented in source.
D3D10_SUBRESOURCE_DATA
struct D3D10_SUBRESOURCE_DATA
Undocumented in source.
D3D10_TEX1D_ARRAY_DSV
struct D3D10_TEX1D_ARRAY_DSV
Undocumented in source.
D3D10_TEX1D_ARRAY_RTV
struct D3D10_TEX1D_ARRAY_RTV
Undocumented in source.
D3D10_TEX1D_ARRAY_SRV
struct D3D10_TEX1D_ARRAY_SRV
Undocumented in source.
D3D10_TEX1D_DSV
struct D3D10_TEX1D_DSV
Undocumented in source.
D3D10_TEX1D_RTV
struct D3D10_TEX1D_RTV
Undocumented in source.
D3D10_TEX1D_SRV
struct D3D10_TEX1D_SRV
Undocumented in source.
D3D10_TEX2DMS_ARRAY_DSV
struct D3D10_TEX2DMS_ARRAY_DSV
Undocumented in source.
D3D10_TEX2DMS_ARRAY_RTV
struct D3D10_TEX2DMS_ARRAY_RTV
Undocumented in source.
D3D10_TEX2DMS_ARRAY_SRV
struct D3D10_TEX2DMS_ARRAY_SRV
Undocumented in source.
D3D10_TEX2DMS_DSV
struct D3D10_TEX2DMS_DSV
Undocumented in source.
D3D10_TEX2DMS_RTV
struct D3D10_TEX2DMS_RTV
Undocumented in source.
D3D10_TEX2DMS_SRV
struct D3D10_TEX2DMS_SRV
Undocumented in source.
D3D10_TEX2D_ARRAY_DSV
struct D3D10_TEX2D_ARRAY_DSV
Undocumented in source.
D3D10_TEX2D_ARRAY_RTV
struct D3D10_TEX2D_ARRAY_RTV
Undocumented in source.
D3D10_TEX2D_ARRAY_SRV
struct D3D10_TEX2D_ARRAY_SRV
Undocumented in source.
D3D10_TEX2D_DSV
struct D3D10_TEX2D_DSV
Undocumented in source.
D3D10_TEX2D_RTV
struct D3D10_TEX2D_RTV
Undocumented in source.
D3D10_TEX2D_SRV
struct D3D10_TEX2D_SRV
Undocumented in source.
D3D10_TEX3D_RTV
struct D3D10_TEX3D_RTV
Undocumented in source.
D3D10_TEX3D_SRV
struct D3D10_TEX3D_SRV
Undocumented in source.
D3D10_TEXCUBE_SRV
struct D3D10_TEXCUBE_SRV
Undocumented in source.
D3D10_TEXTURE1D_DESC
struct D3D10_TEXTURE1D_DESC
Undocumented in source.
D3D10_TEXTURE2D_DESC
struct D3D10_TEXTURE2D_DESC
Undocumented in source.
D3D10_TEXTURE3D_DESC
struct D3D10_TEXTURE3D_DESC
Undocumented in source.
D3D10_VIEWPORT
struct D3D10_VIEWPORT
Undocumented in source.

Variables

D3D10_16BIT_INDEX_STRIP_CUT_VALUE
auto D3D10_16BIT_INDEX_STRIP_CUT_VALUE;
Undocumented in source.
D3D10_32BIT_INDEX_STRIP_CUT_VALUE
auto D3D10_32BIT_INDEX_STRIP_CUT_VALUE;
Undocumented in source.
D3D10_8BIT_INDEX_STRIP_CUT_VALUE
auto D3D10_8BIT_INDEX_STRIP_CUT_VALUE;
Undocumented in source.
D3D10_ANISOTROPIC_FILTERING_BIT
auto D3D10_ANISOTROPIC_FILTERING_BIT;
Undocumented in source.
D3D10_APPEND_ALIGNED_ELEMENT
auto D3D10_APPEND_ALIGNED_ELEMENT;
Undocumented in source.
D3D10_ARRAY_AXIS_ADDRESS_RANGE_BIT_COUNT
auto D3D10_ARRAY_AXIS_ADDRESS_RANGE_BIT_COUNT;
Undocumented in source.
D3D10_CLIP_OR_CULL_DISTANCE_COUNT
auto D3D10_CLIP_OR_CULL_DISTANCE_COUNT;
Undocumented in source.
D3D10_CLIP_OR_CULL_DISTANCE_ELEMENT_COUNT
auto D3D10_CLIP_OR_CULL_DISTANCE_ELEMENT_COUNT;
Undocumented in source.
D3D10_COMMONSHADER_CONSTANT_BUFFER_API_SLOT_COUNT
auto D3D10_COMMONSHADER_CONSTANT_BUFFER_API_SLOT_COUNT;
Undocumented in source.
D3D10_COMMONSHADER_CONSTANT_BUFFER_COMPONENTS
auto D3D10_COMMONSHADER_CONSTANT_BUFFER_COMPONENTS;
Undocumented in source.
D3D10_COMMONSHADER_CONSTANT_BUFFER_COMPONENT_BIT_COUNT
auto D3D10_COMMONSHADER_CONSTANT_BUFFER_COMPONENT_BIT_COUNT;
Undocumented in source.
D3D10_COMMONSHADER_CONSTANT_BUFFER_HW_SLOT_COUNT
auto D3D10_COMMONSHADER_CONSTANT_BUFFER_HW_SLOT_COUNT;
Undocumented in source.
D3D10_COMMONSHADER_CONSTANT_BUFFER_REGISTER_COMPONENTS
auto D3D10_COMMONSHADER_CONSTANT_BUFFER_REGISTER_COMPONENTS;
Undocumented in source.
D3D10_COMMONSHADER_CONSTANT_BUFFER_REGISTER_COUNT
auto D3D10_COMMONSHADER_CONSTANT_BUFFER_REGISTER_COUNT;
Undocumented in source.
D3D10_COMMONSHADER_CONSTANT_BUFFER_REGISTER_READS_PER_INST
auto D3D10_COMMONSHADER_CONSTANT_BUFFER_REGISTER_READS_PER_INST;
Undocumented in source.
D3D10_COMMONSHADER_CONSTANT_BUFFER_REGISTER_READ_PORTS
auto D3D10_COMMONSHADER_CONSTANT_BUFFER_REGISTER_READ_PORTS;
Undocumented in source.
D3D10_COMMONSHADER_FLOWCONTROL_NESTING_LIMIT
auto D3D10_COMMONSHADER_FLOWCONTROL_NESTING_LIMIT;
Undocumented in source.
D3D10_COMMONSHADER_IMMEDIATE_CONSTANT_BUFFER_REGISTER_COMPONENTS
auto D3D10_COMMONSHADER_IMMEDIATE_CONSTANT_BUFFER_REGISTER_COMPONENTS;
Undocumented in source.
D3D10_COMMONSHADER_IMMEDIATE_CONSTANT_BUFFER_REGISTER_COUNT
auto D3D10_COMMONSHADER_IMMEDIATE_CONSTANT_BUFFER_REGISTER_COUNT;
Undocumented in source.
D3D10_COMMONSHADER_IMMEDIATE_CONSTANT_BUFFER_REGISTER_READS_PER_INST
auto D3D10_COMMONSHADER_IMMEDIATE_CONSTANT_BUFFER_REGISTER_READS_PER_INST;
Undocumented in source.
D3D10_COMMONSHADER_IMMEDIATE_CONSTANT_BUFFER_REGISTER_READ_PORTS
auto D3D10_COMMONSHADER_IMMEDIATE_CONSTANT_BUFFER_REGISTER_READ_PORTS;
Undocumented in source.
D3D10_COMMONSHADER_IMMEDIATE_VALUE_COMPONENT_BIT_COUNT
auto D3D10_COMMONSHADER_IMMEDIATE_VALUE_COMPONENT_BIT_COUNT;
Undocumented in source.
D3D10_COMMONSHADER_INPUT_RESOURCE_REGISTER_COMPONENTS
auto D3D10_COMMONSHADER_INPUT_RESOURCE_REGISTER_COMPONENTS;
Undocumented in source.
D3D10_COMMONSHADER_INPUT_RESOURCE_REGISTER_COUNT
auto D3D10_COMMONSHADER_INPUT_RESOURCE_REGISTER_COUNT;
Undocumented in source.
D3D10_COMMONSHADER_INPUT_RESOURCE_REGISTER_READS_PER_INST
auto D3D10_COMMONSHADER_INPUT_RESOURCE_REGISTER_READS_PER_INST;
Undocumented in source.
D3D10_COMMONSHADER_INPUT_RESOURCE_REGISTER_READ_PORTS
auto D3D10_COMMONSHADER_INPUT_RESOURCE_REGISTER_READ_PORTS;
Undocumented in source.
D3D10_COMMONSHADER_INPUT_RESOURCE_SLOT_COUNT
auto D3D10_COMMONSHADER_INPUT_RESOURCE_SLOT_COUNT;
Undocumented in source.
D3D10_COMMONSHADER_SAMPLER_REGISTER_COMPONENTS
auto D3D10_COMMONSHADER_SAMPLER_REGISTER_COMPONENTS;
Undocumented in source.
D3D10_COMMONSHADER_SAMPLER_REGISTER_COUNT
auto D3D10_COMMONSHADER_SAMPLER_REGISTER_COUNT;
Undocumented in source.
D3D10_COMMONSHADER_SAMPLER_REGISTER_READS_PER_INST
auto D3D10_COMMONSHADER_SAMPLER_REGISTER_READS_PER_INST;
Undocumented in source.
D3D10_COMMONSHADER_SAMPLER_REGISTER_READ_PORTS
auto D3D10_COMMONSHADER_SAMPLER_REGISTER_READ_PORTS;
Undocumented in source.
D3D10_COMMONSHADER_SAMPLER_SLOT_COUNT
auto D3D10_COMMONSHADER_SAMPLER_SLOT_COUNT;
Undocumented in source.
D3D10_COMMONSHADER_SUBROUTINE_NESTING_LIMIT
auto D3D10_COMMONSHADER_SUBROUTINE_NESTING_LIMIT;
Undocumented in source.
D3D10_COMMONSHADER_TEMP_REGISTER_COMPONENTS
auto D3D10_COMMONSHADER_TEMP_REGISTER_COMPONENTS;
Undocumented in source.
D3D10_COMMONSHADER_TEMP_REGISTER_COMPONENT_BIT_COUNT
auto D3D10_COMMONSHADER_TEMP_REGISTER_COMPONENT_BIT_COUNT;
Undocumented in source.
D3D10_COMMONSHADER_TEMP_REGISTER_COUNT
auto D3D10_COMMONSHADER_TEMP_REGISTER_COUNT;
Undocumented in source.
D3D10_COMMONSHADER_TEMP_REGISTER_READS_PER_INST
auto D3D10_COMMONSHADER_TEMP_REGISTER_READS_PER_INST;
Undocumented in source.
D3D10_COMMONSHADER_TEMP_REGISTER_READ_PORTS
auto D3D10_COMMONSHADER_TEMP_REGISTER_READ_PORTS;
Undocumented in source.
D3D10_COMMONSHADER_TEXCOORD_RANGE_REDUCTION_MAX
auto D3D10_COMMONSHADER_TEXCOORD_RANGE_REDUCTION_MAX;
Undocumented in source.
D3D10_COMMONSHADER_TEXCOORD_RANGE_REDUCTION_MIN
auto D3D10_COMMONSHADER_TEXCOORD_RANGE_REDUCTION_MIN;
Undocumented in source.
D3D10_COMMONSHADER_TEXEL_OFFSET_MAX_NEGATIVE
auto D3D10_COMMONSHADER_TEXEL_OFFSET_MAX_NEGATIVE;
Undocumented in source.
D3D10_COMMONSHADER_TEXEL_OFFSET_MAX_POSITIVE
auto D3D10_COMMONSHADER_TEXEL_OFFSET_MAX_POSITIVE;
Undocumented in source.
D3D10_COMPARISON_FILTERING_BIT
auto D3D10_COMPARISON_FILTERING_BIT;
Undocumented in source.
D3D10_DEFAULT_BLEND_FACTOR_ALPHA
auto D3D10_DEFAULT_BLEND_FACTOR_ALPHA;
Undocumented in source.
D3D10_DEFAULT_BLEND_FACTOR_BLUE
auto D3D10_DEFAULT_BLEND_FACTOR_BLUE;
Undocumented in source.
D3D10_DEFAULT_BLEND_FACTOR_GREEN
auto D3D10_DEFAULT_BLEND_FACTOR_GREEN;
Undocumented in source.
D3D10_DEFAULT_BLEND_FACTOR_RED
auto D3D10_DEFAULT_BLEND_FACTOR_RED;
Undocumented in source.
D3D10_DEFAULT_BORDER_COLOR_COMPONENT
auto D3D10_DEFAULT_BORDER_COLOR_COMPONENT;
Undocumented in source.
D3D10_DEFAULT_DEPTH_BIAS
auto D3D10_DEFAULT_DEPTH_BIAS;
Undocumented in source.
D3D10_DEFAULT_DEPTH_BIAS_CLAMP
auto D3D10_DEFAULT_DEPTH_BIAS_CLAMP;
Undocumented in source.
D3D10_DEFAULT_MAX_ANISOTROPY
auto D3D10_DEFAULT_MAX_ANISOTROPY;
Undocumented in source.
D3D10_DEFAULT_MIP_LOD_BIAS
auto D3D10_DEFAULT_MIP_LOD_BIAS;
Undocumented in source.
D3D10_DEFAULT_RENDER_TARGET_ARRAY_INDEX
auto D3D10_DEFAULT_RENDER_TARGET_ARRAY_INDEX;
Undocumented in source.
D3D10_DEFAULT_SAMPLE_MASK
auto D3D10_DEFAULT_SAMPLE_MASK;
Undocumented in source.
D3D10_DEFAULT_SCISSOR_ENDX
auto D3D10_DEFAULT_SCISSOR_ENDX;
Undocumented in source.
D3D10_DEFAULT_SCISSOR_ENDY
auto D3D10_DEFAULT_SCISSOR_ENDY;
Undocumented in source.
D3D10_DEFAULT_SCISSOR_STARTX
auto D3D10_DEFAULT_SCISSOR_STARTX;
Undocumented in source.
D3D10_DEFAULT_SCISSOR_STARTY
auto D3D10_DEFAULT_SCISSOR_STARTY;
Undocumented in source.
D3D10_DEFAULT_SLOPE_SCALED_DEPTH_BIAS
auto D3D10_DEFAULT_SLOPE_SCALED_DEPTH_BIAS;
Undocumented in source.
D3D10_DEFAULT_STENCIL_READ_MASK
auto D3D10_DEFAULT_STENCIL_READ_MASK;
Undocumented in source.
D3D10_DEFAULT_STENCIL_REFERENCE
auto D3D10_DEFAULT_STENCIL_REFERENCE;
Undocumented in source.
D3D10_DEFAULT_STENCIL_WRITE_MASK
auto D3D10_DEFAULT_STENCIL_WRITE_MASK;
Undocumented in source.
D3D10_DEFAULT_VIEWPORT_AND_SCISSORRECT_INDEX
auto D3D10_DEFAULT_VIEWPORT_AND_SCISSORRECT_INDEX;
Undocumented in source.
D3D10_DEFAULT_VIEWPORT_HEIGHT
auto D3D10_DEFAULT_VIEWPORT_HEIGHT;
Undocumented in source.
D3D10_DEFAULT_VIEWPORT_MAX_DEPTH
auto D3D10_DEFAULT_VIEWPORT_MAX_DEPTH;
Undocumented in source.
D3D10_DEFAULT_VIEWPORT_MIN_DEPTH
auto D3D10_DEFAULT_VIEWPORT_MIN_DEPTH;
Undocumented in source.
D3D10_DEFAULT_VIEWPORT_TOPLEFTX
auto D3D10_DEFAULT_VIEWPORT_TOPLEFTX;
Undocumented in source.
D3D10_DEFAULT_VIEWPORT_TOPLEFTY
auto D3D10_DEFAULT_VIEWPORT_TOPLEFTY;
Undocumented in source.
D3D10_DEFAULT_VIEWPORT_WIDTH
auto D3D10_DEFAULT_VIEWPORT_WIDTH;
Undocumented in source.
D3D10_ERROR_FILE_NOT_FOUND
auto D3D10_ERROR_FILE_NOT_FOUND;
Undocumented in source.
D3D10_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS
auto D3D10_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS;
Undocumented in source.
D3D10_FILTER_TYPE_MASK
auto D3D10_FILTER_TYPE_MASK;
Undocumented in source.
D3D10_FLOAT16_FUSED_TOLERANCE_IN_ULP
auto D3D10_FLOAT16_FUSED_TOLERANCE_IN_ULP;
Undocumented in source.
D3D10_FLOAT32_MAX
auto D3D10_FLOAT32_MAX;
Undocumented in source.
D3D10_FLOAT32_TO_INTEGER_TOLERANCE_IN_ULP
auto D3D10_FLOAT32_TO_INTEGER_TOLERANCE_IN_ULP;
Undocumented in source.
D3D10_FLOAT_TO_SRGB_EXPONENT_DENOMINATOR
auto D3D10_FLOAT_TO_SRGB_EXPONENT_DENOMINATOR;
Undocumented in source.
D3D10_FLOAT_TO_SRGB_EXPONENT_NUMERATOR
auto D3D10_FLOAT_TO_SRGB_EXPONENT_NUMERATOR;
Undocumented in source.
D3D10_FLOAT_TO_SRGB_OFFSET
auto D3D10_FLOAT_TO_SRGB_OFFSET;
Undocumented in source.
D3D10_FLOAT_TO_SRGB_SCALE_1
auto D3D10_FLOAT_TO_SRGB_SCALE_1;
Undocumented in source.
D3D10_FLOAT_TO_SRGB_SCALE_2
auto D3D10_FLOAT_TO_SRGB_SCALE_2;
Undocumented in source.
D3D10_FLOAT_TO_SRGB_THRESHOLD
auto D3D10_FLOAT_TO_SRGB_THRESHOLD;
Undocumented in source.
D3D10_FTOI_INSTRUCTION_MAX_INPUT
auto D3D10_FTOI_INSTRUCTION_MAX_INPUT;
Undocumented in source.
D3D10_FTOI_INSTRUCTION_MIN_INPUT
auto D3D10_FTOI_INSTRUCTION_MIN_INPUT;
Undocumented in source.
D3D10_FTOU_INSTRUCTION_MAX_INPUT
auto D3D10_FTOU_INSTRUCTION_MAX_INPUT;
Undocumented in source.
D3D10_FTOU_INSTRUCTION_MIN_INPUT
auto D3D10_FTOU_INSTRUCTION_MIN_INPUT;
Undocumented in source.
D3D10_GS_INPUT_PRIM_CONST_REGISTER_COMPONENTS
auto D3D10_GS_INPUT_PRIM_CONST_REGISTER_COMPONENTS;
Undocumented in source.
D3D10_GS_INPUT_PRIM_CONST_REGISTER_COMPONENT_BIT_COUNT
auto D3D10_GS_INPUT_PRIM_CONST_REGISTER_COMPONENT_BIT_COUNT;
Undocumented in source.
D3D10_GS_INPUT_PRIM_CONST_REGISTER_COUNT
auto D3D10_GS_INPUT_PRIM_CONST_REGISTER_COUNT;
Undocumented in source.
D3D10_GS_INPUT_PRIM_CONST_REGISTER_READS_PER_INST
auto D3D10_GS_INPUT_PRIM_CONST_REGISTER_READS_PER_INST;
Undocumented in source.
D3D10_GS_INPUT_PRIM_CONST_REGISTER_READ_PORTS
auto D3D10_GS_INPUT_PRIM_CONST_REGISTER_READ_PORTS;
Undocumented in source.
D3D10_GS_INPUT_REGISTER_COMPONENTS
auto D3D10_GS_INPUT_REGISTER_COMPONENTS;
Undocumented in source.
D3D10_GS_INPUT_REGISTER_COMPONENT_BIT_COUNT
auto D3D10_GS_INPUT_REGISTER_COMPONENT_BIT_COUNT;
Undocumented in source.
D3D10_GS_INPUT_REGISTER_COUNT
auto D3D10_GS_INPUT_REGISTER_COUNT;
Undocumented in source.
D3D10_GS_INPUT_REGISTER_READS_PER_INST
auto D3D10_GS_INPUT_REGISTER_READS_PER_INST;
Undocumented in source.
D3D10_GS_INPUT_REGISTER_READ_PORTS
auto D3D10_GS_INPUT_REGISTER_READ_PORTS;
Undocumented in source.
D3D10_GS_INPUT_REGISTER_VERTICES
auto D3D10_GS_INPUT_REGISTER_VERTICES;
Undocumented in source.
D3D10_GS_OUTPUT_ELEMENTS
auto D3D10_GS_OUTPUT_ELEMENTS;
Undocumented in source.
D3D10_GS_OUTPUT_REGISTER_COMPONENTS
auto D3D10_GS_OUTPUT_REGISTER_COMPONENTS;
Undocumented in source.
D3D10_GS_OUTPUT_REGISTER_COMPONENT_BIT_COUNT
auto D3D10_GS_OUTPUT_REGISTER_COMPONENT_BIT_COUNT;
Undocumented in source.
D3D10_GS_OUTPUT_REGISTER_COUNT
auto D3D10_GS_OUTPUT_REGISTER_COUNT;
Undocumented in source.
D3D10_IA_DEFAULT_INDEX_BUFFER_OFFSET_IN_BYTES
auto D3D10_IA_DEFAULT_INDEX_BUFFER_OFFSET_IN_BYTES;
Undocumented in source.
D3D10_IA_DEFAULT_PRIMITIVE_TOPOLOGY
auto D3D10_IA_DEFAULT_PRIMITIVE_TOPOLOGY;
Undocumented in source.
D3D10_IA_DEFAULT_VERTEX_BUFFER_OFFSET_IN_BYTES
auto D3D10_IA_DEFAULT_VERTEX_BUFFER_OFFSET_IN_BYTES;
Undocumented in source.
D3D10_IA_INDEX_INPUT_RESOURCE_SLOT_COUNT
auto D3D10_IA_INDEX_INPUT_RESOURCE_SLOT_COUNT;
Undocumented in source.
D3D10_IA_INSTANCE_ID_BIT_COUNT
auto D3D10_IA_INSTANCE_ID_BIT_COUNT;
Undocumented in source.
D3D10_IA_INTEGER_ARITHMETIC_BIT_COUNT
auto D3D10_IA_INTEGER_ARITHMETIC_BIT_COUNT;
Undocumented in source.
D3D10_IA_PRIMITIVE_ID_BIT_COUNT
auto D3D10_IA_PRIMITIVE_ID_BIT_COUNT;
Undocumented in source.
D3D10_IA_VERTEX_ID_BIT_COUNT
auto D3D10_IA_VERTEX_ID_BIT_COUNT;
Undocumented in source.
D3D10_IA_VERTEX_INPUT_RESOURCE_SLOT_COUNT
auto D3D10_IA_VERTEX_INPUT_RESOURCE_SLOT_COUNT;
Undocumented in source.
D3D10_IA_VERTEX_INPUT_STRUCTURE_ELEMENTS_COMPONENTS
auto D3D10_IA_VERTEX_INPUT_STRUCTURE_ELEMENTS_COMPONENTS;
Undocumented in source.
D3D10_IA_VERTEX_INPUT_STRUCTURE_ELEMENT_COUNT
auto D3D10_IA_VERTEX_INPUT_STRUCTURE_ELEMENT_COUNT;
Undocumented in source.
D3D10_INTEGER_DIVIDE_BY_ZERO_QUOTIENT
auto D3D10_INTEGER_DIVIDE_BY_ZERO_QUOTIENT;
Undocumented in source.
D3D10_INTEGER_DIVIDE_BY_ZERO_REMAINDER
auto D3D10_INTEGER_DIVIDE_BY_ZERO_REMAINDER;
Undocumented in source.
D3D10_LINEAR_GAMMA
auto D3D10_LINEAR_GAMMA;
Undocumented in source.
D3D10_MAG_FILTER_SHIFT
auto D3D10_MAG_FILTER_SHIFT;
Undocumented in source.
D3D10_MAX_BORDER_COLOR_COMPONENT
auto D3D10_MAX_BORDER_COLOR_COMPONENT;
Undocumented in source.
D3D10_MAX_DEPTH
auto D3D10_MAX_DEPTH;
Undocumented in source.
D3D10_MAX_MAXANISOTROPY
auto D3D10_MAX_MAXANISOTROPY;
Undocumented in source.
D3D10_MAX_MULTISAMPLE_SAMPLE_COUNT
auto D3D10_MAX_MULTISAMPLE_SAMPLE_COUNT;
Undocumented in source.
D3D10_MAX_POSITION_VALUE
auto D3D10_MAX_POSITION_VALUE;
Undocumented in source.
D3D10_MAX_TEXTURE_DIMENSION_2_TO_EXP
auto D3D10_MAX_TEXTURE_DIMENSION_2_TO_EXP;
Undocumented in source.
D3D10_MIN_BORDER_COLOR_COMPONENT
auto D3D10_MIN_BORDER_COLOR_COMPONENT;
Undocumented in source.
D3D10_MIN_DEPTH
auto D3D10_MIN_DEPTH;
Undocumented in source.
D3D10_MIN_FILTER_SHIFT
auto D3D10_MIN_FILTER_SHIFT;
Undocumented in source.
D3D10_MIN_MAXANISOTROPY
auto D3D10_MIN_MAXANISOTROPY;
Undocumented in source.
D3D10_MIP_FILTER_SHIFT
auto D3D10_MIP_FILTER_SHIFT;
Undocumented in source.
D3D10_MIP_LOD_BIAS_MAX
auto D3D10_MIP_LOD_BIAS_MAX;
Undocumented in source.
D3D10_MIP_LOD_BIAS_MIN
auto D3D10_MIP_LOD_BIAS_MIN;
Undocumented in source.
D3D10_MIP_LOD_FRACTIONAL_BIT_COUNT
auto D3D10_MIP_LOD_FRACTIONAL_BIT_COUNT;
Undocumented in source.
D3D10_MIP_LOD_RANGE_BIT_COUNT
auto D3D10_MIP_LOD_RANGE_BIT_COUNT;
Undocumented in source.
D3D10_MULTISAMPLE_ANTIALIAS_LINE_WIDTH
auto D3D10_MULTISAMPLE_ANTIALIAS_LINE_WIDTH;
Undocumented in source.
D3D10_NONSAMPLE_FETCH_OUT_OF_RANGE_ACCESS_RESULT
auto D3D10_NONSAMPLE_FETCH_OUT_OF_RANGE_ACCESS_RESULT;
Undocumented in source.
D3D10_PIXEL_ADDRESS_RANGE_BIT_COUNT
auto D3D10_PIXEL_ADDRESS_RANGE_BIT_COUNT;
Undocumented in source.
D3D10_PRE_SCISSOR_PIXEL_ADDRESS_RANGE_BIT_COUNT
auto D3D10_PRE_SCISSOR_PIXEL_ADDRESS_RANGE_BIT_COUNT;
Undocumented in source.
D3D10_PS_FRONTFACING_DEFAULT_VALUE
auto D3D10_PS_FRONTFACING_DEFAULT_VALUE;
Undocumented in source.
D3D10_PS_FRONTFACING_FALSE_VALUE
auto D3D10_PS_FRONTFACING_FALSE_VALUE;
Undocumented in source.
D3D10_PS_FRONTFACING_TRUE_VALUE
auto D3D10_PS_FRONTFACING_TRUE_VALUE;
Undocumented in source.
D3D10_PS_INPUT_REGISTER_COMPONENTS
auto D3D10_PS_INPUT_REGISTER_COMPONENTS;
Undocumented in source.
D3D10_PS_INPUT_REGISTER_COMPONENT_BIT_COUNT
auto D3D10_PS_INPUT_REGISTER_COMPONENT_BIT_COUNT;
Undocumented in source.
D3D10_PS_INPUT_REGISTER_COUNT
auto D3D10_PS_INPUT_REGISTER_COUNT;
Undocumented in source.
D3D10_PS_INPUT_REGISTER_READS_PER_INST
auto D3D10_PS_INPUT_REGISTER_READS_PER_INST;
Undocumented in source.
D3D10_PS_INPUT_REGISTER_READ_PORTS
auto D3D10_PS_INPUT_REGISTER_READ_PORTS;
Undocumented in source.
D3D10_PS_LEGACY_PIXEL_CENTER_FRACTIONAL_COMPONENT
auto D3D10_PS_LEGACY_PIXEL_CENTER_FRACTIONAL_COMPONENT;
Undocumented in source.
D3D10_PS_OUTPUT_DEPTH_REGISTER_COMPONENTS
auto D3D10_PS_OUTPUT_DEPTH_REGISTER_COMPONENTS;
Undocumented in source.
D3D10_PS_OUTPUT_DEPTH_REGISTER_COMPONENT_BIT_COUNT
auto D3D10_PS_OUTPUT_DEPTH_REGISTER_COMPONENT_BIT_COUNT;
Undocumented in source.
D3D10_PS_OUTPUT_DEPTH_REGISTER_COUNT
auto D3D10_PS_OUTPUT_DEPTH_REGISTER_COUNT;
Undocumented in source.
D3D10_PS_OUTPUT_REGISTER_COMPONENTS
auto D3D10_PS_OUTPUT_REGISTER_COMPONENTS;
Undocumented in source.
D3D10_PS_OUTPUT_REGISTER_COMPONENT_BIT_COUNT
auto D3D10_PS_OUTPUT_REGISTER_COMPONENT_BIT_COUNT;
Undocumented in source.
D3D10_PS_OUTPUT_REGISTER_COUNT
auto D3D10_PS_OUTPUT_REGISTER_COUNT;
Undocumented in source.
D3D10_PS_PIXEL_CENTER_FRACTIONAL_COMPONENT
auto D3D10_PS_PIXEL_CENTER_FRACTIONAL_COMPONENT;
Undocumented in source.
D3D10_REQ_BLEND_OBJECT_COUNT_PER_CONTEXT
auto D3D10_REQ_BLEND_OBJECT_COUNT_PER_CONTEXT;
Undocumented in source.
D3D10_REQ_BUFFER_RESOURCE_TEXEL_COUNT_2_TO_EXP
auto D3D10_REQ_BUFFER_RESOURCE_TEXEL_COUNT_2_TO_EXP;
Undocumented in source.
D3D10_REQ_CONSTANT_BUFFER_ELEMENT_COUNT
auto D3D10_REQ_CONSTANT_BUFFER_ELEMENT_COUNT;
Undocumented in source.
D3D10_REQ_DEPTH_STENCIL_OBJECT_COUNT_PER_CONTEXT
auto D3D10_REQ_DEPTH_STENCIL_OBJECT_COUNT_PER_CONTEXT;
Undocumented in source.
D3D10_REQ_DRAWINDEXED_INDEX_COUNT_2_TO_EXP
auto D3D10_REQ_DRAWINDEXED_INDEX_COUNT_2_TO_EXP;
Undocumented in source.
D3D10_REQ_DRAW_VERTEX_COUNT_2_TO_EXP
auto D3D10_REQ_DRAW_VERTEX_COUNT_2_TO_EXP;
Undocumented in source.
D3D10_REQ_FILTERING_HW_ADDRESSABLE_RESOURCE_DIMENSION
auto D3D10_REQ_FILTERING_HW_ADDRESSABLE_RESOURCE_DIMENSION;
Undocumented in source.
D3D10_REQ_GS_INVOCATION_32BIT_OUTPUT_COMPONENT_LIMIT
auto D3D10_REQ_GS_INVOCATION_32BIT_OUTPUT_COMPONENT_LIMIT;
Undocumented in source.
D3D10_REQ_IMMEDIATE_CONSTANT_BUFFER_ELEMENT_COUNT
auto D3D10_REQ_IMMEDIATE_CONSTANT_BUFFER_ELEMENT_COUNT;
Undocumented in source.
D3D10_REQ_MAXANISOTROPY
auto D3D10_REQ_MAXANISOTROPY;
Undocumented in source.
D3D10_REQ_MIP_LEVELS
auto D3D10_REQ_MIP_LEVELS;
Undocumented in source.
D3D10_REQ_MULTI_ELEMENT_STRUCTURE_SIZE_IN_BYTES
auto D3D10_REQ_MULTI_ELEMENT_STRUCTURE_SIZE_IN_BYTES;
Undocumented in source.
D3D10_REQ_RASTERIZER_OBJECT_COUNT_PER_CONTEXT
auto D3D10_REQ_RASTERIZER_OBJECT_COUNT_PER_CONTEXT;
Undocumented in source.
D3D10_REQ_RENDER_TO_BUFFER_WINDOW_WIDTH
auto D3D10_REQ_RENDER_TO_BUFFER_WINDOW_WIDTH;
Undocumented in source.
D3D10_REQ_RESOURCE_SIZE_IN_MEGABYTES
auto D3D10_REQ_RESOURCE_SIZE_IN_MEGABYTES;
Undocumented in source.
D3D10_REQ_RESOURCE_VIEW_COUNT_PER_CONTEXT_2_TO_EXP
auto D3D10_REQ_RESOURCE_VIEW_COUNT_PER_CONTEXT_2_TO_EXP;
Undocumented in source.
D3D10_REQ_SAMPLER_OBJECT_COUNT_PER_CONTEXT
auto D3D10_REQ_SAMPLER_OBJECT_COUNT_PER_CONTEXT;
Undocumented in source.
D3D10_REQ_TEXTURE1D_ARRAY_AXIS_DIMENSION
auto D3D10_REQ_TEXTURE1D_ARRAY_AXIS_DIMENSION;
Undocumented in source.
D3D10_REQ_TEXTURE1D_U_DIMENSION
auto D3D10_REQ_TEXTURE1D_U_DIMENSION;
Undocumented in source.
D3D10_REQ_TEXTURE2D_ARRAY_AXIS_DIMENSION
auto D3D10_REQ_TEXTURE2D_ARRAY_AXIS_DIMENSION;
Undocumented in source.
D3D10_REQ_TEXTURE2D_U_OR_V_DIMENSION
auto D3D10_REQ_TEXTURE2D_U_OR_V_DIMENSION;
Undocumented in source.
D3D10_REQ_TEXTURE3D_U_V_OR_W_DIMENSION
auto D3D10_REQ_TEXTURE3D_U_V_OR_W_DIMENSION;
Undocumented in source.
D3D10_REQ_TEXTURECUBE_DIMENSION
auto D3D10_REQ_TEXTURECUBE_DIMENSION;
Undocumented in source.
D3D10_RESINFO_INSTRUCTION_MISSING_COMPONENT_RETVAL
auto D3D10_RESINFO_INSTRUCTION_MISSING_COMPONENT_RETVAL;
Undocumented in source.
D3D10_SDK_VERSION
auto D3D10_SDK_VERSION;
Undocumented in source.
D3D10_SHADER_MAJOR_VERSION
auto D3D10_SHADER_MAJOR_VERSION;
Undocumented in source.
D3D10_SHADER_MINOR_VERSION
auto D3D10_SHADER_MINOR_VERSION;
Undocumented in source.
D3D10_SHIFT_INSTRUCTION_PAD_VALUE
auto D3D10_SHIFT_INSTRUCTION_PAD_VALUE;
Undocumented in source.
D3D10_SHIFT_INSTRUCTION_SHIFT_VALUE_BIT_COUNT
auto D3D10_SHIFT_INSTRUCTION_SHIFT_VALUE_BIT_COUNT;
Undocumented in source.
D3D10_SIMULTANEOUS_RENDER_TARGET_COUNT
auto D3D10_SIMULTANEOUS_RENDER_TARGET_COUNT;
Undocumented in source.
D3D10_SO_BUFFER_MAX_STRIDE_IN_BYTES
auto D3D10_SO_BUFFER_MAX_STRIDE_IN_BYTES;
Undocumented in source.
D3D10_SO_BUFFER_MAX_WRITE_WINDOW_IN_BYTES
auto D3D10_SO_BUFFER_MAX_WRITE_WINDOW_IN_BYTES;
Undocumented in source.
D3D10_SO_BUFFER_SLOT_COUNT
auto D3D10_SO_BUFFER_SLOT_COUNT;
Undocumented in source.
D3D10_SO_DDI_REGISTER_INDEX_DENOTING_GAP
auto D3D10_SO_DDI_REGISTER_INDEX_DENOTING_GAP;
Undocumented in source.
D3D10_SO_MULTIPLE_BUFFER_ELEMENTS_PER_BUFFER
auto D3D10_SO_MULTIPLE_BUFFER_ELEMENTS_PER_BUFFER;
Undocumented in source.
D3D10_SO_SINGLE_BUFFER_COMPONENT_LIMIT
auto D3D10_SO_SINGLE_BUFFER_COMPONENT_LIMIT;
Undocumented in source.
D3D10_SRGB_GAMMA
auto D3D10_SRGB_GAMMA;
Undocumented in source.
D3D10_SRGB_TO_FLOAT_DENOMINATOR_1
auto D3D10_SRGB_TO_FLOAT_DENOMINATOR_1;
Undocumented in source.
D3D10_SRGB_TO_FLOAT_DENOMINATOR_2
auto D3D10_SRGB_TO_FLOAT_DENOMINATOR_2;
Undocumented in source.
D3D10_SRGB_TO_FLOAT_EXPONENT
auto D3D10_SRGB_TO_FLOAT_EXPONENT;
Undocumented in source.
D3D10_SRGB_TO_FLOAT_OFFSET
auto D3D10_SRGB_TO_FLOAT_OFFSET;
Undocumented in source.
D3D10_SRGB_TO_FLOAT_THRESHOLD
auto D3D10_SRGB_TO_FLOAT_THRESHOLD;
Undocumented in source.
D3D10_SRGB_TO_FLOAT_TOLERANCE_IN_ULP
auto D3D10_SRGB_TO_FLOAT_TOLERANCE_IN_ULP;
Undocumented in source.
D3D10_STANDARD_COMPONENT_BIT_COUNT
auto D3D10_STANDARD_COMPONENT_BIT_COUNT;
Undocumented in source.
D3D10_STANDARD_COMPONENT_BIT_COUNT_DOUBLED
auto D3D10_STANDARD_COMPONENT_BIT_COUNT_DOUBLED;
Undocumented in source.
D3D10_STANDARD_MAXIMUM_ELEMENT_ALIGNMENT_BYTE_MULTIPLE
auto D3D10_STANDARD_MAXIMUM_ELEMENT_ALIGNMENT_BYTE_MULTIPLE;
Undocumented in source.
D3D10_STANDARD_PIXEL_COMPONENT_COUNT
auto D3D10_STANDARD_PIXEL_COMPONENT_COUNT;
Undocumented in source.
D3D10_STANDARD_PIXEL_ELEMENT_COUNT
auto D3D10_STANDARD_PIXEL_ELEMENT_COUNT;
Undocumented in source.
D3D10_STANDARD_VECTOR_SIZE
auto D3D10_STANDARD_VECTOR_SIZE;
Undocumented in source.
D3D10_STANDARD_VERTEX_ELEMENT_COUNT
auto D3D10_STANDARD_VERTEX_ELEMENT_COUNT;
Undocumented in source.
D3D10_STANDARD_VERTEX_TOTAL_COMPONENT_COUNT
auto D3D10_STANDARD_VERTEX_TOTAL_COMPONENT_COUNT;
Undocumented in source.
D3D10_SUBPIXEL_FRACTIONAL_BIT_COUNT
auto D3D10_SUBPIXEL_FRACTIONAL_BIT_COUNT;
Undocumented in source.
D3D10_SUBTEXEL_FRACTIONAL_BIT_COUNT
auto D3D10_SUBTEXEL_FRACTIONAL_BIT_COUNT;
Undocumented in source.
D3D10_TEXEL_ADDRESS_RANGE_BIT_COUNT
auto D3D10_TEXEL_ADDRESS_RANGE_BIT_COUNT;
Undocumented in source.
D3D10_TEXT_1BIT_BIT
auto D3D10_TEXT_1BIT_BIT;
Undocumented in source.
D3D10_UNBOUND_MEMORY_ACCESS_RESULT
auto D3D10_UNBOUND_MEMORY_ACCESS_RESULT;
Undocumented in source.
D3D10_VIEWPORT_AND_SCISSORRECT_MAX_INDEX
auto D3D10_VIEWPORT_AND_SCISSORRECT_MAX_INDEX;
Undocumented in source.
D3D10_VIEWPORT_AND_SCISSORRECT_OBJECT_COUNT_PER_PIPELINE
auto D3D10_VIEWPORT_AND_SCISSORRECT_OBJECT_COUNT_PER_PIPELINE;
Undocumented in source.
D3D10_VIEWPORT_BOUNDS_MAX
auto D3D10_VIEWPORT_BOUNDS_MAX;
Undocumented in source.
D3D10_VIEWPORT_BOUNDS_MIN
auto D3D10_VIEWPORT_BOUNDS_MIN;
Undocumented in source.
D3D10_VS_INPUT_REGISTER_COMPONENTS
auto D3D10_VS_INPUT_REGISTER_COMPONENTS;
Undocumented in source.
D3D10_VS_INPUT_REGISTER_COMPONENT_BIT_COUNT
auto D3D10_VS_INPUT_REGISTER_COMPONENT_BIT_COUNT;
Undocumented in source.
D3D10_VS_INPUT_REGISTER_COUNT
auto D3D10_VS_INPUT_REGISTER_COUNT;
Undocumented in source.
D3D10_VS_INPUT_REGISTER_READS_PER_INST
auto D3D10_VS_INPUT_REGISTER_READS_PER_INST;
Undocumented in source.
D3D10_VS_INPUT_REGISTER_READ_PORTS
auto D3D10_VS_INPUT_REGISTER_READ_PORTS;
Undocumented in source.
D3D10_VS_OUTPUT_REGISTER_COMPONENTS
auto D3D10_VS_OUTPUT_REGISTER_COMPONENTS;
Undocumented in source.
D3D10_VS_OUTPUT_REGISTER_COMPONENT_BIT_COUNT
auto D3D10_VS_OUTPUT_REGISTER_COMPONENT_BIT_COUNT;
Undocumented in source.
D3D10_VS_OUTPUT_REGISTER_COUNT
auto D3D10_VS_OUTPUT_REGISTER_COUNT;
Undocumented in source.
D3D10_WHQL_CONTEXT_COUNT_FOR_RESOURCE_LIMIT
auto D3D10_WHQL_CONTEXT_COUNT_FOR_RESOURCE_LIMIT;
Undocumented in source.
D3D10_WHQL_DRAWINDEXED_INDEX_COUNT_2_TO_EXP
auto D3D10_WHQL_DRAWINDEXED_INDEX_COUNT_2_TO_EXP;
Undocumented in source.
D3D10_WHQL_DRAW_VERTEX_COUNT_2_TO_EXP
auto D3D10_WHQL_DRAW_VERTEX_COUNT_2_TO_EXP;
Undocumented in source.
D3D_MAJOR_VERSION
auto D3D_MAJOR_VERSION;
Undocumented in source.
D3D_MINOR_VERSION
auto D3D_MINOR_VERSION;
Undocumented in source.
D3D_SPEC_DATE_DAY
auto D3D_SPEC_DATE_DAY;
Undocumented in source.
D3D_SPEC_DATE_MONTH
auto D3D_SPEC_DATE_MONTH;
Undocumented in source.
D3D_SPEC_DATE_YEAR
auto D3D_SPEC_DATE_YEAR;
Undocumented in source.
D3D_SPEC_VERSION
auto D3D_SPEC_VERSION;
Undocumented in source.
IID_ID3D10Asynchronous
GUID IID_ID3D10Asynchronous;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IID_ID3D10BlendState
GUID IID_ID3D10BlendState;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IID_ID3D10Buffer
GUID IID_ID3D10Buffer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IID_ID3D10Counter
GUID IID_ID3D10Counter;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IID_ID3D10DepthStencilState
GUID IID_ID3D10DepthStencilState;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IID_ID3D10DepthStencilView
GUID IID_ID3D10DepthStencilView;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IID_ID3D10Device
GUID IID_ID3D10Device;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IID_ID3D10DeviceChild
GUID IID_ID3D10DeviceChild;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IID_ID3D10GeometryShader
GUID IID_ID3D10GeometryShader;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IID_ID3D10InputLayout
GUID IID_ID3D10InputLayout;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IID_ID3D10Multithread
GUID IID_ID3D10Multithread;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IID_ID3D10PixelShader
GUID IID_ID3D10PixelShader;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IID_ID3D10Predicate
GUID IID_ID3D10Predicate;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IID_ID3D10Query
GUID IID_ID3D10Query;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IID_ID3D10RasterizerState
GUID IID_ID3D10RasterizerState;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IID_ID3D10RenderTargetView
GUID IID_ID3D10RenderTargetView;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IID_ID3D10Resource
GUID IID_ID3D10Resource;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IID_ID3D10SamplerState
GUID IID_ID3D10SamplerState;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IID_ID3D10ShaderResourceView
GUID IID_ID3D10ShaderResourceView;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IID_ID3D10Texture1D
GUID IID_ID3D10Texture1D;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IID_ID3D10Texture2D
GUID IID_ID3D10Texture2D;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IID_ID3D10Texture3D
GUID IID_ID3D10Texture3D;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IID_ID3D10VertexShader
GUID IID_ID3D10VertexShader;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IID_ID3D10View
GUID IID_ID3D10View;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_FACD3D10
auto _FACD3D10;
Undocumented in source.
_FACD3D10DEBUG
auto _FACD3D10DEBUG;
Undocumented in source.

Meta