19301 lines
1.3 MiB
19301 lines
1.3 MiB
<?xml version="1.0"?>
|
|
<doc>
|
|
<assembly>
|
|
<name>SharpDX.Direct3D11</name>
|
|
</assembly>
|
|
<members>
|
|
<member name="T:SharpDX.Direct3D11.BlendState">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11BlendState']/*"/>
|
|
<unmanaged>ID3D11BlendState</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DeviceChild">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceChild']/*"/>
|
|
<unmanaged>ID3D11DeviceChild</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceChild.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.DeviceChild"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceChild.GetDevice(SharpDX.Direct3D11.Device@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="deviceOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceChild::GetDevice']/*"/>
|
|
<unmanaged>void ID3D11DeviceChild::GetDevice([Out] ID3D11Device** ppDevice)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceChild.GetPrivateData(System.Guid,System.Int32@,System.IntPtr)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="guid">No documentation.</param>
|
|
<param name="dataSizeRef">No documentation.</param>
|
|
<param name="dataRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceChild::GetPrivateData']/*"/>
|
|
<unmanaged>HRESULT ID3D11DeviceChild::GetPrivateData([In] const GUID& guid,[InOut] unsigned int* pDataSize,[Out, Buffer, Optional] void* pData)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceChild.SetPrivateData(System.Guid,System.Int32,System.IntPtr)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="guid">No documentation.</param>
|
|
<param name="dataSize">No documentation.</param>
|
|
<param name="dataRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceChild::SetPrivateData']/*"/>
|
|
<unmanaged>HRESULT ID3D11DeviceChild::SetPrivateData([In] const GUID& guid,[In] unsigned int DataSize,[In, Buffer, Optional] const void* pData)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceChild.SetPrivateDataInterface(System.Guid,SharpDX.ComObject)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="guid">No documentation.</param>
|
|
<param name="dataRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceChild::SetPrivateDataInterface']/*"/>
|
|
<unmanaged>HRESULT ID3D11DeviceChild::SetPrivateDataInterface([In] const GUID& guid,[In, Optional] const IUnknown* pData)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.DeviceChild.Device">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceChild::GetDevice']/*"/>
|
|
<unmanaged>GetDevice</unmanaged>
|
|
<unmanaged>void ID3D11DeviceChild::GetDevice([Out] ID3D11Device** ppDevice)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.BlendState.#ctor(SharpDX.Direct3D11.Device,SharpDX.Direct3D11.BlendStateDescription)">
|
|
<summary>
|
|
Constructs a new <see cref = "T:SharpDX.Direct3D11.BlendState" /> based on the specified description.
|
|
</summary>
|
|
<param name = "device">The device with which to associate the state object.</param>
|
|
<param name = "description">The state description.</param>
|
|
<returns>The newly created object.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.BlendState.#ctor(SharpDX.Direct3D11.Device,SharpDX.Direct3D11.BlendStateDescription@)">
|
|
<summary>
|
|
Constructs a new <see cref = "T:SharpDX.Direct3D11.BlendState" /> based on the specified description.
|
|
</summary>
|
|
<param name = "device">The device with which to associate the state object.</param>
|
|
<param name = "description">The state description.</param>
|
|
<returns>The newly created object.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.BlendState.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.BlendState"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.BlendState.GetDescription(SharpDX.Direct3D11.BlendStateDescription@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="descRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11BlendState::GetDesc']/*"/>
|
|
<unmanaged>void ID3D11BlendState::GetDesc([Out] D3D11_BLEND_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.BlendState.Description">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11BlendState::GetDesc']/*"/>
|
|
<unmanaged>GetDesc</unmanaged>
|
|
<unmanaged>void ID3D11BlendState::GetDesc([Out] D3D11_BLEND_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.Buffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Buffer']/*"/>
|
|
<unmanaged>ID3D11Buffer</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.Resource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Resource']/*"/>
|
|
<unmanaged>ID3D11Resource</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Resource.MaximumMipLevels">
|
|
<summary>Constant MaximumMipLevels.</summary>
|
|
<unmanaged>D3D11_REQ_MIP_LEVELS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Resource.ResourceSizeInMegabytes">
|
|
<summary>Constant ResourceSizeInMegabytes.</summary>
|
|
<unmanaged>D3D11_REQ_RESOURCE_SIZE_IN_MEGABYTES_EXPRESSION_A_TERM</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Resource.MaximumTexture1DArraySize">
|
|
<summary>Constant MaximumTexture1DArraySize.</summary>
|
|
<unmanaged>D3D11_REQ_TEXTURE1D_ARRAY_AXIS_DIMENSION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Resource.MaximumTexture2DArraySize">
|
|
<summary>Constant MaximumTexture2DArraySize.</summary>
|
|
<unmanaged>D3D11_REQ_TEXTURE2D_ARRAY_AXIS_DIMENSION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Resource.MaximumTexture1DSize">
|
|
<summary>Constant MaximumTexture1DSize.</summary>
|
|
<unmanaged>D3D11_REQ_TEXTURE1D_U_DIMENSION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Resource.MaximumTexture2DSize">
|
|
<summary>Constant MaximumTexture2DSize.</summary>
|
|
<unmanaged>D3D11_REQ_TEXTURE2D_U_OR_V_DIMENSION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Resource.MaximumTexture3DSize">
|
|
<summary>Constant MaximumTexture3DSize.</summary>
|
|
<unmanaged>D3D11_REQ_TEXTURE3D_U_V_OR_W_DIMENSION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Resource.MaximumTextureCubeSize">
|
|
<summary>Constant MaximumTextureCubeSize.</summary>
|
|
<unmanaged>D3D11_REQ_TEXTURECUBE_DIMENSION</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Resource.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.Resource"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Resource.GetDimension(SharpDX.Direct3D11.ResourceDimension@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="resourceDimensionRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Resource::GetType']/*"/>
|
|
<unmanaged>void ID3D11Resource::GetType([Out] D3D11_RESOURCE_DIMENSION* pResourceDimension)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Resource.SetEvictionPriority(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="evictionPriority">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Resource::SetEvictionPriority']/*"/>
|
|
<unmanaged>void ID3D11Resource::SetEvictionPriority([In] unsigned int EvictionPriority)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Resource.GetEvictionPriority">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Resource::GetEvictionPriority']/*"/>
|
|
<unmanaged>unsigned int ID3D11Resource::GetEvictionPriority()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Resource.FromSwapChain``1(SharpDX.DXGI.SwapChain,System.Int32)">
|
|
<summary>
|
|
Gets a swap chain back buffer.
|
|
</summary>
|
|
<typeparam name = "T">The type of the buffer.</typeparam>
|
|
<param name = "swapChain">The swap chain to get the buffer from.</param>
|
|
<param name = "index">The index of the desired buffer.</param>
|
|
<returns>The buffer interface, or <c>null</c> on failure.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Resource.FromFile``1(SharpDX.Direct3D11.Device,System.String)">
|
|
<summary>
|
|
Loads a texture from an image file.
|
|
</summary>
|
|
<param name = "device">The device used to load the texture.</param>
|
|
<param name = "fileName">Path to the file on disk.</param>
|
|
<returns>The loaded texture object.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Resource.FromFile``1(SharpDX.Direct3D11.Device,System.String,SharpDX.Direct3D11.ImageLoadInformation)">
|
|
<summary>
|
|
Loads a texture from an image file.
|
|
</summary>
|
|
<param name = "device">The device used to load the texture.</param>
|
|
<param name = "fileName">Path to the file on disk.</param>
|
|
<param name = "loadInfo">Specifies information used to load the texture.</param>
|
|
<returns>The loaded texture object.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Resource.FromMemory``1(SharpDX.Direct3D11.Device,System.Byte[])">
|
|
<summary>
|
|
Loads a texture from an image in memory.
|
|
</summary>
|
|
<param name = "device">The device used to load the texture.</param>
|
|
<param name = "memory">Array of memory containing the image data to load.</param>
|
|
<returns>The loaded texture object.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Resource.FromMemory``1(SharpDX.Direct3D11.Device,System.Byte[],SharpDX.Direct3D11.ImageLoadInformation)">
|
|
<summary>
|
|
Loads a texture from an image in memory.
|
|
</summary>
|
|
<param name = "device">The device used to load the texture.</param>
|
|
<param name = "memory">Array of memory containing the image data to load.</param>
|
|
<param name = "loadInfo">Specifies information used to load the texture.</param>
|
|
<returns>The loaded texture object.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Resource.FromStream``1(SharpDX.Direct3D11.Device,System.IO.Stream,System.Int32)">
|
|
<summary>
|
|
Loads a texture from a stream of data.
|
|
</summary>
|
|
<param name = "device">The device used to load the texture.</param>
|
|
<param name = "stream">A stream containing the image data to load.</param>
|
|
<param name = "sizeInBytes">Size of the image to load.</param>
|
|
<returns>The loaded texture object.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Resource.FromStream``1(SharpDX.Direct3D11.Device,System.IO.Stream,System.Int32,SharpDX.Direct3D11.ImageLoadInformation)">
|
|
<summary>
|
|
Loads a texture from a stream of data.
|
|
</summary>
|
|
<param name = "device">The device used to load the texture.</param>
|
|
<param name = "stream">A stream containing the image data to load.</param>
|
|
<param name = "sizeInBytes">Size of the image to load.</param>
|
|
<param name = "loadInfo">Specifies information used to load the texture.</param>
|
|
<returns>The loaded texture object.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Resource.ToFile``1(SharpDX.Direct3D11.DeviceContext,``0,SharpDX.Direct3D11.ImageFileFormat,System.String)">
|
|
<summary>
|
|
Saves a texture to file.
|
|
</summary>
|
|
<param name = "context">The device used to save the texture.</param>
|
|
<param name = "texture">The texture to save.</param>
|
|
<param name = "format">The format the texture will be saved as.</param>
|
|
<param name = "fileName">Name of the destination output file where the texture will be saved.</param>
|
|
<returns>A <see cref = "T:SharpDX.Result" /> object describing the result of the operation.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Resource.ToStream``1(SharpDX.Direct3D11.DeviceContext,``0,SharpDX.Direct3D11.ImageFileFormat,System.IO.Stream)">
|
|
<summary>
|
|
Saves a texture to a stream.
|
|
</summary>
|
|
<param name = "context">The device used to save the texture.</param>
|
|
<param name = "texture">The texture to save.</param>
|
|
<param name = "format">The format the texture will be saved as.</param>
|
|
<param name = "stream">Destination memory stream where the image will be saved.</param>
|
|
<returns>A <see cref = "T:SharpDX.Result" /> object describing the result of the operation.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Resource.LoadTextureFromTexture(SharpDX.Direct3D11.DeviceContext,SharpDX.Direct3D11.Resource,SharpDX.Direct3D11.Resource,SharpDX.Direct3D11.TextureLoadInformation)">
|
|
<summary>
|
|
Load a texture from a texture.
|
|
</summary>
|
|
<param name="context">A reference to a valid <see cref="T:SharpDX.Direct3D11.DeviceContext"/></param>
|
|
<param name="source">Pointer to the source texture. See <see cref="T:SharpDX.Direct3D11.Resource"/>. </param>
|
|
<param name="destination">Pointer to the destination texture. See <see cref="T:SharpDX.Direct3D11.Resource"/>. </param>
|
|
<param name="loadInformation">Pointer to texture loading parameters. See <see cref="T:SharpDX.Direct3D11.TextureLoadInformation"/>. </param>
|
|
<returns>The return value is one of the values listed in {{Direct3D 10 Return Codes}}. </returns>
|
|
<unmanaged>HRESULT D3DX10LoadTextureFromTexture([None] ID3D10Resource* pSrcTexture,[None] D3DX10_TEXTURE_LOAD_INFO* pLoadInfo,[None] ID3D10Resource* pDstTexture)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.Resource.Dimension">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Resource::GetType']/*"/>
|
|
<unmanaged>GetType</unmanaged>
|
|
<unmanaged>void ID3D11Resource::GetType([Out] D3D11_RESOURCE_DIMENSION* pResourceDimension)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.Resource.EvictionPriority">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Resource::GetEvictionPriority']/*"/>
|
|
<unmanaged>GetEvictionPriority</unmanaged>
|
|
<unmanaged>unsigned int ID3D11Resource::GetEvictionPriority()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Buffer.#ctor(SharpDX.Direct3D11.Device,SharpDX.Direct3D11.BufferDescription)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.Buffer" /> class.
|
|
</summary>
|
|
<param name = "device">The device with which to associate the buffer.</param>
|
|
<param name = "description">The description of the buffer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Buffer.#ctor(SharpDX.Direct3D11.Device,SharpDX.DataStream,SharpDX.Direct3D11.BufferDescription)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.Buffer" /> class.
|
|
</summary>
|
|
<param name = "device">The device with which to associate the buffer.</param>
|
|
<param name = "data">Initial data used to initialize the buffer.</param>
|
|
<param name = "description">The description of the buffer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Buffer.#ctor(SharpDX.Direct3D11.Device,System.Int32,SharpDX.Direct3D11.ResourceUsage,SharpDX.Direct3D11.BindFlags,SharpDX.Direct3D11.CpuAccessFlags,SharpDX.Direct3D11.ResourceOptionFlags,System.Int32)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.Buffer" /> class.
|
|
</summary>
|
|
<param name = "device">The device with which to associate the buffer.</param>
|
|
<param name = "sizeInBytes">The size, in bytes, of the buffer.</param>
|
|
<param name = "usage">The usage pattern for the buffer.</param>
|
|
<param name = "bindFlags">Flags specifying how the buffer will be bound to the pipeline.</param>
|
|
<param name = "accessFlags">Flags specifying how the buffer will be accessible from the CPU.</param>
|
|
<param name = "optionFlags">Miscellaneous resource options.</param>
|
|
<param name = "structureByteStride">The size (in bytes) of the structure element for structured buffers.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Buffer.#ctor(SharpDX.Direct3D11.Device,SharpDX.DataStream,System.Int32,SharpDX.Direct3D11.ResourceUsage,SharpDX.Direct3D11.BindFlags,SharpDX.Direct3D11.CpuAccessFlags,SharpDX.Direct3D11.ResourceOptionFlags,System.Int32)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.Buffer" /> class.
|
|
</summary>
|
|
<param name = "device">The device with which to associate the buffer.</param>
|
|
<param name = "data">Initial data used to initialize the buffer.</param>
|
|
<param name = "sizeInBytes">The size, in bytes, of the buffer.</param>
|
|
<param name = "usage">The usage pattern for the buffer.</param>
|
|
<param name = "bindFlags">Flags specifying how the buffer will be bound to the pipeline.</param>
|
|
<param name = "accessFlags">Flags specifying how the buffer will be accessible from the CPU.</param>
|
|
<param name = "optionFlags">Miscellaneous resource options.</param>
|
|
<param name = "structureByteStride">The size (in bytes) of the structure element for structured buffers.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Buffer.Create``1(SharpDX.Direct3D11.Device,SharpDX.Direct3D11.BindFlags,``0@,System.Int32,SharpDX.Direct3D11.ResourceUsage,SharpDX.Direct3D11.CpuAccessFlags,SharpDX.Direct3D11.ResourceOptionFlags,System.Int32)">
|
|
<summary>
|
|
Creates a new instance of the <see cref="T:SharpDX.Direct3D11.Buffer"/> class.
|
|
</summary>
|
|
<typeparam name="T">Type of the data to upload</typeparam>
|
|
<param name="device">The device with which to associate the buffer.</param>
|
|
<param name="bindFlags">Flags specifying how the buffer will be bound to the pipeline.</param>
|
|
<param name="data">Initial data used to initialize the buffer.</param>
|
|
<param name="sizeInBytes">The size, in bytes, of the buffer. If 0 is specified, sizeof(T) is used. </param>
|
|
<param name="usage">The usage pattern for the buffer.</param>
|
|
<param name="accessFlags">Flags specifying how the buffer will be accessible from the CPU.</param>
|
|
<param name="optionFlags">Miscellaneous resource options.</param>
|
|
<param name="structureByteStride">The size (in bytes) of the structure element for structured buffers.</param>
|
|
<returns>An initialized buffer</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Buffer.Create``1(SharpDX.Direct3D11.Device,SharpDX.Direct3D11.BindFlags,``0[],System.Int32,SharpDX.Direct3D11.ResourceUsage,SharpDX.Direct3D11.CpuAccessFlags,SharpDX.Direct3D11.ResourceOptionFlags,System.Int32)">
|
|
<summary>
|
|
Creates a new instance of the <see cref="T:SharpDX.Direct3D11.Buffer"/> class.
|
|
</summary>
|
|
<typeparam name="T">Type of the data to upload</typeparam>
|
|
<param name="device">The device with which to associate the buffer.</param>
|
|
<param name="bindFlags">Flags specifying how the buffer will be bound to the pipeline.</param>
|
|
<param name="data">Initial data used to initialize the buffer.</param>
|
|
<param name="sizeInBytes">The size, in bytes, of the buffer. If 0 is specified, sizeof(T) * data.Length is used.</param>
|
|
<param name="usage">The usage pattern for the buffer.</param>
|
|
<param name="accessFlags">Flags specifying how the buffer will be accessible from the CPU.</param>
|
|
<param name="optionFlags">Miscellaneous resource options.</param>
|
|
<param name="structureByteStride">The size (in bytes) of the structure element for structured buffers.</param>
|
|
<returns>An initialized buffer</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Buffer.Create``1(SharpDX.Direct3D11.Device,``0@,SharpDX.Direct3D11.BufferDescription)">
|
|
<summary>
|
|
Creates a new instance of the <see cref="T:SharpDX.Direct3D11.Buffer"/> class.
|
|
</summary>
|
|
<typeparam name="T">Type of the data to upload</typeparam>
|
|
<param name="device">The device with which to associate the buffer.</param>
|
|
<param name="data">Initial data used to initialize the buffer.</param>
|
|
<param name="description">The description.</param>
|
|
<returns>
|
|
An initialized buffer
|
|
</returns>
|
|
<remarks>
|
|
If the <see cref="F:SharpDX.Direct3D11.BufferDescription.SizeInBytes"/> is at 0, sizeof(T) is used.
|
|
</remarks>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Buffer.Create``1(SharpDX.Direct3D11.Device,``0[],SharpDX.Direct3D11.BufferDescription)">
|
|
<summary>
|
|
Creates a new instance of the <see cref="T:SharpDX.Direct3D11.Buffer"/> class.
|
|
</summary>
|
|
<typeparam name="T">Type of the data to upload</typeparam>
|
|
<param name="device">The device with which to associate the buffer.</param>
|
|
<param name="data">Initial data used to initialize the buffer.</param>
|
|
<param name="description">The description.</param>
|
|
<returns>
|
|
An initialized buffer
|
|
</returns>
|
|
<remarks>
|
|
If the <see cref="F:SharpDX.Direct3D11.BufferDescription.SizeInBytes"/> is at 0, sizeof(T) * data.Length is used.
|
|
</remarks>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Buffer.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.Buffer"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Buffer.GetDescription(SharpDX.Direct3D11.BufferDescription@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="descRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Buffer::GetDesc']/*"/>
|
|
<unmanaged>void ID3D11Buffer::GetDesc([Out] D3D11_BUFFER_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.Buffer.Description">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Buffer::GetDesc']/*"/>
|
|
<unmanaged>GetDesc</unmanaged>
|
|
<unmanaged>void ID3D11Buffer::GetDesc([Out] D3D11_BUFFER_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.BufferDescription">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BUFFER_DESC']/*"/>
|
|
<unmanaged>D3D11_BUFFER_DESC</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.BufferDescription.#ctor(System.Int32,SharpDX.Direct3D11.ResourceUsage,SharpDX.Direct3D11.BindFlags,SharpDX.Direct3D11.CpuAccessFlags,SharpDX.Direct3D11.ResourceOptionFlags,System.Int32)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.BufferDescription"/> struct.
|
|
</summary>
|
|
<param name="sizeInBytes">The size in bytes.</param>
|
|
<param name="usage">The usage.</param>
|
|
<param name="bindFlags">The bind flags.</param>
|
|
<param name="cpuAccessFlags">The cpu access flags.</param>
|
|
<param name="optionFlags">The option flags.</param>
|
|
<param name="structureByteStride">The structure byte stride.</param>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BufferDescription.SizeInBytes">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BUFFER_DESC::ByteWidth']/*"/>
|
|
<unmanaged>unsigned int ByteWidth</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BufferDescription.Usage">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BUFFER_DESC::Usage']/*"/>
|
|
<unmanaged>D3D11_USAGE Usage</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BufferDescription.BindFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BUFFER_DESC::BindFlags']/*"/>
|
|
<unmanaged>D3D11_BIND_FLAG BindFlags</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BufferDescription.CpuAccessFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BUFFER_DESC::CPUAccessFlags']/*"/>
|
|
<unmanaged>D3D11_CPU_ACCESS_FLAG CPUAccessFlags</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BufferDescription.OptionFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BUFFER_DESC::MiscFlags']/*"/>
|
|
<unmanaged>D3D11_RESOURCE_MISC_FLAG MiscFlags</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BufferDescription.StructureByteStride">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BUFFER_DESC::StructureByteStride']/*"/>
|
|
<unmanaged>unsigned int StructureByteStride</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.ClassInstance">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11ClassInstance']/*"/>
|
|
<unmanaged>ID3D11ClassInstance</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.ClassInstance.#ctor(SharpDX.Direct3D11.ClassLinkage,System.String,System.Int32,System.Int32,System.Int32,System.Int32)">
|
|
<summary>
|
|
Initializes a class-instance object that represents an HLSL class instance.
|
|
</summary>
|
|
<remarks>
|
|
Instances can be created (or gotten) before or after a shader is created. Use the same shader linkage object to acquire a class instance and create the shader the instance is going to be used in. For more information about using the <see cref="T:SharpDX.Direct3D11.ClassLinkage"/> interface, see {{Dynamic Linking}}.
|
|
</remarks>
|
|
<param name="linkage">An instance of <see cref="P:SharpDX.Direct3D11.ClassInstance.ClassLinkage"/>.</param>
|
|
<param name="classTypeName">The type name of a class to initialize. </param>
|
|
<param name="constantBufferOffset">Identifies the constant buffer that contains the class data. </param>
|
|
<param name="constantVectorOffset">The four-component vector offset from the start of the constant buffer where the class data will begin. Consequently, this is not a byte offset. </param>
|
|
<param name="textureOffset">The texture slot for the first texture; there may be multiple textures following the offset. </param>
|
|
<param name="samplerOffset">The sampler slot for the first sampler; there may be multiple samplers following the offset. </param>
|
|
<returns>Returns S_OK if successful; otherwise, returns one of the following {{Direct3D 11 Return Codes}}. </returns>
|
|
<unmanaged>HRESULT ID3D11ClassLinkage::CreateClassInstance([In] const char* pClassTypeName,[In] int ConstantBufferOffset,[In] int ConstantVectorOffset,[In] int TextureOffset,[In] int SamplerOffset,[Out] ID3D11ClassInstance** ppInstance)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.ClassInstance.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.ClassInstance"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.ClassInstance.GetClassLinkage(SharpDX.Direct3D11.ClassLinkage@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="linkageOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11ClassInstance::GetClassLinkage']/*"/>
|
|
<unmanaged>void ID3D11ClassInstance::GetClassLinkage([Out] ID3D11ClassLinkage** ppLinkage)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.ClassInstance.GetDescription(SharpDX.Direct3D11.ClassInstanceDescription@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="descRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11ClassInstance::GetDesc']/*"/>
|
|
<unmanaged>void ID3D11ClassInstance::GetDesc([Out] D3D11_CLASS_INSTANCE_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.ClassInstance.GetInstanceName(System.IntPtr,SharpDX.Size@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="instanceNameRef">No documentation.</param>
|
|
<param name="bufferLengthRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11ClassInstance::GetInstanceName']/*"/>
|
|
<unmanaged>void ID3D11ClassInstance::GetInstanceName([Out, Buffer, Optional] char* pInstanceName,[InOut] SIZE_T* pBufferLength)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.ClassInstance.GetTypeName(System.IntPtr,SharpDX.Size@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="typeNameRef">No documentation.</param>
|
|
<param name="bufferLengthRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11ClassInstance::GetTypeName']/*"/>
|
|
<unmanaged>void ID3D11ClassInstance::GetTypeName([Out, Buffer, Optional] char* pTypeName,[InOut] SIZE_T* pBufferLength)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.ClassInstance.InstanceName">
|
|
<summary>
|
|
Gets the instance name of the current HLSL class.
|
|
</summary>
|
|
<remarks>
|
|
GetInstanceName will return a valid name only for instances acquired using <see cref="M:SharpDX.Direct3D11.ClassLinkage.GetClassInstance(System.String,System.Int32)"/>.For more information about using the <see cref="T:SharpDX.Direct3D11.ClassInstance"/> interface, see {{Dynamic Linking}}.
|
|
</remarks>
|
|
<returns>The instance name of the current HLSL class.</returns>
|
|
<unmanaged>void GetInstanceName([Out, Buffer, Optional] LPSTR pInstanceName,[InOut] SIZE_T* pBufferLength)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.ClassInstance.TypeName">
|
|
<summary>
|
|
Gets the type of the current HLSL class.
|
|
</summary>
|
|
<remarks>
|
|
GetTypeName will return a valid name only for instances acquired using <see cref="M:SharpDX.Direct3D11.ClassLinkage.GetClassInstance(System.String,System.Int32)"/>.For more information about using the <see cref="T:SharpDX.Direct3D11.ClassInstance"/> interface, see {{Dynamic Linking}}.
|
|
</remarks>
|
|
<returns>Type of the current HLSL class.</returns>
|
|
<unmanaged>void GetTypeName([Out, Buffer, Optional] LPSTR pTypeName,[InOut] SIZE_T* pBufferLength)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.ClassInstance.ClassLinkage">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11ClassInstance::GetClassLinkage']/*"/>
|
|
<unmanaged>GetClassLinkage</unmanaged>
|
|
<unmanaged>void ID3D11ClassInstance::GetClassLinkage([Out] ID3D11ClassLinkage** ppLinkage)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.ClassInstance.Description">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11ClassInstance::GetDesc']/*"/>
|
|
<unmanaged>GetDesc</unmanaged>
|
|
<unmanaged>void ID3D11ClassInstance::GetDesc([Out] D3D11_CLASS_INSTANCE_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.ClassLinkage">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11ClassLinkage']/*"/>
|
|
<unmanaged>ID3D11ClassLinkage</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.ClassLinkage.#ctor(SharpDX.Direct3D11.Device)">
|
|
<summary>
|
|
Create a new instance of <see cref = "T:SharpDX.Direct3D11.ClassLinkage" />.
|
|
</summary>
|
|
<param name = "device"></param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.ClassLinkage.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.ClassLinkage"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.ClassLinkage.GetClassInstance(System.String,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="classInstanceNameRef">No documentation.</param>
|
|
<param name="instanceIndex">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11ClassLinkage::GetClassInstance']/*"/>
|
|
<unmanaged>HRESULT ID3D11ClassLinkage::GetClassInstance([In] const char* pClassInstanceName,[In] unsigned int InstanceIndex,[Out] ID3D11ClassInstance** ppInstance)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.ClassLinkage.CreateClassInstance(System.String,System.Int32,System.Int32,System.Int32,System.Int32,SharpDX.Direct3D11.ClassInstance)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="classTypeNameRef">No documentation.</param>
|
|
<param name="constantBufferOffset">No documentation.</param>
|
|
<param name="constantVectorOffset">No documentation.</param>
|
|
<param name="textureOffset">No documentation.</param>
|
|
<param name="samplerOffset">No documentation.</param>
|
|
<param name="instanceOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11ClassLinkage::CreateClassInstance']/*"/>
|
|
<unmanaged>HRESULT ID3D11ClassLinkage::CreateClassInstance([In] const char* pClassTypeName,[In] unsigned int ConstantBufferOffset,[In] unsigned int ConstantVectorOffset,[In] unsigned int TextureOffset,[In] unsigned int SamplerOffset,[Out, Fast] ID3D11ClassInstance** ppInstance)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.ComputeShader">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11ComputeShader']/*"/>
|
|
<unmanaged>ID3D11ComputeShader</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.ComputeShader.#ctor(SharpDX.Direct3D11.Device,SharpDX.D3DCompiler.ShaderBytecode)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.ComputeShader" /> class.
|
|
</summary>
|
|
<param name = "device">The device used to create the shader.</param>
|
|
<param name = "shaderBytecode">The compiled shader bytecode.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.ComputeShader.#ctor(SharpDX.Direct3D11.Device,SharpDX.D3DCompiler.ShaderBytecode,SharpDX.Direct3D11.ClassLinkage)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.ComputeShader" /> class.
|
|
</summary>
|
|
<param name = "device">The device used to create the shader.</param>
|
|
<param name = "shaderBytecode">The compiled shader bytecode.</param>
|
|
<param name = "linkage">A dynamic class linkage interface.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.ComputeShader.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.ComputeShader"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.Counter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Counter']/*"/>
|
|
<unmanaged>ID3D11Counter</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.Asynchronous">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Asynchronous']/*"/>
|
|
<unmanaged>ID3D11Asynchronous</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Asynchronous.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.Asynchronous"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Asynchronous.GetDataSize">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Asynchronous::GetDataSize']/*"/>
|
|
<unmanaged>unsigned int ID3D11Asynchronous::GetDataSize()</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.Asynchronous.DataSize">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Asynchronous::GetDataSize']/*"/>
|
|
<unmanaged>GetDataSize</unmanaged>
|
|
<unmanaged>unsigned int ID3D11Asynchronous::GetDataSize()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Counter.#ctor(SharpDX.Direct3D11.Device,SharpDX.Direct3D11.CounterDescription)">
|
|
<summary>
|
|
Constructs a new <see cref = "T:SharpDX.Direct3D11.Counter" /> based on the specified description.
|
|
</summary>
|
|
<param name = "device">The device with which to associate the state object.</param>
|
|
<param name = "description">The counter description.</param>
|
|
<returns>The newly created object.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Counter.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.Counter"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Counter.GetDescription(SharpDX.Direct3D11.CounterDescription@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="descRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Counter::GetDesc']/*"/>
|
|
<unmanaged>void ID3D11Counter::GetDesc([Out] D3D11_COUNTER_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.Counter.Description">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Counter::GetDesc']/*"/>
|
|
<unmanaged>GetDesc</unmanaged>
|
|
<unmanaged>void ID3D11Counter::GetDesc([Out] D3D11_COUNTER_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.CounterMetadata">
|
|
<summary>
|
|
Counter metadata that contains the type, name, units of measure, and a description of an existing counter.
|
|
</summary>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.CounterMetadata.Type">
|
|
<summary>
|
|
Gets the data type of a counter (see <see cref="T:SharpDX.Direct3D11.CounterType"/>).
|
|
</summary>
|
|
<value>The type.</value>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.CounterMetadata.HardwareCounterCount">
|
|
<summary>
|
|
Gets the number of hardware counters that are needed for this counter type to be created. All instances of the same counter type use the same hardware counters.
|
|
</summary>
|
|
<value>The hardware counter count.</value>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.CounterMetadata.Name">
|
|
<summary>
|
|
Gets a brief name for the counter.
|
|
</summary>
|
|
<value>The name.</value>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.CounterMetadata.Units">
|
|
<summary>
|
|
Gets the units a counter measures.
|
|
</summary>
|
|
<value>The units.</value>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.CounterMetadata.Description">
|
|
<summary>
|
|
Gets a description of the counter.
|
|
</summary>
|
|
<value>The description.</value>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.Debug">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Debug']/*"/>
|
|
<unmanaged>ID3D11Debug</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Debug.#ctor(SharpDX.Direct3D11.Device)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.Debug"/> class.
|
|
</summary>
|
|
<param name="device">The device.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Debug.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.Debug"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Debug.SetFeatureFlags(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="mask">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Debug::SetFeatureMask']/*"/>
|
|
<unmanaged>HRESULT ID3D11Debug::SetFeatureMask([In] unsigned int Mask)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Debug.GetFeatureFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Debug::GetFeatureMask']/*"/>
|
|
<unmanaged>unsigned int ID3D11Debug::GetFeatureMask()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Debug.SetPresentDelay(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="milliseconds">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Debug::SetPresentPerRenderOpDelay']/*"/>
|
|
<unmanaged>HRESULT ID3D11Debug::SetPresentPerRenderOpDelay([In] unsigned int Milliseconds)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Debug.GetPresentDelay">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Debug::GetPresentPerRenderOpDelay']/*"/>
|
|
<unmanaged>unsigned int ID3D11Debug::GetPresentPerRenderOpDelay()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Debug.SetSwapChain(SharpDX.DXGI.SwapChain)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="swapChainRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Debug::SetSwapChain']/*"/>
|
|
<unmanaged>HRESULT ID3D11Debug::SetSwapChain([In, Optional] IDXGISwapChain* pSwapChain)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Debug.GetSwapChain(SharpDX.DXGI.SwapChain@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="swapChainOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Debug::GetSwapChain']/*"/>
|
|
<unmanaged>HRESULT ID3D11Debug::GetSwapChain([Out] IDXGISwapChain** ppSwapChain)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Debug.ValidateContext(SharpDX.Direct3D11.DeviceContext)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="contextRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Debug::ValidateContext']/*"/>
|
|
<unmanaged>HRESULT ID3D11Debug::ValidateContext([In] ID3D11DeviceContext* pContext)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Debug.ReportLiveDeviceObjects(SharpDX.Direct3D11.ReportingLevel)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="flags">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Debug::ReportLiveDeviceObjects']/*"/>
|
|
<unmanaged>HRESULT ID3D11Debug::ReportLiveDeviceObjects([In] D3D11_RLDO_FLAGS Flags)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Debug.ValidateContextForDispatch(SharpDX.Direct3D11.DeviceContext)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="contextRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Debug::ValidateContextForDispatch']/*"/>
|
|
<unmanaged>HRESULT ID3D11Debug::ValidateContextForDispatch([In] ID3D11DeviceContext* pContext)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.Debug.FeatureFlags">
|
|
<summary>
|
|
Gets or sets the feature flags that indicates which debug features are on or off.
|
|
</summary>
|
|
<value>The feature flags.</value>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.Debug.PresentDelay">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Debug::GetPresentPerRenderOpDelay']/*"/>
|
|
<unmanaged>GetPresentPerRenderOpDelay</unmanaged>
|
|
<unmanaged>unsigned int ID3D11Debug::GetPresentPerRenderOpDelay()</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.Debug.SwapChain">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Debug::GetSwapChain']/*"/>
|
|
<unmanaged>GetSwapChain</unmanaged>
|
|
<unmanaged>HRESULT ID3D11Debug::GetSwapChain([Out] IDXGISwapChain** ppSwapChain)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DepthStencilState">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DepthStencilState']/*"/>
|
|
<unmanaged>ID3D11DepthStencilState</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DepthStencilState.#ctor(SharpDX.Direct3D11.Device,SharpDX.Direct3D11.DepthStencilStateDescription)">
|
|
<summary>
|
|
Constructs a new <see cref = "T:SharpDX.Direct3D11.DepthStencilState" /> based on the specified description.
|
|
</summary>
|
|
<param name = "device">The device with which to associate the state object.</param>
|
|
<param name = "description">The state description.</param>
|
|
<returns>The newly created object.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DepthStencilState.#ctor(SharpDX.Direct3D11.Device,SharpDX.Direct3D11.DepthStencilStateDescription@)">
|
|
<summary>
|
|
Constructs a new <see cref = "T:SharpDX.Direct3D11.DepthStencilState" /> based on the specified description.
|
|
</summary>
|
|
<param name = "device">The device with which to associate the state object.</param>
|
|
<param name = "description">The state description.</param>
|
|
<returns>The newly created object.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DepthStencilState.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.DepthStencilState"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DepthStencilState.GetDescription(SharpDX.Direct3D11.DepthStencilStateDescription@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="descRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DepthStencilState::GetDesc']/*"/>
|
|
<unmanaged>void ID3D11DepthStencilState::GetDesc([Out] D3D11_DEPTH_STENCIL_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.DepthStencilState.Description">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DepthStencilState::GetDesc']/*"/>
|
|
<unmanaged>GetDesc</unmanaged>
|
|
<unmanaged>void ID3D11DepthStencilState::GetDesc([Out] D3D11_DEPTH_STENCIL_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DepthStencilView">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DepthStencilView']/*"/>
|
|
<unmanaged>ID3D11DepthStencilView</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.ResourceView">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11View']/*"/>
|
|
<unmanaged>ID3D11View</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.ResourceView.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.ResourceView"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.ResourceView.GetResource(SharpDX.Direct3D11.Resource@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="resourceOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11View::GetResource']/*"/>
|
|
<unmanaged>void ID3D11View::GetResource([Out] ID3D11Resource** ppResource)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.ResourceView.Resource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11View::GetResource']/*"/>
|
|
<unmanaged>GetResource</unmanaged>
|
|
<unmanaged>void ID3D11View::GetResource([Out] ID3D11Resource** ppResource)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DepthStencilView.#ctor(SharpDX.Direct3D11.Device,SharpDX.Direct3D11.Resource)">
|
|
<summary>
|
|
Creates a <see cref = "T:SharpDX.Direct3D11.DepthStencilView" /> for accessing resource data.
|
|
</summary>
|
|
<param name = "device">The device to use when creating this <see cref = "T:SharpDX.Direct3D11.DepthStencilView" />.</param>
|
|
<param name = "resource">The resource that represents the render-target surface. This surface must have been created with the <see cref = "T:SharpDX.Direct3D11.BindFlags">DepthStencil</see> flag.</param>
|
|
<unmanaged>ID3D11Device::CreateDepthStencilView</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DepthStencilView.#ctor(SharpDX.Direct3D11.Device,SharpDX.Direct3D11.Resource,SharpDX.Direct3D11.DepthStencilViewDescription)">
|
|
<summary>
|
|
Creates a <see cref = "T:SharpDX.Direct3D11.DepthStencilView" /> for accessing resource data.
|
|
</summary>
|
|
<param name = "device">The device to use when creating this <see cref = "T:SharpDX.Direct3D11.DepthStencilView" />.</param>
|
|
<param name = "resource">The resource that represents the render-target surface. This surface must have been created with the <see cref = "T:SharpDX.Direct3D11.BindFlags">DepthStencil</see> flag.</param>
|
|
<param name = "description">A structure describing the <see cref = "T:SharpDX.Direct3D11.DepthStencilView" /> to be created.</param>
|
|
<unmanaged>ID3D11Device::CreateDepthStencilView</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DepthStencilView.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.DepthStencilView"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DepthStencilView.GetDescription(SharpDX.Direct3D11.DepthStencilViewDescription@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="descRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DepthStencilView::GetDesc']/*"/>
|
|
<unmanaged>void ID3D11DepthStencilView::GetDesc([Out] D3D11_DEPTH_STENCIL_VIEW_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.DepthStencilView.Description">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DepthStencilView::GetDesc']/*"/>
|
|
<unmanaged>GetDesc</unmanaged>
|
|
<unmanaged>void ID3D11DepthStencilView::GetDesc([Out] D3D11_DEPTH_STENCIL_VIEW_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.Device">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device']/*"/>
|
|
<unmanaged>ID3D11Device</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.#ctor(SharpDX.Direct3D.DriverType)">
|
|
<summary>
|
|
Constructor for a D3D11 Device. See <see cref="M:SharpDX.Direct3D11.D3D11.CreateDevice(SharpDX.DXGI.Adapter,SharpDX.Direct3D.DriverType,System.IntPtr,SharpDX.Direct3D11.DeviceCreationFlags,SharpDX.Direct3D.FeatureLevel[],System.Int32,System.Int32,SharpDX.Direct3D11.Device,SharpDX.Direct3D.FeatureLevel@,SharpDX.Direct3D11.DeviceContext@)"/> for more information.
|
|
</summary>
|
|
<param name="driverType"></param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.#ctor(SharpDX.DXGI.Adapter)">
|
|
<summary>
|
|
Constructor for a D3D11 Device. See <see cref="M:SharpDX.Direct3D11.D3D11.CreateDevice(SharpDX.DXGI.Adapter,SharpDX.Direct3D.DriverType,System.IntPtr,SharpDX.Direct3D11.DeviceCreationFlags,SharpDX.Direct3D.FeatureLevel[],System.Int32,System.Int32,SharpDX.Direct3D11.Device,SharpDX.Direct3D.FeatureLevel@,SharpDX.Direct3D11.DeviceContext@)"/> for more information.
|
|
</summary>
|
|
<param name="adapter"></param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.#ctor(SharpDX.Direct3D.DriverType,SharpDX.Direct3D11.DeviceCreationFlags)">
|
|
<summary>
|
|
Constructor for a D3D11 Device. See <see cref="M:SharpDX.Direct3D11.D3D11.CreateDevice(SharpDX.DXGI.Adapter,SharpDX.Direct3D.DriverType,System.IntPtr,SharpDX.Direct3D11.DeviceCreationFlags,SharpDX.Direct3D.FeatureLevel[],System.Int32,System.Int32,SharpDX.Direct3D11.Device,SharpDX.Direct3D.FeatureLevel@,SharpDX.Direct3D11.DeviceContext@)"/> for more information.
|
|
</summary>
|
|
<param name="driverType"></param>
|
|
<param name="flags"></param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.#ctor(SharpDX.DXGI.Adapter,SharpDX.Direct3D11.DeviceCreationFlags)">
|
|
<summary>
|
|
Constructor for a D3D11 Device. See <see cref="M:SharpDX.Direct3D11.D3D11.CreateDevice(SharpDX.DXGI.Adapter,SharpDX.Direct3D.DriverType,System.IntPtr,SharpDX.Direct3D11.DeviceCreationFlags,SharpDX.Direct3D.FeatureLevel[],System.Int32,System.Int32,SharpDX.Direct3D11.Device,SharpDX.Direct3D.FeatureLevel@,SharpDX.Direct3D11.DeviceContext@)"/> for more information.
|
|
</summary>
|
|
<param name="adapter"></param>
|
|
<param name="flags"></param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.#ctor(SharpDX.Direct3D.DriverType,SharpDX.Direct3D11.DeviceCreationFlags,SharpDX.Direct3D.FeatureLevel[])">
|
|
<summary>
|
|
Constructor for a D3D11 Device. See <see cref="M:SharpDX.Direct3D11.D3D11.CreateDevice(SharpDX.DXGI.Adapter,SharpDX.Direct3D.DriverType,System.IntPtr,SharpDX.Direct3D11.DeviceCreationFlags,SharpDX.Direct3D.FeatureLevel[],System.Int32,System.Int32,SharpDX.Direct3D11.Device,SharpDX.Direct3D.FeatureLevel@,SharpDX.Direct3D11.DeviceContext@)"/> for more information.
|
|
</summary>
|
|
<param name="driverType"></param>
|
|
<param name="flags"></param>
|
|
<param name="featureLevels"></param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.#ctor(SharpDX.DXGI.Adapter,SharpDX.Direct3D11.DeviceCreationFlags,SharpDX.Direct3D.FeatureLevel[])">
|
|
<summary>
|
|
Constructor for a D3D11 Device. See <see cref="M:SharpDX.Direct3D11.D3D11.CreateDevice(SharpDX.DXGI.Adapter,SharpDX.Direct3D.DriverType,System.IntPtr,SharpDX.Direct3D11.DeviceCreationFlags,SharpDX.Direct3D.FeatureLevel[],System.Int32,System.Int32,SharpDX.Direct3D11.Device,SharpDX.Direct3D.FeatureLevel@,SharpDX.Direct3D11.DeviceContext@)"/> for more information.
|
|
</summary>
|
|
<param name="adapter"></param>
|
|
<param name="flags"></param>
|
|
<param name="featureLevels"></param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CreateDevice(SharpDX.DXGI.Adapter,SharpDX.Direct3D.DriverType,SharpDX.Direct3D11.DeviceCreationFlags,SharpDX.Direct3D.FeatureLevel[])">
|
|
<summary>
|
|
Internal CreateDevice
|
|
</summary>
|
|
<param name = "adapter"></param>
|
|
<param name = "driverType"></param>
|
|
<param name = "flags"></param>
|
|
<param name = "featureLevels"></param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CreateWithSwapChain(SharpDX.Direct3D.DriverType,SharpDX.Direct3D11.DeviceCreationFlags,SharpDX.DXGI.SwapChainDescription,SharpDX.Direct3D11.Device@,SharpDX.DXGI.SwapChain@)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.Device" /> class along with a new <see cref = "T:SharpDX.DXGI.SwapChain" /> used for rendering.
|
|
</summary>
|
|
<param name = "driverType">The type of device to create.</param>
|
|
<param name = "flags">A list of runtime layers to enable.</param>
|
|
<param name = "swapChainDescription">Details used to create the swap chain.</param>
|
|
<param name = "device">When the method completes, contains the created device instance.</param>
|
|
<param name = "swapChain">When the method completes, contains the created swap chain instance.</param>
|
|
<returns>A <see cref = "T:SharpDX.Result" /> object describing the result of the operation.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CreateWithSwapChain(SharpDX.DXGI.Adapter,SharpDX.Direct3D11.DeviceCreationFlags,SharpDX.DXGI.SwapChainDescription,SharpDX.Direct3D11.Device@,SharpDX.DXGI.SwapChain@)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.Device" /> class along with a new <see cref = "T:SharpDX.DXGI.SwapChain" /> used for rendering.
|
|
</summary>
|
|
<param name = "adapter">The video adapter on which the device should be created.</param>
|
|
<param name = "flags">A list of runtime layers to enable.</param>
|
|
<param name = "swapChainDescription">Details used to create the swap chain.</param>
|
|
<param name = "device">When the method completes, contains the created device instance.</param>
|
|
<param name = "swapChain">When the method completes, contains the created swap chain instance.</param>
|
|
<returns>A <see cref = "T:SharpDX.Result" /> object describing the result of the operation.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CreateWithSwapChain(SharpDX.Direct3D.DriverType,SharpDX.Direct3D11.DeviceCreationFlags,SharpDX.Direct3D.FeatureLevel[],SharpDX.DXGI.SwapChainDescription,SharpDX.Direct3D11.Device@,SharpDX.DXGI.SwapChain@)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.Device" /> class along with a new <see cref = "T:SharpDX.DXGI.SwapChain" /> used for rendering.
|
|
</summary>
|
|
<param name = "driverType">The type of device to create.</param>
|
|
<param name = "flags">A list of runtime layers to enable.</param>
|
|
<param name = "featureLevels">A list of feature levels which determine the order of feature levels to attempt to create.</param>
|
|
<param name = "swapChainDescription">Details used to create the swap chain.</param>
|
|
<param name = "device">When the method completes, contains the created device instance.</param>
|
|
<param name = "swapChain">When the method completes, contains the created swap chain instance.</param>
|
|
<returns>A <see cref = "T:SharpDX.Result" /> object describing the result of the operation.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CreateWithSwapChain(SharpDX.DXGI.Adapter,SharpDX.Direct3D11.DeviceCreationFlags,SharpDX.Direct3D.FeatureLevel[],SharpDX.DXGI.SwapChainDescription,SharpDX.Direct3D11.Device@,SharpDX.DXGI.SwapChain@)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.Device" /> class along with a new <see cref = "T:SharpDX.DXGI.SwapChain" /> used for rendering.
|
|
</summary>
|
|
<param name = "adapter">The video adapter on which the device should be created.</param>
|
|
<param name = "flags">A list of runtime layers to enable.</param>
|
|
<param name = "featureLevels">A list of feature levels which determine the order of feature levels to attempt to create.</param>
|
|
<param name = "swapChainDescription">Details used to create the swap chain.</param>
|
|
<param name = "device">When the method completes, contains the created device instance.</param>
|
|
<param name = "swapChain">When the method completes, contains the created swap chain instance.</param>
|
|
<returns>A <see cref = "T:SharpDX.Result" /> object describing the result of the operation.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CreateWithSwapChain(SharpDX.DXGI.Adapter,SharpDX.Direct3D.DriverType,SharpDX.Direct3D11.DeviceCreationFlags,SharpDX.Direct3D.FeatureLevel[],SharpDX.DXGI.SwapChainDescription,SharpDX.Direct3D11.Device@,SharpDX.DXGI.SwapChain@)">
|
|
<summary>
|
|
This overload has been deprecated. Use one of the alternatives that does not take both an adapter and a driver type.
|
|
</summary>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.GetCounterMetadata(SharpDX.Direct3D11.CounterDescription)">
|
|
<summary>
|
|
Get the type, name, units of measure, and a description of an existing counter.
|
|
</summary>
|
|
<param name="counterDescription">The counter description.</param>
|
|
<returns>Description of the counter</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.OpenSharedResource``1(System.IntPtr)">
|
|
<summary>
|
|
Give a device access to a shared resource created on a different Direct3d device.
|
|
</summary>
|
|
<typeparam name="T">The type of the resource we are gaining access to.</typeparam>
|
|
<param name="resourceHandle">A resource handle. See remarks.</param>
|
|
<returns>
|
|
This method returns a reference to the resource we are gaining access to.
|
|
</returns>
|
|
<remarks>
|
|
To share a resource between two Direct3D 10 devices the resource must have been created with the <see cref="F:SharpDX.Direct3D11.ResourceOptionFlags.Shared"/> flag, if it was created using the ID3D10Device interface. If it was created using the IDXGIDevice interface, then the resource is always shared. The REFIID, or GUID, of the interface to the resource can be obtained by using the __uuidof() macro. For example, __uuidof(ID3D10Buffer) will get the GUID of the interface to a buffer resource. When sharing a resource between two Direct3D 10 devices the unique handle of the resource can be obtained by querying the resource for the <see cref="T:SharpDX.DXGI.Resource"/> interface and then calling {{GetSharedHandle}}.
|
|
<code> IDXGIResource* pOtherResource(NULL);
|
|
hr = pOtherDeviceResource->QueryInterface( __uuidof(IDXGIResource), (void**)&pOtherResource );
|
|
HANDLE sharedHandle;
|
|
pOtherResource->GetSharedHandle(&sharedHandle); </code>
|
|
The only resources that can be shared are 2D non-mipmapped textures. To share a resource between a Direct3D 9 device and a Direct3D 10 device the texture must have been created using the pSharedHandle argument of {{CreateTexture}}. The shared Direct3D 9 handle is then passed to OpenSharedResource in the hResource argument. The following code illustrates the method calls involved.
|
|
<code> sharedHandle = NULL; // must be set to NULL to create, can use a valid handle here to open in D3D9
|
|
pDevice9->CreateTexture(..., pTex2D_9, &sharedHandle);
|
|
...
|
|
pDevice10->OpenSharedResource(sharedHandle, __uuidof(ID3D10Resource), (void**)(&tempResource10));
|
|
tempResource10->QueryInterface(__uuidof(ID3D10Texture2D), (void**)(&pTex2D_10));
|
|
tempResource10->Release();
|
|
// now use pTex2D_10 with pDevice10 </code>
|
|
Textures being shared from D3D9 to D3D10 have the following restrictions. Textures must be 2D Only 1 mip level is allowed Texture must have default usage Texture must be write only MSAA textures are not allowed Bind flags must have SHADER_RESOURCE and RENDER_TARGET set Only R10G10B10A2_UNORM, R16G16B16A16_FLOAT and R8G8B8A8_UNORM formats are allowed If a shared texture is updated on one device <see cref="M:SharpDX.Direct3D11.DeviceContext.Flush"/> must be called on that device.
|
|
</remarks>
|
|
<unmanaged>HRESULT ID3D10Device::OpenSharedResource([In] void* hResource,[In] GUID* ReturnedInterface,[Out, Optional] void** ppResource)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CheckComputeShaderFormatSupport(SharpDX.DXGI.Format)">
|
|
<summary>
|
|
Check if this device is supporting compute shaders for the specified format.
|
|
</summary>
|
|
<param name="format">The format for which to check support.</param>
|
|
<returns>Flags indicating usage contexts in which the specified format is supported.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CheckFeatureSupport(SharpDX.Direct3D11.Feature)">
|
|
<summary>
|
|
Check if this device is supporting a feature.
|
|
</summary>
|
|
<param name="feature">The feature to check.</param>
|
|
<returns>Returns true if this device supports this feature, otherwise false.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CheckThreadingSupport(System.Boolean@,System.Boolean@)">
|
|
<summary>
|
|
Check if this device is supporting threading.
|
|
</summary>
|
|
<param name="supportsConcurrentResources">Support concurrent resources.</param>
|
|
<param name="supportsCommandLists">Support command lists.</param>
|
|
<returns>A <see cref = "T:SharpDX.Result" /> object describing the result of the operation.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.GetSupportedFeatureLevel">
|
|
<summary>
|
|
Gets the highest supported hardware feature level of the primary adapter.
|
|
</summary>
|
|
<returns>The highest supported hardware feature level.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.GetSupportedFeatureLevel(SharpDX.DXGI.Adapter)">
|
|
<summary>
|
|
Gets the highest supported hardware feature level of the primary adapter.
|
|
</summary>
|
|
<param name="adapter">The adapter.</param>
|
|
<returns>
|
|
The highest supported hardware feature level.
|
|
</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.Device"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CreateBuffer(SharpDX.Direct3D11.BufferDescription@,System.Nullable{SharpDX.DataBox},SharpDX.Direct3D11.Buffer)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="descRef">No documentation.</param>
|
|
<param name="initialDataRef">No documentation.</param>
|
|
<param name="bufferOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::CreateBuffer']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::CreateBuffer([In] const D3D11_BUFFER_DESC* pDesc,[In, Optional] const D3D11_SUBRESOURCE_DATA* pInitialData,[Out, Fast] ID3D11Buffer** ppBuffer)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CreateTexture1D(SharpDX.Direct3D11.Texture1DDescription@,SharpDX.DataBox[],SharpDX.Direct3D11.Texture1D)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="descRef">No documentation.</param>
|
|
<param name="initialDataRef">No documentation.</param>
|
|
<param name="texture1DOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::CreateTexture1D']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::CreateTexture1D([In] const D3D11_TEXTURE1D_DESC* pDesc,[In, Buffer, Optional] const D3D11_SUBRESOURCE_DATA* pInitialData,[Out, Fast] ID3D11Texture1D** ppTexture1D)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CreateTexture2D(SharpDX.Direct3D11.Texture2DDescription@,SharpDX.DataBox[],SharpDX.Direct3D11.Texture2D)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="descRef">No documentation.</param>
|
|
<param name="initialDataRef">No documentation.</param>
|
|
<param name="texture2DOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::CreateTexture2D']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::CreateTexture2D([In] const D3D11_TEXTURE2D_DESC* pDesc,[In, Buffer, Optional] const D3D11_SUBRESOURCE_DATA* pInitialData,[Out, Fast] ID3D11Texture2D** ppTexture2D)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CreateTexture3D(SharpDX.Direct3D11.Texture3DDescription@,SharpDX.DataBox[],SharpDX.Direct3D11.Texture3D)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="descRef">No documentation.</param>
|
|
<param name="initialDataRef">No documentation.</param>
|
|
<param name="texture3DOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::CreateTexture3D']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::CreateTexture3D([In] const D3D11_TEXTURE3D_DESC* pDesc,[In, Buffer, Optional] const D3D11_SUBRESOURCE_DATA* pInitialData,[Out, Fast] ID3D11Texture3D** ppTexture3D)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CreateShaderResourceView(SharpDX.Direct3D11.Resource,System.Nullable{SharpDX.Direct3D11.ShaderResourceViewDescription},SharpDX.Direct3D11.ShaderResourceView)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="resourceRef">No documentation.</param>
|
|
<param name="descRef">No documentation.</param>
|
|
<param name="sRViewOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::CreateShaderResourceView']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::CreateShaderResourceView([In] ID3D11Resource* pResource,[In, Optional] const D3D11_SHADER_RESOURCE_VIEW_DESC* pDesc,[Out, Fast] ID3D11ShaderResourceView** ppSRView)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CreateUnorderedAccessView(SharpDX.Direct3D11.Resource,System.Nullable{SharpDX.Direct3D11.UnorderedAccessViewDescription},SharpDX.Direct3D11.UnorderedAccessView)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="resourceRef">No documentation.</param>
|
|
<param name="descRef">No documentation.</param>
|
|
<param name="uAViewOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::CreateUnorderedAccessView']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::CreateUnorderedAccessView([In] ID3D11Resource* pResource,[In, Optional] const D3D11_UNORDERED_ACCESS_VIEW_DESC* pDesc,[Out, Fast] ID3D11UnorderedAccessView** ppUAView)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CreateRenderTargetView(SharpDX.Direct3D11.Resource,System.Nullable{SharpDX.Direct3D11.RenderTargetViewDescription},SharpDX.Direct3D11.RenderTargetView)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="resourceRef">No documentation.</param>
|
|
<param name="descRef">No documentation.</param>
|
|
<param name="rTViewOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::CreateRenderTargetView']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::CreateRenderTargetView([In] ID3D11Resource* pResource,[In, Optional] const D3D11_RENDER_TARGET_VIEW_DESC* pDesc,[Out, Fast] ID3D11RenderTargetView** ppRTView)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CreateDepthStencilView(SharpDX.Direct3D11.Resource,System.Nullable{SharpDX.Direct3D11.DepthStencilViewDescription},SharpDX.Direct3D11.DepthStencilView)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="resourceRef">No documentation.</param>
|
|
<param name="descRef">No documentation.</param>
|
|
<param name="depthStencilViewOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::CreateDepthStencilView']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::CreateDepthStencilView([In] ID3D11Resource* pResource,[In, Optional] const D3D11_DEPTH_STENCIL_VIEW_DESC* pDesc,[Out, Fast] ID3D11DepthStencilView** ppDepthStencilView)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CreateInputLayout(SharpDX.Direct3D11.InputElement[],System.Int32,System.IntPtr,SharpDX.Size,SharpDX.Direct3D11.InputLayout)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="inputElementDescsRef">No documentation.</param>
|
|
<param name="numElements">No documentation.</param>
|
|
<param name="shaderBytecodeWithInputSignatureRef">No documentation.</param>
|
|
<param name="bytecodeLength">No documentation.</param>
|
|
<param name="inputLayoutOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::CreateInputLayout']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::CreateInputLayout([In, Buffer] const D3D11_INPUT_ELEMENT_DESC* pInputElementDescs,[In] unsigned int NumElements,[In] const void* pShaderBytecodeWithInputSignature,[In] SIZE_T BytecodeLength,[Out, Fast] ID3D11InputLayout** ppInputLayout)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CreateVertexShader(System.IntPtr,SharpDX.Size,SharpDX.Direct3D11.ClassLinkage,SharpDX.Direct3D11.VertexShader)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="shaderBytecodeRef">No documentation.</param>
|
|
<param name="bytecodeLength">No documentation.</param>
|
|
<param name="classLinkageRef">No documentation.</param>
|
|
<param name="vertexShaderOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::CreateVertexShader']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::CreateVertexShader([In] const void* pShaderBytecode,[In] SIZE_T BytecodeLength,[In, Optional] ID3D11ClassLinkage* pClassLinkage,[Out, Fast] ID3D11VertexShader** ppVertexShader)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CreateGeometryShader(System.IntPtr,SharpDX.Size,SharpDX.Direct3D11.ClassLinkage,SharpDX.Direct3D11.GeometryShader)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="shaderBytecodeRef">No documentation.</param>
|
|
<param name="bytecodeLength">No documentation.</param>
|
|
<param name="classLinkageRef">No documentation.</param>
|
|
<param name="geometryShaderOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::CreateGeometryShader']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::CreateGeometryShader([In] const void* pShaderBytecode,[In] SIZE_T BytecodeLength,[In, Optional] ID3D11ClassLinkage* pClassLinkage,[Out, Fast] ID3D11GeometryShader** ppGeometryShader)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CreateGeometryShaderWithStreamOutput(System.IntPtr,SharpDX.Size,SharpDX.Direct3D11.StreamOutputElement[],System.Int32,System.Int32[],System.Int32,System.Int32,SharpDX.Direct3D11.ClassLinkage,SharpDX.Direct3D11.GeometryShader)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="shaderBytecodeRef">No documentation.</param>
|
|
<param name="bytecodeLength">No documentation.</param>
|
|
<param name="sODeclarationRef">No documentation.</param>
|
|
<param name="numEntries">No documentation.</param>
|
|
<param name="bufferStridesRef">No documentation.</param>
|
|
<param name="numStrides">No documentation.</param>
|
|
<param name="rasterizedStream">No documentation.</param>
|
|
<param name="classLinkageRef">No documentation.</param>
|
|
<param name="geometryShaderOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::CreateGeometryShaderWithStreamOutput']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::CreateGeometryShaderWithStreamOutput([In] const void* pShaderBytecode,[In] SIZE_T BytecodeLength,[In, Buffer, Optional] const D3D11_SO_DECLARATION_ENTRY* pSODeclaration,[In] unsigned int NumEntries,[In, Buffer, Optional] const unsigned int* pBufferStrides,[In] unsigned int NumStrides,[In] unsigned int RasterizedStream,[In, Optional] ID3D11ClassLinkage* pClassLinkage,[Out, Fast] ID3D11GeometryShader** ppGeometryShader)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CreatePixelShader(System.IntPtr,SharpDX.Size,SharpDX.Direct3D11.ClassLinkage,SharpDX.Direct3D11.PixelShader)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="shaderBytecodeRef">No documentation.</param>
|
|
<param name="bytecodeLength">No documentation.</param>
|
|
<param name="classLinkageRef">No documentation.</param>
|
|
<param name="pixelShaderOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::CreatePixelShader']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::CreatePixelShader([In] const void* pShaderBytecode,[In] SIZE_T BytecodeLength,[In, Optional] ID3D11ClassLinkage* pClassLinkage,[Out, Fast] ID3D11PixelShader** ppPixelShader)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CreateHullShader(System.IntPtr,SharpDX.Size,SharpDX.Direct3D11.ClassLinkage,SharpDX.Direct3D11.HullShader)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="shaderBytecodeRef">No documentation.</param>
|
|
<param name="bytecodeLength">No documentation.</param>
|
|
<param name="classLinkageRef">No documentation.</param>
|
|
<param name="hullShaderOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::CreateHullShader']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::CreateHullShader([In] const void* pShaderBytecode,[In] SIZE_T BytecodeLength,[In, Optional] ID3D11ClassLinkage* pClassLinkage,[Out, Fast] ID3D11HullShader** ppHullShader)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CreateDomainShader(System.IntPtr,SharpDX.Size,SharpDX.Direct3D11.ClassLinkage,SharpDX.Direct3D11.DomainShader)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="shaderBytecodeRef">No documentation.</param>
|
|
<param name="bytecodeLength">No documentation.</param>
|
|
<param name="classLinkageRef">No documentation.</param>
|
|
<param name="domainShaderOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::CreateDomainShader']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::CreateDomainShader([In] const void* pShaderBytecode,[In] SIZE_T BytecodeLength,[In, Optional] ID3D11ClassLinkage* pClassLinkage,[Out, Fast] ID3D11DomainShader** ppDomainShader)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CreateComputeShader(System.IntPtr,SharpDX.Size,SharpDX.Direct3D11.ClassLinkage,SharpDX.Direct3D11.ComputeShader)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="shaderBytecodeRef">No documentation.</param>
|
|
<param name="bytecodeLength">No documentation.</param>
|
|
<param name="classLinkageRef">No documentation.</param>
|
|
<param name="computeShaderOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::CreateComputeShader']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::CreateComputeShader([In] const void* pShaderBytecode,[In] SIZE_T BytecodeLength,[In, Optional] ID3D11ClassLinkage* pClassLinkage,[Out, Fast] ID3D11ComputeShader** ppComputeShader)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CreateClassLinkage(SharpDX.Direct3D11.ClassLinkage)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="linkageOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::CreateClassLinkage']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::CreateClassLinkage([Out, Fast] ID3D11ClassLinkage** ppLinkage)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CreateBlendState(SharpDX.Direct3D11.BlendStateDescription@,SharpDX.Direct3D11.BlendState)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="blendStateDescRef">No documentation.</param>
|
|
<param name="blendStateOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::CreateBlendState']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::CreateBlendState([In] const D3D11_BLEND_DESC* pBlendStateDesc,[Out, Fast] ID3D11BlendState** ppBlendState)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CreateDepthStencilState(SharpDX.Direct3D11.DepthStencilStateDescription@,SharpDX.Direct3D11.DepthStencilState)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="depthStencilDescRef">No documentation.</param>
|
|
<param name="depthStencilStateOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::CreateDepthStencilState']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::CreateDepthStencilState([In] const D3D11_DEPTH_STENCIL_DESC* pDepthStencilDesc,[Out, Fast] ID3D11DepthStencilState** ppDepthStencilState)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CreateRasterizerState(SharpDX.Direct3D11.RasterizerStateDescription@,SharpDX.Direct3D11.RasterizerState)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="rasterizerDescRef">No documentation.</param>
|
|
<param name="rasterizerStateOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::CreateRasterizerState']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::CreateRasterizerState([In] const D3D11_RASTERIZER_DESC* pRasterizerDesc,[Out, Fast] ID3D11RasterizerState** ppRasterizerState)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CreateSamplerState(SharpDX.Direct3D11.SamplerStateDescription@,SharpDX.Direct3D11.SamplerState)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="samplerDescRef">No documentation.</param>
|
|
<param name="samplerStateOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::CreateSamplerState']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::CreateSamplerState([In] const D3D11_SAMPLER_DESC* pSamplerDesc,[Out, Fast] ID3D11SamplerState** ppSamplerState)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CreateQuery(SharpDX.Direct3D11.QueryDescription,SharpDX.Direct3D11.Query)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="queryDescRef">No documentation.</param>
|
|
<param name="queryOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::CreateQuery']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::CreateQuery([In] const D3D11_QUERY_DESC* pQueryDesc,[Out, Fast] ID3D11Query** ppQuery)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CreatePredicate(SharpDX.Direct3D11.QueryDescription,SharpDX.Direct3D11.Predicate)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="predicateDescRef">No documentation.</param>
|
|
<param name="predicateOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::CreatePredicate']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::CreatePredicate([In] const D3D11_QUERY_DESC* pPredicateDesc,[Out, Fast] ID3D11Predicate** ppPredicate)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CreateCounter(SharpDX.Direct3D11.CounterDescription,SharpDX.Direct3D11.Counter)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="counterDescRef">No documentation.</param>
|
|
<param name="counterOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::CreateCounter']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::CreateCounter([In] const D3D11_COUNTER_DESC* pCounterDesc,[Out, Fast] ID3D11Counter** ppCounter)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CreateDeferredContext(System.Int32,SharpDX.Direct3D11.DeviceContext)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="contextFlags">No documentation.</param>
|
|
<param name="deferredContextOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::CreateDeferredContext']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::CreateDeferredContext([In] unsigned int ContextFlags,[Out, Fast] ID3D11DeviceContext** ppDeferredContext)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.OpenSharedResource(System.IntPtr,System.Guid,System.IntPtr@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="hResource">No documentation.</param>
|
|
<param name="returnedInterface">No documentation.</param>
|
|
<param name="resourceOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::OpenSharedResource']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::OpenSharedResource([In] void* hResource,[In] const GUID& ReturnedInterface,[Out, Optional] void** ppResource)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CheckFormatSupport(SharpDX.DXGI.Format)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="format">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::CheckFormatSupport']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::CheckFormatSupport([In] DXGI_FORMAT Format,[Out] D3D11_FORMAT_SUPPORT* pFormatSupport)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CheckMultisampleQualityLevels(SharpDX.DXGI.Format,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="format">No documentation.</param>
|
|
<param name="sampleCount">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::CheckMultisampleQualityLevels']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::CheckMultisampleQualityLevels([In] DXGI_FORMAT Format,[In] unsigned int SampleCount,[Out] unsigned int* pNumQualityLevels)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.GetCounterCapabilities">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::CheckCounterInfo']/*"/>
|
|
<unmanaged>void ID3D11Device::CheckCounterInfo([Out] D3D11_COUNTER_INFO* pCounterInfo)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CheckCounter(SharpDX.Direct3D11.CounterDescription,SharpDX.Direct3D11.CounterType@,System.Int32@,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="descRef">No documentation.</param>
|
|
<param name="typeRef">No documentation.</param>
|
|
<param name="activeCountersRef">No documentation.</param>
|
|
<param name="szName">No documentation.</param>
|
|
<param name="nameLengthRef">No documentation.</param>
|
|
<param name="szUnits">No documentation.</param>
|
|
<param name="unitsLengthRef">No documentation.</param>
|
|
<param name="szDescription">No documentation.</param>
|
|
<param name="descriptionLengthRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::CheckCounter']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::CheckCounter([In] const D3D11_COUNTER_DESC* pDesc,[Out] D3D11_COUNTER_TYPE* pType,[Out] unsigned int* pActiveCounters,[Out, Buffer, Optional] char* szName,[InOut, Optional] unsigned int* pNameLength,[Out, Buffer, Optional] char* szUnits,[InOut, Optional] unsigned int* pUnitsLength,[Out, Buffer, Optional] char* szDescription,[InOut, Optional] unsigned int* pDescriptionLength)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.CheckFeatureSupport(SharpDX.Direct3D11.Feature,System.IntPtr,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="feature">No documentation.</param>
|
|
<param name="featureSupportDataRef">No documentation.</param>
|
|
<param name="featureSupportDataSize">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::CheckFeatureSupport']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::CheckFeatureSupport([In] D3D11_FEATURE Feature,[Out, Buffer] void* pFeatureSupportData,[In] unsigned int FeatureSupportDataSize)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.GetPrivateData(System.Guid,System.Int32@,System.IntPtr)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="guid">No documentation.</param>
|
|
<param name="dataSizeRef">No documentation.</param>
|
|
<param name="dataRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::GetPrivateData']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::GetPrivateData([In] const GUID& guid,[InOut] unsigned int* pDataSize,[Out, Buffer, Optional] void* pData)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.SetPrivateData(System.Guid,System.Int32,System.IntPtr)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="guid">No documentation.</param>
|
|
<param name="dataSize">No documentation.</param>
|
|
<param name="dataRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::SetPrivateData']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::SetPrivateData([In] const GUID& guid,[In] unsigned int DataSize,[In, Buffer, Optional] const void* pData)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.SetPrivateDataInterface(System.Guid,SharpDX.ComObject)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="guid">No documentation.</param>
|
|
<param name="dataRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::SetPrivateDataInterface']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::SetPrivateDataInterface([In] const GUID& guid,[In, Optional] const IUnknown* pData)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.GetFeatureLevel">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::GetFeatureLevel']/*"/>
|
|
<unmanaged>D3D_FEATURE_LEVEL ID3D11Device::GetFeatureLevel()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.GetCreationFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::GetCreationFlags']/*"/>
|
|
<unmanaged>unsigned int ID3D11Device::GetCreationFlags()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.GetDeviceRemovedReason">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::GetDeviceRemovedReason']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::GetDeviceRemovedReason()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.GetImmediateContext(SharpDX.Direct3D11.DeviceContext@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="immediateContextOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::GetImmediateContext']/*"/>
|
|
<unmanaged>void ID3D11Device::GetImmediateContext([Out] ID3D11DeviceContext** ppImmediateContext)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.SetExceptionMode(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="raiseFlags">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::SetExceptionMode']/*"/>
|
|
<unmanaged>HRESULT ID3D11Device::SetExceptionMode([In] unsigned int RaiseFlags)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Device.GetExceptionMode">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::GetExceptionMode']/*"/>
|
|
<unmanaged>unsigned int ID3D11Device::GetExceptionMode()</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.Device.ImmediateContext">
|
|
<summary>
|
|
Get the imediate <see cref="T:SharpDX.Direct3D11.DeviceContext"/> attached to this Device.
|
|
</summary>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.Device.IsReferenceDevice">
|
|
<summary>
|
|
Gets a value indicating whether the current device is using the reference rasterizer.
|
|
</summary>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.Device.FeatureLevel">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::GetFeatureLevel']/*"/>
|
|
<unmanaged>GetFeatureLevel</unmanaged>
|
|
<unmanaged>D3D_FEATURE_LEVEL ID3D11Device::GetFeatureLevel()</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.Device.CreationFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::GetCreationFlags']/*"/>
|
|
<unmanaged>GetCreationFlags</unmanaged>
|
|
<unmanaged>unsigned int ID3D11Device::GetCreationFlags()</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.Device.DeviceRemovedReason">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::GetDeviceRemovedReason']/*"/>
|
|
<unmanaged>GetDeviceRemovedReason</unmanaged>
|
|
<unmanaged>HRESULT ID3D11Device::GetDeviceRemovedReason()</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.Device.ExceptionMode">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Device::GetExceptionMode']/*"/>
|
|
<unmanaged>GetExceptionMode</unmanaged>
|
|
<unmanaged>unsigned int ID3D11Device::GetExceptionMode()</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DeviceContext">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext']/*"/>
|
|
<unmanaged>ID3D11DeviceContext</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.#ctor(SharpDX.Direct3D11.Device)">
|
|
<summary>
|
|
Constructs a new deferred context <see cref = "T:SharpDX.Direct3D11.DeviceContext" />.
|
|
</summary>
|
|
<param name = "device">The device with which to associate the state object.</param>
|
|
<returns>The newly created object.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.FinishCommandList(System.Boolean)">
|
|
<summary>
|
|
Create a command list and record graphics commands into it.
|
|
</summary>
|
|
<param name = "restoreState">A flag indicating whether the immediate context state is saved (prior) and restored (after) the execution of a command list.</param>
|
|
<returns>The created command list containing the queued rendering commands.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.GetData(SharpDX.Direct3D11.Asynchronous)">
|
|
<summary>
|
|
Gets data from the GPU asynchronously.
|
|
</summary>
|
|
<param name = "data">The asynchronous data provider.</param>
|
|
<returns>The data retrieved from the GPU.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.GetData``1(SharpDX.Direct3D11.Asynchronous)">
|
|
<summary>
|
|
Gets data from the GPU asynchronously.
|
|
</summary>
|
|
<param name = "data">The asynchronous data provider.</param>
|
|
<returns>The data retrieved from the GPU.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.GetData(SharpDX.Direct3D11.Asynchronous,SharpDX.Direct3D11.AsynchronousFlags)">
|
|
<summary>
|
|
Gets data from the GPU asynchronously.
|
|
</summary>
|
|
<param name = "data">The asynchronous data provider.</param>
|
|
<param name = "flags">Flags specifying how the command should operate.</param>
|
|
<returns>The data retrieved from the GPU.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.GetData``1(SharpDX.Direct3D11.Asynchronous,SharpDX.Direct3D11.AsynchronousFlags)">
|
|
<summary>
|
|
Gets data from the GPU asynchronously.
|
|
</summary>
|
|
<param name = "data">The asynchronous data provider.</param>
|
|
<param name = "flags">Flags specifying how the command should operate.</param>
|
|
<returns>The data retrieved from the GPU.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.CopyResource(SharpDX.Direct3D11.Resource,SharpDX.Direct3D11.Resource)">
|
|
<summary>
|
|
Copy the entire contents of the source resource to the destination resource using the GPU.
|
|
</summary>
|
|
<remarks>
|
|
This method is unusual in that it causes the GPU to perform the copy operation (similar to a memcpy by the CPU). As a result, it has a few restrictions designed for improving performance. For instance, the source and destination resources: Must be different resources. Must be the same type. Must have identical dimensions (including width, height, depth, and size as appropriate). Will only be copied. CopyResource does not support any stretch, color key, blend, or format conversions. Must have compatible DXGI formats, which means the formats must be identical or at least from the same type group. For example, a DXGI_FORMAT_R32G32B32_FLOAT texture can be copied to an DXGI_FORMAT_R32G32B32_UINT texture since both of these formats are in the DXGI_FORMAT_R32G32B32_TYPELESS group. Might not be currently mapped. You cannot use an {{Immutable}} resource as a destination. You can use a {{depth-stencil}} resource as either a source or a destination. Resources created with multisampling capability (see <see cref="T:SharpDX.DXGI.SampleDescription"/>) can be used as source and destination only if both source and destination have identical multisampled count and quality. If source and destination differ in multisampled count and quality or if one is multisampled and the other is not multisampled the call to ID3D11DeviceContext::CopyResource fails. The method is an asynchronous call which may be added to the command-buffer queue. This attempts to remove pipeline stalls that may occur when copying data. An application that only needs to copy a portion of the data in a resource should use <see cref="M:SharpDX.Direct3D11.DeviceContext.CopySubresourceRegion_(SharpDX.Direct3D11.Resource,System.Int32,System.Int32,System.Int32,System.Int32,SharpDX.Direct3D11.Resource,System.Int32,System.Nullable{SharpDX.Direct3D11.ResourceRegion})"/> instead.
|
|
</remarks>
|
|
<param name="source">A reference to the source resource (see <see cref="T:SharpDX.Direct3D11.Resource"/>). </param>
|
|
<param name="destination">A reference to the destination resource (see <see cref="T:SharpDX.Direct3D11.Resource"/>). </param>
|
|
<unmanaged>void ID3D11DeviceContext::CopyResource([In] ID3D11Resource* pDstResource,[In] ID3D11Resource* pSrcResource)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.CopySubresourceRegion(SharpDX.Direct3D11.Resource,System.Int32,System.Nullable{SharpDX.Direct3D11.ResourceRegion},SharpDX.Direct3D11.Resource,System.Int32,System.Int32,System.Int32,System.Int32)">
|
|
<summary>
|
|
Copy a region from a source resource to a destination resource.
|
|
</summary>
|
|
<remarks>
|
|
The source box must be within the size of the source resource. The destination offsets, (x, y, and z) allow the source box to be offset when writing into the destination resource; however, the dimensions of the source box and the offsets must be within the size of the resource. If the resources are buffers, all coordinates are in bytes; if the resources are textures, all coordinates are in texels. {{D3D11CalcSubresource}} is a helper function for calculating subresource indexes. CopySubresourceRegion performs the copy on the GPU (similar to a memcpy by the CPU). As a consequence, the source and destination resources: Must be different subresources (although they can be from the same resource). Must be the same type. Must have compatible DXGI formats (identical or from the same type group). For example, a DXGI_FORMAT_R32G32B32_FLOAT texture can be copied to an DXGI_FORMAT_R32G32B32_UINT texture since both of these formats are in the DXGI_FORMAT_R32G32B32_TYPELESS group. May not be currently mapped. CopySubresourceRegion only supports copy; it does not support any stretch, color key, blend, or format conversions. An application that needs to copy an entire resource should use <see cref="M:SharpDX.Direct3D11.DeviceContext.CopyResource_(SharpDX.Direct3D11.Resource,SharpDX.Direct3D11.Resource)"/> instead. CopySubresourceRegion is an asynchronous call which may be added to the command-buffer queue, this attempts to remove pipeline stalls that may occur when copying data. See performance considerations for more details. Note??If you use CopySubresourceRegion with a depth-stencil buffer or a multisampled resource, you must copy the whole subresource. In this situation, you must pass 0 to the DstX, DstY, and DstZ parameters and NULL to the pSrcBox parameter. In addition, source and destination resources, which are represented by the pSrcResource and pDstResource parameters, should have identical sample count values. Example The following code snippet copies a box (located at (120,100),(200,220)) from a source texture into a reqion (10,20),(90,140) in a destination texture.
|
|
<code> D3D11_BOX sourceRegion;
|
|
sourceRegion.left = 120;
|
|
sourceRegion.right = 200;
|
|
sourceRegion.top = 100;
|
|
sourceRegion.bottom = 220;
|
|
sourceRegion.front = 0;
|
|
sourceRegion.back = 1; pd3dDeviceContext->CopySubresourceRegion( pDestTexture, 0, 10, 20, 0, pSourceTexture, 0, &sourceRegion ); </code>
|
|
|
|
Notice, that for a 2D texture, front and back are set to 0 and 1 respectively.
|
|
</remarks>
|
|
<param name="source">A reference to the source resource (see <see cref="T:SharpDX.Direct3D11.Resource"/>). </param>
|
|
<param name="sourceSubresource">Source subresource index. </param>
|
|
<param name="sourceRegion">A reference to a 3D box (see <see cref="T:SharpDX.Direct3D11.ResourceRegion"/>) that defines the source subresources that can be copied. If NULL, the entire source subresource is copied. The box must fit within the source resource. </param>
|
|
<param name="destination">A reference to the destination resource (see <see cref="T:SharpDX.Direct3D11.Resource"/>). </param>
|
|
<param name="destinationSubResource">Destination subresource index. </param>
|
|
<param name="dstX">The x-coordinate of the upper left corner of the destination region. </param>
|
|
<param name="dstY">The y-coordinate of the upper left corner of the destination region. For a 1D subresource, this must be zero. </param>
|
|
<param name="dstZ">The z-coordinate of the upper left corner of the destination region. For a 1D or 2D subresource, this must be zero. </param>
|
|
<unmanaged>void ID3D11DeviceContext::CopySubresourceRegion([In] ID3D11Resource* pDstResource,[In] int DstSubresource,[In] int DstX,[In] int DstY,[In] int DstZ,[In] ID3D11Resource* pSrcResource,[In] int SrcSubresource,[In, Optional] const D3D11_BOX* pSrcBox)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.ResolveSubresource(SharpDX.Direct3D11.Resource,System.Int32,SharpDX.Direct3D11.Resource,System.Int32,SharpDX.DXGI.Format)">
|
|
<summary>
|
|
Copy a multisampled resource into a non-multisampled resource.
|
|
</summary>
|
|
<remarks>
|
|
This API is most useful when re-using the resulting rendertarget of one render pass as an input to a second render pass. The source and destination resources must be the same resource type and have the same dimensions. In addition, they must have compatible formats. There are three scenarios for this: ScenarioRequirements Source and destination are prestructured and typedBoth the source and destination must have identical formats and that format must be specified in the Format parameter. One resource is prestructured and typed and the other is prestructured and typelessThe typed resource must have a format that is compatible with the typeless resource (i.e. the typed resource is DXGI_FORMAT_R32_FLOAT and the typeless resource is DXGI_FORMAT_R32_TYPELESS). The format of the typed resource must be specified in the Format parameter. Source and destination are prestructured and typelessBoth the source and desintation must have the same typeless format (i.e. both must have DXGI_FORMAT_R32_TYPELESS), and the Format parameter must specify a format that is compatible with the source and destination (i.e. if both are DXGI_FORMAT_R32_TYPELESS then DXGI_FORMAT_R32_FLOAT could be specified in the Format parameter). For example, given the DXGI_FORMAT_R16G16B16A16_TYPELESS format: The source (or dest) format could be DXGI_FORMAT_R16G16B16A16_UNORM The dest (or source) format could be DXGI_FORMAT_R16G16B16A16_FLOAT ?
|
|
</remarks>
|
|
<param name="source">Source resource. Must be multisampled. </param>
|
|
<param name="sourceSubresource">>The source subresource of the source resource. </param>
|
|
<param name="destination">Destination resource. Must be a created with the <see cref="F:SharpDX.Direct3D11.ResourceUsage.Default"/> flag and be single-sampled. See <see cref="T:SharpDX.Direct3D11.Resource"/>. </param>
|
|
<param name="destinationSubresource">A zero-based index, that identifies the destination subresource. Use {{D3D11CalcSubresource}} to calculate the index. </param>
|
|
<param name="format">A <see cref="T:SharpDX.DXGI.Format"/> that indicates how the multisampled resource will be resolved to a single-sampled resource. See remarks. </param>
|
|
<unmanaged>void ID3D11DeviceContext::ResolveSubresource([In] ID3D11Resource* pDstResource,[In] int DstSubresource,[In] ID3D11Resource* pSrcResource,[In] int SrcSubresource,[In] DXGI_FORMAT Format)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.UpdateSubresource``1(``0@,SharpDX.Direct3D11.Resource,System.Int32,System.Int32,System.Int32)">
|
|
<summary>
|
|
Copies data from the CPU to to a non-mappable subresource region.
|
|
</summary>
|
|
<typeparam name="T">Type of the data to upload</typeparam>
|
|
<param name="data">A reference to the data to upload.</param>
|
|
<param name="resource">The destination resource.</param>
|
|
<param name="subresource">The destination subresource.</param>
|
|
<param name="rowPitch">The row pitch.</param>
|
|
<param name="depthPitch">The depth pitch.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.UpdateSubresource``1(``0[],SharpDX.Direct3D11.Resource,System.Int32,System.Int32,System.Int32)">
|
|
<summary>
|
|
Copies data from the CPU to to a non-mappable subresource region.
|
|
</summary>
|
|
<typeparam name="T">Type of the data to upload</typeparam>
|
|
<param name="data">A reference to the data to upload.</param>
|
|
<param name="resource">The destination resource.</param>
|
|
<param name="subresource">The destination subresource.</param>
|
|
<param name="rowPitch">The row pitch.</param>
|
|
<param name="depthPitch">The depth pitch.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.UpdateSubresource(SharpDX.DataBox,SharpDX.Direct3D11.Resource,System.Int32)">
|
|
<summary>
|
|
Copies data from the CPU to to a non-mappable subresource region.
|
|
</summary>
|
|
<param name = "source">The source data.</param>
|
|
<param name = "resource">The destination resource.</param>
|
|
<param name = "subresource">The destination subresource.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.UpdateSubresource(SharpDX.DataBox,SharpDX.Direct3D11.Resource,System.Int32,SharpDX.Direct3D11.ResourceRegion)">
|
|
<summary>
|
|
Copies data from the CPU to to a non-mappable subresource region.
|
|
</summary>
|
|
<param name = "source">The source data.</param>
|
|
<param name = "resource">The destination resource.</param>
|
|
<param name = "subresource">The destination subresource.</param>
|
|
<param name = "region">The destination region within the resource.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.DeviceContext"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.NativePointerUpdated(System.IntPtr)">
|
|
<summary>Update nested inner interfaces pointer</summary>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.DrawIndexed(System.Int32,System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="indexCount">No documentation.</param>
|
|
<param name="startIndexLocation">No documentation.</param>
|
|
<param name="baseVertexLocation">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::DrawIndexed']/*"/>
|
|
<unmanaged>void ID3D11DeviceContext::DrawIndexed([In] unsigned int IndexCount,[In] unsigned int StartIndexLocation,[In] int BaseVertexLocation)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.Draw(System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="vertexCount">No documentation.</param>
|
|
<param name="startVertexLocation">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::Draw']/*"/>
|
|
<unmanaged>void ID3D11DeviceContext::Draw([In] unsigned int VertexCount,[In] unsigned int StartVertexLocation)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.MapSubresource(SharpDX.Direct3D11.Resource,System.Int32,SharpDX.Direct3D11.MapMode,SharpDX.Direct3D11.MapFlags)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="resourceRef">No documentation.</param>
|
|
<param name="subresource">No documentation.</param>
|
|
<param name="mapType">No documentation.</param>
|
|
<param name="mapFlags">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::Map']/*"/>
|
|
<unmanaged>HRESULT ID3D11DeviceContext::Map([In] ID3D11Resource* pResource,[In] unsigned int Subresource,[In] D3D11_MAP MapType,[In] D3D11_MAP_FLAG MapFlags,[Out] D3D11_MAPPED_SUBRESOURCE* pMappedResource)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.UnmapSubresource(SharpDX.Direct3D11.Resource,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="resourceRef">No documentation.</param>
|
|
<param name="subresource">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::Unmap']/*"/>
|
|
<unmanaged>void ID3D11DeviceContext::Unmap([In] ID3D11Resource* pResource,[In] unsigned int Subresource)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.DrawIndexedInstanced(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="indexCountPerInstance">No documentation.</param>
|
|
<param name="instanceCount">No documentation.</param>
|
|
<param name="startIndexLocation">No documentation.</param>
|
|
<param name="baseVertexLocation">No documentation.</param>
|
|
<param name="startInstanceLocation">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::DrawIndexedInstanced']/*"/>
|
|
<unmanaged>void ID3D11DeviceContext::DrawIndexedInstanced([In] unsigned int IndexCountPerInstance,[In] unsigned int InstanceCount,[In] unsigned int StartIndexLocation,[In] int BaseVertexLocation,[In] unsigned int StartInstanceLocation)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.DrawInstanced(System.Int32,System.Int32,System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="vertexCountPerInstance">No documentation.</param>
|
|
<param name="instanceCount">No documentation.</param>
|
|
<param name="startVertexLocation">No documentation.</param>
|
|
<param name="startInstanceLocation">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::DrawInstanced']/*"/>
|
|
<unmanaged>void ID3D11DeviceContext::DrawInstanced([In] unsigned int VertexCountPerInstance,[In] unsigned int InstanceCount,[In] unsigned int StartVertexLocation,[In] unsigned int StartInstanceLocation)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.Begin(SharpDX.Direct3D11.Asynchronous)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="asyncRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::Begin']/*"/>
|
|
<unmanaged>void ID3D11DeviceContext::Begin([In] ID3D11Asynchronous* pAsync)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.End(SharpDX.Direct3D11.Asynchronous)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="asyncRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::End']/*"/>
|
|
<unmanaged>void ID3D11DeviceContext::End([In] ID3D11Asynchronous* pAsync)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.GetDataInternal(SharpDX.Direct3D11.Asynchronous,System.IntPtr,System.Int32,SharpDX.Direct3D11.AsynchronousFlags)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="asyncRef">No documentation.</param>
|
|
<param name="dataRef">No documentation.</param>
|
|
<param name="dataSize">No documentation.</param>
|
|
<param name="getDataFlags">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::GetData']/*"/>
|
|
<unmanaged>HRESULT ID3D11DeviceContext::GetData([In] ID3D11Asynchronous* pAsync,[Out, Buffer, Optional] void* pData,[In] unsigned int DataSize,[In] D3D11_ASYNC_GETDATA_FLAG GetDataFlags)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.SetPredication(SharpDX.Direct3D11.Predicate,System.Boolean)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="predicateRef">No documentation.</param>
|
|
<param name="predicateValue">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::SetPredication']/*"/>
|
|
<unmanaged>void ID3D11DeviceContext::SetPredication([In, Optional] ID3D11Predicate* pPredicate,[In] BOOL PredicateValue)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.DrawAuto">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::DrawAuto']/*"/>
|
|
<unmanaged>void ID3D11DeviceContext::DrawAuto()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.DrawIndexedInstancedIndirect(SharpDX.Direct3D11.Buffer,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="bufferForArgsRef">No documentation.</param>
|
|
<param name="alignedByteOffsetForArgs">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::DrawIndexedInstancedIndirect']/*"/>
|
|
<unmanaged>void ID3D11DeviceContext::DrawIndexedInstancedIndirect([In] ID3D11Buffer* pBufferForArgs,[In] unsigned int AlignedByteOffsetForArgs)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.DrawInstancedIndirect(SharpDX.Direct3D11.Buffer,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="bufferForArgsRef">No documentation.</param>
|
|
<param name="alignedByteOffsetForArgs">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::DrawInstancedIndirect']/*"/>
|
|
<unmanaged>void ID3D11DeviceContext::DrawInstancedIndirect([In] ID3D11Buffer* pBufferForArgs,[In] unsigned int AlignedByteOffsetForArgs)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.Dispatch(System.Int32,System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="threadGroupCountX">No documentation.</param>
|
|
<param name="threadGroupCountY">No documentation.</param>
|
|
<param name="threadGroupCountZ">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::Dispatch']/*"/>
|
|
<unmanaged>void ID3D11DeviceContext::Dispatch([In] unsigned int ThreadGroupCountX,[In] unsigned int ThreadGroupCountY,[In] unsigned int ThreadGroupCountZ)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.DispatchIndirect(SharpDX.Direct3D11.Buffer,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="bufferForArgsRef">No documentation.</param>
|
|
<param name="alignedByteOffsetForArgs">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::DispatchIndirect']/*"/>
|
|
<unmanaged>void ID3D11DeviceContext::DispatchIndirect([In] ID3D11Buffer* pBufferForArgs,[In] unsigned int AlignedByteOffsetForArgs)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.CopySubresourceRegion_(SharpDX.Direct3D11.Resource,System.Int32,System.Int32,System.Int32,System.Int32,SharpDX.Direct3D11.Resource,System.Int32,System.Nullable{SharpDX.Direct3D11.ResourceRegion})">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="dstResourceRef">No documentation.</param>
|
|
<param name="dstSubresource">No documentation.</param>
|
|
<param name="dstX">No documentation.</param>
|
|
<param name="dstY">No documentation.</param>
|
|
<param name="dstZ">No documentation.</param>
|
|
<param name="srcResourceRef">No documentation.</param>
|
|
<param name="srcSubresource">No documentation.</param>
|
|
<param name="srcBoxRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::CopySubresourceRegion']/*"/>
|
|
<unmanaged>void ID3D11DeviceContext::CopySubresourceRegion([In] ID3D11Resource* pDstResource,[In] unsigned int DstSubresource,[In] unsigned int DstX,[In] unsigned int DstY,[In] unsigned int DstZ,[In] ID3D11Resource* pSrcResource,[In] unsigned int SrcSubresource,[In, Optional] const D3D11_BOX* pSrcBox)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.CopyResource_(SharpDX.Direct3D11.Resource,SharpDX.Direct3D11.Resource)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="dstResourceRef">No documentation.</param>
|
|
<param name="srcResourceRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::CopyResource']/*"/>
|
|
<unmanaged>void ID3D11DeviceContext::CopyResource([In] ID3D11Resource* pDstResource,[In] ID3D11Resource* pSrcResource)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.UpdateSubresource(SharpDX.Direct3D11.Resource,System.Int32,System.Nullable{SharpDX.Direct3D11.ResourceRegion},System.IntPtr,System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="dstResourceRef">No documentation.</param>
|
|
<param name="dstSubresource">No documentation.</param>
|
|
<param name="dstBoxRef">No documentation.</param>
|
|
<param name="srcDataRef">No documentation.</param>
|
|
<param name="srcRowPitch">No documentation.</param>
|
|
<param name="srcDepthPitch">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::UpdateSubresource']/*"/>
|
|
<unmanaged>void ID3D11DeviceContext::UpdateSubresource([In] ID3D11Resource* pDstResource,[In] unsigned int DstSubresource,[In, Optional] const D3D11_BOX* pDstBox,[In] const void* pSrcData,[In] unsigned int SrcRowPitch,[In] unsigned int SrcDepthPitch)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.CopyStructureCount(SharpDX.Direct3D11.Buffer,System.Int32,SharpDX.Direct3D11.UnorderedAccessView)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="dstBufferRef">No documentation.</param>
|
|
<param name="dstAlignedByteOffset">No documentation.</param>
|
|
<param name="srcViewRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::CopyStructureCount']/*"/>
|
|
<unmanaged>void ID3D11DeviceContext::CopyStructureCount([In] ID3D11Buffer* pDstBuffer,[In] unsigned int DstAlignedByteOffset,[In] ID3D11UnorderedAccessView* pSrcView)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.ClearRenderTargetView(SharpDX.Direct3D11.RenderTargetView,SharpDX.Color4)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="renderTargetViewRef">No documentation.</param>
|
|
<param name="colorRGBA">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::ClearRenderTargetView']/*"/>
|
|
<unmanaged>void ID3D11DeviceContext::ClearRenderTargetView([In] ID3D11RenderTargetView* pRenderTargetView,[In] const SHARPDX_COLOR4* ColorRGBA)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.ClearUnorderedAccessView(SharpDX.Direct3D11.UnorderedAccessView,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="unorderedAccessViewRef">No documentation.</param>
|
|
<param name="values">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::ClearUnorderedAccessViewUint']/*"/>
|
|
<unmanaged>void ID3D11DeviceContext::ClearUnorderedAccessViewUint([In] ID3D11UnorderedAccessView* pUnorderedAccessView,[In] const unsigned int* Values)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.ClearUnorderedAccessView(SharpDX.Direct3D11.UnorderedAccessView,System.Single)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="unorderedAccessViewRef">No documentation.</param>
|
|
<param name="values">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::ClearUnorderedAccessViewFloat']/*"/>
|
|
<unmanaged>void ID3D11DeviceContext::ClearUnorderedAccessViewFloat([In] ID3D11UnorderedAccessView* pUnorderedAccessView,[In] const float* Values)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.ClearDepthStencilView(SharpDX.Direct3D11.DepthStencilView,SharpDX.Direct3D11.DepthStencilClearFlags,System.Single,System.Byte)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="depthStencilViewRef">No documentation.</param>
|
|
<param name="clearFlags">No documentation.</param>
|
|
<param name="depth">No documentation.</param>
|
|
<param name="stencil">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::ClearDepthStencilView']/*"/>
|
|
<unmanaged>void ID3D11DeviceContext::ClearDepthStencilView([In] ID3D11DepthStencilView* pDepthStencilView,[In] D3D11_CLEAR_FLAG ClearFlags,[In] float Depth,[In] unsigned char Stencil)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.GenerateMips(SharpDX.Direct3D11.ShaderResourceView)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="shaderResourceViewRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::GenerateMips']/*"/>
|
|
<unmanaged>void ID3D11DeviceContext::GenerateMips([In] ID3D11ShaderResourceView* pShaderResourceView)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.SetMinimumLod(SharpDX.Direct3D11.Resource,System.Single)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="resourceRef">No documentation.</param>
|
|
<param name="minLOD">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::SetResourceMinLOD']/*"/>
|
|
<unmanaged>void ID3D11DeviceContext::SetResourceMinLOD([In] ID3D11Resource* pResource,[In] float MinLOD)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.GetMinimumLod(SharpDX.Direct3D11.Resource)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="resourceRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::GetResourceMinLOD']/*"/>
|
|
<unmanaged>float ID3D11DeviceContext::GetResourceMinLOD([In] ID3D11Resource* pResource)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.ResolveSubresource_(SharpDX.Direct3D11.Resource,System.Int32,SharpDX.Direct3D11.Resource,System.Int32,SharpDX.DXGI.Format)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="dstResourceRef">No documentation.</param>
|
|
<param name="dstSubresource">No documentation.</param>
|
|
<param name="srcResourceRef">No documentation.</param>
|
|
<param name="srcSubresource">No documentation.</param>
|
|
<param name="format">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::ResolveSubresource']/*"/>
|
|
<unmanaged>void ID3D11DeviceContext::ResolveSubresource([In] ID3D11Resource* pDstResource,[In] unsigned int DstSubresource,[In] ID3D11Resource* pSrcResource,[In] unsigned int SrcSubresource,[In] DXGI_FORMAT Format)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.ExecuteCommandList(SharpDX.Direct3D11.CommandList,System.Boolean)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="commandListRef">No documentation.</param>
|
|
<param name="restoreContextState">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::ExecuteCommandList']/*"/>
|
|
<unmanaged>void ID3D11DeviceContext::ExecuteCommandList([In] ID3D11CommandList* pCommandList,[In] BOOL RestoreContextState)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.GetPredication(System.Boolean@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="predicateValueRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::GetPredication']/*"/>
|
|
<unmanaged>void ID3D11DeviceContext::GetPredication([Out, Optional] ID3D11Predicate** ppPredicate,[Out, Optional] BOOL* pPredicateValue)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.ClearState">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::ClearState']/*"/>
|
|
<unmanaged>void ID3D11DeviceContext::ClearState()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.Flush">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::Flush']/*"/>
|
|
<unmanaged>void ID3D11DeviceContext::Flush()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.GetTypeInfo">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::GetType']/*"/>
|
|
<unmanaged>D3D11_DEVICE_CONTEXT_TYPE ID3D11DeviceContext::GetType()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.GetContextFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::GetContextFlags']/*"/>
|
|
<unmanaged>unsigned int ID3D11DeviceContext::GetContextFlags()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.FinishCommandListInternal(System.Boolean,SharpDX.Direct3D11.CommandList@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="restoreDeferredContextState">No documentation.</param>
|
|
<param name="commandListOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::FinishCommandList']/*"/>
|
|
<unmanaged>HRESULT ID3D11DeviceContext::FinishCommandList([In] BOOL RestoreDeferredContextState,[Out, Optional] ID3D11CommandList** ppCommandList)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.DeviceContext.InputAssembler">
|
|
<summary>Inner interface giving access to InputAssemblerStage methods. </summary>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.DeviceContext.VertexShader">
|
|
<summary>Inner interface giving access to VertexShaderStage methods. </summary>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.DeviceContext.PixelShader">
|
|
<summary>Inner interface giving access to PixelShaderStage methods. </summary>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.DeviceContext.GeometryShader">
|
|
<summary>Inner interface giving access to GeometryShaderStage methods. </summary>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.DeviceContext.StreamOutput">
|
|
<summary>Inner interface giving access to StreamOutputStage methods. </summary>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.DeviceContext.Rasterizer">
|
|
<summary>Inner interface giving access to RasterizerStage methods. </summary>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.DeviceContext.OutputMerger">
|
|
<summary>Inner interface giving access to OutputMergerStage methods. </summary>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.DeviceContext.DomainShader">
|
|
<summary>Inner interface giving access to DomainShaderStage methods. </summary>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.DeviceContext.HullShader">
|
|
<summary>Inner interface giving access to HullShaderStage methods. </summary>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.DeviceContext.ComputeShader">
|
|
<summary>Inner interface giving access to ComputeShaderStage methods. </summary>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.DeviceContext.TypeInfo">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::GetType']/*"/>
|
|
<unmanaged>GetType</unmanaged>
|
|
<unmanaged>D3D11_DEVICE_CONTEXT_TYPE ID3D11DeviceContext::GetType()</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.DeviceContext.ContextFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DeviceContext::GetContextFlags']/*"/>
|
|
<unmanaged>GetContextFlags</unmanaged>
|
|
<unmanaged>unsigned int ID3D11DeviceContext::GetContextFlags()</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DeviceContext.StreamOutputStage">
|
|
<summary>Interface StreamOutputStage.</summary>
|
|
<unmanaged>ID3D11DeviceContext</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.StreamOutputStage.SetTargets(SharpDX.Direct3D11.StreamOutputBufferBinding[])">
|
|
<summary>
|
|
Set the target output {{buffers}} for the {{StreamOutput}} stage, which enables/disables the pipeline to stream-out data.
|
|
</summary>
|
|
<remarks>
|
|
Call ID3D10Device::SOSetTargets (before any draw calls) to stream data out; call SOSetTargets with NULL to stop streaming data out. For an example, see Exercise 01 from the GDC 2007 workshop, which sets the stream output rendertargets before calling draw methods in the RenderInstanceToStream function. An offset of -1 will cause the stream output buffer to be appended, continuing after the last location written to the buffer in a previous stream output pass. Calling this method using a buffer that is currently bound for writing will effectively bind NULL instead because a buffer cannot be bound as both an input and an output at the same time. The {{Debug Layer}} will generate a warning whenever a resource is prevented from being bound simultaneously as an input and an output, but this will not prevent invalid data from being used by the runtime. The method will not hold a reference to the interfaces passed in. For that reason, applications should be careful not to release an interface currently in use by the device.
|
|
</remarks>
|
|
<param name="bufferBindings">an array of output buffers (see <see cref="T:SharpDX.Direct3D11.StreamOutputBufferBinding"/>) to bind to the device. The buffers must have been created with the <see cref="F:SharpDX.Direct3D11.BindFlags.StreamOutput"/> flag. </param>
|
|
<unmanaged>void SOSetTargets([In] int NumBuffers,[In, Buffer, Optional] const ID3D10Buffer** ppSOTargets,[In, Buffer, Optional] const int* pOffsets)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.StreamOutputStage.GetTargets(System.Int32)">
|
|
<summary>
|
|
Get the target output {{buffers}} for the {{StreamOutput}} stage of the pipeline.
|
|
</summary>
|
|
<remarks>
|
|
Any returned interfaces will have their reference count incremented by one. Applications should call {{IUnknown::Release}} on the returned interfaces when they are no longer needed to avoid memory leaks.
|
|
</remarks>
|
|
<param name="numBuffers">Number of buffers to get. A maximum of four output buffers can be retrieved. </param>
|
|
<returns>an array of output buffers (see <see cref="T:SharpDX.Direct3D11.Buffer"/>) to bind to the device.</returns>
|
|
<unmanaged>void SOGetTargets([In] int NumBuffers,[Out, Buffer, Optional] ID3D10Buffer** ppSOTargets,[Out, Buffer, Optional] int* pOffsets)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.StreamOutputStage.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.DeviceContext.StreamOutputStage"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.StreamOutputStage.SetTargets(System.Int32,SharpDX.Direct3D11.Buffer[],System.Int32[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="numBuffers">No documentation.</param>
|
|
<param name="sOTargetsOut">No documentation.</param>
|
|
<param name="offsetsRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SOSetTargets']/*"/>
|
|
<unmanaged>void SOSetTargets([In] unsigned int NumBuffers,[In, Buffer, Optional] const ID3D11Buffer** ppSOTargets,[In, Buffer, Optional] const unsigned int* pOffsets)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.StreamOutputStage.GetTargets(System.Int32,SharpDX.Direct3D11.Buffer[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="numBuffers">No documentation.</param>
|
|
<param name="sOTargetsOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SOGetTargets']/*"/>
|
|
<unmanaged>void SOGetTargets([In] unsigned int NumBuffers,[Out, Buffer] ID3D11Buffer** ppSOTargets)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DeviceContext.CommonShaderStage">
|
|
<summary>
|
|
Common Shader class. Provides a common set of methods for a Shader Stage.
|
|
TODO: check if usage of abstract is not introducing an unacceptable overhead...
|
|
</summary>
|
|
<typeparam name = "T">Type of the shader</typeparam>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.CommonShaderStage.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.DeviceContext.CommonShaderStage`1"/> class.
|
|
</summary>
|
|
<param name="pointer">The pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.CommonShaderStage.GetConstantBuffers(System.Int32,System.Int32)">
|
|
<summary>
|
|
Gets the constant buffers used by the shader stage.
|
|
</summary>
|
|
<param name = "startSlot">Index into the device's zero-based array from which to begin retrieving constant buffers.</param>
|
|
<param name = "count">Number of buffers to retrieve.</param>
|
|
<returns>An array of constant buffers.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.CommonShaderStage.GetSamplers(System.Int32,System.Int32)">
|
|
<summary>
|
|
Gets the sampler states used by the shader stage.
|
|
</summary>
|
|
<param name = "startSlot">Index into the device's zero-based array from which to begin retrieving samplers.</param>
|
|
<param name = "count">Number of samplers to retrieve.</param>
|
|
<returns>An array of sampler states.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.CommonShaderStage.GetShaderResources(System.Int32,System.Int32)">
|
|
<summary>
|
|
Gets the shader resources used by the shader stage.
|
|
</summary>
|
|
<param name = "startSlot">Index into the device's zero-based array from which to begin retrieving shader resources.</param>
|
|
<param name = "count">Number of resources to retrieve.</param>
|
|
<returns>An array of shader resources.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.CommonShaderStage.SetConstantBuffer(System.Int32,SharpDX.Direct3D11.Buffer)">
|
|
<summary>
|
|
Sets a single constant buffer to be used by the shader stage.
|
|
</summary>
|
|
<param name = "slot">Index into the device's zero-based array to which to set the constant buffer.</param>
|
|
<param name = "constantBuffer">constant buffer to set</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.CommonShaderStage.SetSampler(System.Int32,SharpDX.Direct3D11.SamplerState)">
|
|
<summary>
|
|
Sets a single sampler to be used by the shader stage.
|
|
</summary>
|
|
<param name = "slot">Index into the device's zero-based array to which to set the sampler.</param>
|
|
<param name = "sampler">sampler state to set</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.CommonShaderStage.SetShaderResource(System.Int32,SharpDX.Direct3D11.ShaderResourceView)">
|
|
<summary>
|
|
Sets a single shader resource to be used by the shader stage.
|
|
</summary>
|
|
<param name = "slot">Index into the device's zero-based array to which to set the resource.</param>
|
|
<param name = "resourceView">Resource view to attach</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.CommonShaderStage.GetShaderResources(System.Int32,System.Int32,SharpDX.Direct3D11.ShaderResourceView[])">
|
|
<summary>
|
|
Get the shader resources.
|
|
</summary>
|
|
<remarks>
|
|
Any returned interfaces will have their reference count incremented by one. Applications should call IUnknown::Release on the returned interfaces when they are no longer needed to avoid memory leaks.
|
|
</remarks>
|
|
<param name = "startSlot">Index into the device's zero-based array to begin getting shader resources from (ranges from 0 to D3D11_COMMONSHADER_INPUT_RESOURCE_SLOT_COUNT - 1).</param>
|
|
<param name = "numViews">The number of resources to get from the device. Up to a maximum of 128 slots are available for shader resources (ranges from 0 to D3D11_COMMONSHADER_INPUT_RESOURCE_SLOT_COUNT - StartSlot).</param>
|
|
<param name = "shaderResourceViewsRef">Array of {{shader resource view}} interfaces to be returned by the device.</param>
|
|
<unmanaged>void PSGetShaderResources([In] UINT StartSlot,[In] UINT NumViews,[Out, Buffer] ID3D11ShaderResourceView** ppShaderResourceViews)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.CommonShaderStage.GetSamplers(System.Int32,System.Int32,SharpDX.Direct3D11.SamplerState[])">
|
|
<summary>
|
|
Get an array of sampler states from the shader pipeline stage.
|
|
</summary>
|
|
<remarks>
|
|
Any returned interfaces will have their reference count incremented by one. Applications should call IUnknown::Release on the returned interfaces when they are no longer needed to avoid memory leaks.
|
|
</remarks>
|
|
<param name="startSlot">Index into a zero-based array to begin getting samplers from (ranges from 0 to D3D11_COMMONSHADER_SAMPLER_SLOT_COUNT - 1).</param>
|
|
<param name="numSamplers">Number of samplers to get from a device context. Each pipeline stage has a total of 16 sampler slots available (ranges from 0 to D3D11_COMMONSHADER_SAMPLER_SLOT_COUNT - StartSlot).</param>
|
|
<param name="samplersRef">Arry of sampler-state interface pointers (see <see cref="T:SharpDX.Direct3D11.SamplerState"/>) to be returned by the device.</param>
|
|
<unmanaged>void PSGetSamplers([In] UINT StartSlot,[In] UINT NumSamplers,[Out, Buffer] ID3D11SamplerState** ppSamplers)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.CommonShaderStage.GetConstantBuffers(System.Int32,System.Int32,SharpDX.Direct3D11.Buffer[])">
|
|
<summary>
|
|
Get the constant buffers used by the shader pipeline stage.
|
|
</summary>
|
|
<remarks>
|
|
Any returned interfaces will have their reference count incremented by one. Applications should call IUnknown::Release on the returned interfaces when they are no longer needed to avoid memory leaks.
|
|
</remarks>
|
|
<param name="startSlot">Index into the device's zero-based array to begin retrieving constant buffers from (ranges from 0 to D3D11_COMMONSHADER_CONSTANT_BUFFER_API_SLOT_COUNT - 1).</param>
|
|
<param name="numBuffers">Number of buffers to retrieve (ranges from 0 to D3D11_COMMONSHADER_CONSTANT_BUFFER_API_SLOT_COUNT - StartSlot).</param>
|
|
<param name="constantBuffersRef">Array of constant buffer interface pointers (see <see cref="T:SharpDX.Direct3D11.Buffer"/>) to be returned by the method.</param>
|
|
<unmanaged>void PSGetConstantBuffers([In] UINT StartSlot,[In] UINT NumBuffers,[Out, Buffer] ID3D11Buffer** ppConstantBuffers)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.CommonShaderStage.SetShaderResources(System.Int32,System.Int32,SharpDX.Direct3D11.ShaderResourceView[])">
|
|
<summary>
|
|
Bind an array of shader resources to the shader stage.
|
|
</summary>
|
|
<remarks>
|
|
If an overlapping resource view is already bound to an output slot, such as a rendertarget, then this API will fill the destination shader resource slot with NULL.For information about creating shader-resource views, see <see cref="M:SharpDX.Direct3D11.Device.CreateShaderResourceView(SharpDX.Direct3D11.Resource,System.Nullable{SharpDX.Direct3D11.ShaderResourceViewDescription},SharpDX.Direct3D11.ShaderResourceView)"/>. The method will hold a reference to the interfaces passed in. This differs from the device state behavior in Direct3D 10.
|
|
</remarks>
|
|
<param name="startSlot">Index into the device's zero-based array to begin setting shader resources to (ranges from 0 to D3D11_COMMONSHADER_INPUT_RESOURCE_SLOT_COUNT - 1).</param>
|
|
<param name="numViews">Number of shader resources to set. Up to a maximum of 128 slots are available for shader resources (ranges from 0 to D3D11_COMMONSHADER_INPUT_RESOURCE_SLOT_COUNT - StartSlot).</param>
|
|
<param name="shaderResourceViewsRef">Array of {{shader resource view}} interfaces to set to the device.</param>
|
|
<unmanaged>void PSSetShaderResources([In] UINT StartSlot,[In] UINT NumViews,[In, Buffer] const ID3D11ShaderResourceView** ppShaderResourceViews)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.CommonShaderStage.SetSamplers(System.Int32,System.Int32,SharpDX.Direct3D11.SamplerState[])">
|
|
<summary>
|
|
Set an array of sampler states to the shader pipeline stage.
|
|
</summary>
|
|
<remarks>
|
|
Any sampler may be set to NULL; this invokes the default state, which is defined to be the following.StateDefault ValueFilterD3D11_FILTER_MIN_MAG_MIP_LINEARAddressUD3D11_TEXTURE_ADDRESS_CLAMPAddressVD3D11_TEXTURE_ADDRESS_CLAMPAddressWD3D11_TEXTURE_ADDRESS_CLAMPMipLODBias0MaxAnisotropy1ComparisonFuncD3D11_COMPARISON_NEVERBorderColor[0]1.0fBorderColor[1]1.0fBorderColor[2]1.0fBorderColor[3]1.0fMinLOD-FLT_MAXMaxLODFLT_MAX The method will hold a reference to the interfaces passed in. This differs from the device state behavior in Direct3D 10.
|
|
</remarks>
|
|
<param name="startSlot">Index into the device's zero-based array to begin setting samplers to (ranges from 0 to D3D11_COMMONSHADER_SAMPLER_SLOT_COUNT - 1).</param>
|
|
<param name="numSamplers">Number of samplers in the array. Each pipeline stage has a total of 16 sampler slots available (ranges from 0 to D3D11_COMMONSHADER_SAMPLER_SLOT_COUNT - StartSlot).</param>
|
|
<param name="samplersRef">Pointer to an array of sampler-state interfaces (see <see cref="T:SharpDX.Direct3D11.SamplerState"/>). See Remarks.</param>
|
|
<unmanaged>void PSSetSamplers([In] UINT StartSlot,[In] UINT NumSamplers,[In, Buffer] const ID3D11SamplerState** ppSamplers)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.CommonShaderStage.SetConstantBuffers(System.Int32,System.Int32,SharpDX.Direct3D11.Buffer[])">
|
|
<summary>
|
|
Set the constant buffers used by the shader pipeline stage.
|
|
</summary>
|
|
<remarks>
|
|
The method will hold a reference to the interfaces passed in. This differs from the device state behavior in Direct3D 10.
|
|
</remarks>
|
|
<param name="startSlot">Index into the device's zero-based array to begin setting constant buffers to (ranges from 0 to D3D11_COMMONSHADER_CONSTANT_BUFFER_API_SLOT_COUNT - 1).</param>
|
|
<param name="numBuffers">Number of buffers to set (ranges from 0 to D3D11_COMMONSHADER_CONSTANT_BUFFER_API_SLOT_COUNT - StartSlot).</param>
|
|
<param name="constantBuffersRef">Array of constant buffers (see <see cref="T:SharpDX.Direct3D11.Buffer"/>) being given to the device.</param>
|
|
<unmanaged>void PSSetConstantBuffers([In] UINT StartSlot,[In] UINT NumBuffers,[In, Buffer] const ID3D11Buffer** ppConstantBuffers)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DeviceContext.CommonShaderStage`1">
|
|
<summary>
|
|
Common Shader class. Provides a common set of methods for a Shader Stage.
|
|
TODO: check if usage of abstract is not introducing an unacceptable overhead...
|
|
</summary>
|
|
<typeparam name = "T">Type of the shader</typeparam>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.CommonShaderStage`1.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.DeviceContext.CommonShaderStage`1"/> class.
|
|
</summary>
|
|
<param name="pointer">The pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.CommonShaderStage`1.Get">
|
|
<summary>
|
|
Gets the shader currently assigned to the device.
|
|
</summary>
|
|
<returns>The shader (null if no shader is assigned).</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.CommonShaderStage`1.Get(SharpDX.Direct3D11.ClassInstance[])">
|
|
<summary>
|
|
Gets the shader currently assigned to the device.
|
|
</summary>
|
|
<param name = "classInstances">An array that will be used to contain any class instances currently active.</param>
|
|
<returns>The shader (null if no shader is assigned).</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.CommonShaderStage`1.Set(`0)">
|
|
<summary>
|
|
Assigns a compute shader to the device.
|
|
</summary>
|
|
<param name = "shader">The shader to assign to the device. Assign null to disable the compute shader.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.CommonShaderStage`1.Set(`0,SharpDX.Direct3D11.ClassInstance[])">
|
|
<summary>
|
|
Assigns a compute shader to the device.
|
|
</summary>
|
|
<param name = "shader">The shader to assign to the device. Assign <c>null</c> to disable the compute shader.</param>
|
|
<param name = "classInstances">An array of class-instance interfaces. Each interface used by a shader must have a corresponding class instance or the shader will get disabled.</param>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DeviceContext.ComputeShaderStage">
|
|
<summary>Interface ComputeShaderStage.</summary>
|
|
<unmanaged>ID3D11DeviceContext</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.ComputeShaderStage.GetUnorderedAccessViews(System.Int32,System.Int32)">
|
|
<summary>
|
|
Gets an array of views for an unordered resource.
|
|
</summary>
|
|
<remarks>
|
|
Any returned interfaces will have their reference count incremented by one. Applications should call IUnknown::Release on the returned interfaces when they are no longer needed to avoid memory leaks.
|
|
</remarks>
|
|
<param name="startSlot">Index of the first element in the zero-based array to return (ranges from 0 to D3D11_PS_CS_UAV_REGISTER_COUNT - 1). </param>
|
|
<param name="count">Number of views to get (ranges from 0 to D3D11_PS_CS_UAV_REGISTER_COUNT - StartSlot). </param>
|
|
<unmanaged>void CSGetUnorderedAccessViews([In] int StartSlot,[In] int NumUAVs,[Out, Buffer] ID3D11UnorderedAccessView** ppUnorderedAccessViews)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.ComputeShaderStage.SetUnorderedAccessView(System.Int32,SharpDX.Direct3D11.UnorderedAccessView)">
|
|
<summary>
|
|
Sets an array of views for an unordered resource.
|
|
</summary>
|
|
<remarks>
|
|
</remarks>
|
|
<param name="startSlot">Index of the first element in the zero-based array to begin setting. </param>
|
|
<param name="unorderedAccessView">A reference to an <see cref="T:SharpDX.Direct3D11.UnorderedAccessView"/> references to be set by the method. </param>
|
|
<unmanaged>void CSSetUnorderedAccessViews([In] int StartSlot,[In] int NumUAVs,[In, Buffer] const ID3D11UnorderedAccessView** ppUnorderedAccessViews,[In, Buffer] const int* pUAVInitialCounts)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.ComputeShaderStage.SetUnorderedAccessView(System.Int32,SharpDX.Direct3D11.UnorderedAccessView,System.Int32)">
|
|
<summary>
|
|
Sets an array of views for an unordered resource.
|
|
</summary>
|
|
<remarks>
|
|
</remarks>
|
|
<param name="startSlot">Index of the first element in the zero-based array to begin setting. </param>
|
|
<param name="unorderedAccessView">A reference to an <see cref="T:SharpDX.Direct3D11.UnorderedAccessView"/> references to be set by the method. </param>
|
|
<param name="uavInitialCount">An Append/Consume buffer offsets. A value of -1 indicates the current offset should be kept. Any other values set the hidden counter for that Appendable/Consumeable UAV. uAVInitialCount is only relevant for UAVs which have the <see cref="T:SharpDX.Direct3D11.UnorderedAccessViewBufferFlags"/> flag, otherwise the argument is ignored. </param>
|
|
<unmanaged>void CSSetUnorderedAccessViews([In] int StartSlot,[In] int NumUAVs,[In, Buffer] const ID3D11UnorderedAccessView** ppUnorderedAccessViews,[In, Buffer] const int* pUAVInitialCounts)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.ComputeShaderStage.SetUnorderedAccessViews(System.Int32,SharpDX.Direct3D11.UnorderedAccessView[])">
|
|
<summary>
|
|
Sets an array of views for an unordered resource.
|
|
</summary>
|
|
<remarks>
|
|
</remarks>
|
|
<param name="startSlot">Index of the first element in the zero-based array to begin setting. </param>
|
|
<param name="unorderedAccessViews">A reference to an array of <see cref="T:SharpDX.Direct3D11.UnorderedAccessView"/> references to be set by the method. </param>
|
|
<unmanaged>void CSSetUnorderedAccessViews([In] int StartSlot,[In] int NumUAVs,[In, Buffer] const ID3D11UnorderedAccessView** ppUnorderedAccessViews,[In, Buffer] const int* pUAVInitialCounts)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.ComputeShaderStage.SetUnorderedAccessViews(System.Int32,SharpDX.Direct3D11.UnorderedAccessView[],System.Int32[])">
|
|
<summary>
|
|
Sets an array of views for an unordered resource.
|
|
</summary>
|
|
<remarks>
|
|
</remarks>
|
|
<param name="startSlot">Index of the first element in the zero-based array to begin setting. </param>
|
|
<param name="unorderedAccessViews">A reference to an array of <see cref="T:SharpDX.Direct3D11.UnorderedAccessView"/> references to be set by the method. </param>
|
|
<param name="uavInitialCounts">An array of Append/Consume buffer offsets. A value of -1 indicates the current offset should be kept. Any other values set the hidden counter for that Appendable/Consumeable UAV. pUAVInitialCounts is only relevant for UAVs which have the <see cref="T:SharpDX.Direct3D11.UnorderedAccessViewBufferFlags"/> flag, otherwise the argument is ignored. </param>
|
|
<unmanaged>void CSSetUnorderedAccessViews([In] int StartSlot,[In] int NumUAVs,[In, Buffer] const ID3D11UnorderedAccessView** ppUnorderedAccessViews,[In, Buffer] const int* pUAVInitialCounts)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.ComputeShaderStage.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.DeviceContext.ComputeShaderStage"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.ComputeShaderStage.SetShaderResources(System.Int32,System.Int32,SharpDX.Direct3D11.ShaderResourceView[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numViews">No documentation.</param>
|
|
<param name="shaderResourceViewsOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='CSSetShaderResources']/*"/>
|
|
<unmanaged>void CSSetShaderResources([In] unsigned int StartSlot,[In] unsigned int NumViews,[In, Buffer] const ID3D11ShaderResourceView** ppShaderResourceViews)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.ComputeShaderStage.SetUnorderedAccessViews(System.Int32,System.Int32,SharpDX.Direct3D11.UnorderedAccessView[],System.Int32[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numUAVs">No documentation.</param>
|
|
<param name="unorderedAccessViewsOut">No documentation.</param>
|
|
<param name="uAVInitialCountsRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='CSSetUnorderedAccessViews']/*"/>
|
|
<unmanaged>void CSSetUnorderedAccessViews([In] unsigned int StartSlot,[In] unsigned int NumUAVs,[In, Buffer] const ID3D11UnorderedAccessView** ppUnorderedAccessViews,[In, Buffer] const unsigned int* pUAVInitialCounts)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.ComputeShaderStage.SetShader(SharpDX.Direct3D11.ComputeShader,SharpDX.Direct3D11.ClassInstance[],System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="computeShaderRef">No documentation.</param>
|
|
<param name="classInstancesOut">No documentation.</param>
|
|
<param name="numClassInstances">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='CSSetShader']/*"/>
|
|
<unmanaged>void CSSetShader([In, Optional] ID3D11ComputeShader* pComputeShader,[In, Buffer, Optional] const ID3D11ClassInstance** ppClassInstances,[In] unsigned int NumClassInstances)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.ComputeShaderStage.SetSamplers(System.Int32,System.Int32,SharpDX.Direct3D11.SamplerState[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numSamplers">No documentation.</param>
|
|
<param name="samplersOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='CSSetSamplers']/*"/>
|
|
<unmanaged>void CSSetSamplers([In] unsigned int StartSlot,[In] unsigned int NumSamplers,[In, Buffer] const ID3D11SamplerState** ppSamplers)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.ComputeShaderStage.SetConstantBuffers(System.Int32,System.Int32,SharpDX.Direct3D11.Buffer[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numBuffers">No documentation.</param>
|
|
<param name="constantBuffersOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='CSSetConstantBuffers']/*"/>
|
|
<unmanaged>void CSSetConstantBuffers([In] unsigned int StartSlot,[In] unsigned int NumBuffers,[In, Buffer] const ID3D11Buffer** ppConstantBuffers)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.ComputeShaderStage.GetShaderResources(System.Int32,System.Int32,SharpDX.Direct3D11.ShaderResourceView[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numViews">No documentation.</param>
|
|
<param name="shaderResourceViewsOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='CSGetShaderResources']/*"/>
|
|
<unmanaged>void CSGetShaderResources([In] unsigned int StartSlot,[In] unsigned int NumViews,[Out, Buffer] ID3D11ShaderResourceView** ppShaderResourceViews)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.ComputeShaderStage.GetUnorderedAccessViews(System.Int32,System.Int32,SharpDX.Direct3D11.UnorderedAccessView[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numUAVs">No documentation.</param>
|
|
<param name="unorderedAccessViewsOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='CSGetUnorderedAccessViews']/*"/>
|
|
<unmanaged>void CSGetUnorderedAccessViews([In] unsigned int StartSlot,[In] unsigned int NumUAVs,[Out, Buffer] ID3D11UnorderedAccessView** ppUnorderedAccessViews)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.ComputeShaderStage.GetShader(SharpDX.Direct3D11.ComputeShader@,SharpDX.Direct3D11.ClassInstance[],System.Int32@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="computeShaderOut">No documentation.</param>
|
|
<param name="classInstancesOut">No documentation.</param>
|
|
<param name="numClassInstancesRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='CSGetShader']/*"/>
|
|
<unmanaged>void CSGetShader([Out] ID3D11ComputeShader** ppComputeShader,[Out, Buffer, Optional] ID3D11ClassInstance** ppClassInstances,[InOut] unsigned int* pNumClassInstances)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.ComputeShaderStage.GetSamplers(System.Int32,System.Int32,SharpDX.Direct3D11.SamplerState[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numSamplers">No documentation.</param>
|
|
<param name="samplersOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='CSGetSamplers']/*"/>
|
|
<unmanaged>void CSGetSamplers([In] unsigned int StartSlot,[In] unsigned int NumSamplers,[Out, Buffer] ID3D11SamplerState** ppSamplers)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.ComputeShaderStage.GetConstantBuffers(System.Int32,System.Int32,SharpDX.Direct3D11.Buffer[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numBuffers">No documentation.</param>
|
|
<param name="constantBuffersOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='CSGetConstantBuffers']/*"/>
|
|
<unmanaged>void CSGetConstantBuffers([In] unsigned int StartSlot,[In] unsigned int NumBuffers,[Out, Buffer] ID3D11Buffer** ppConstantBuffers)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DeviceContext.InputAssemblerStage">
|
|
<summary>Interface InputAssemblerStage.</summary>
|
|
<unmanaged>ID3D11DeviceContext</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.InputAssemblerStage.SetVertexBuffers(System.Int32,SharpDX.Direct3D11.VertexBufferBinding)">
|
|
<summary>
|
|
Binds a single vertex buffer to the input assembler.
|
|
</summary>
|
|
<param name = "slot">Index of the slot to which to bind the vertex buffer.</param>
|
|
<param name = "vertexBufferBinding">A binding for the input vertex buffer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.InputAssemblerStage.SetVertexBuffers(System.Int32,SharpDX.Direct3D11.VertexBufferBinding[])">
|
|
<summary>
|
|
Binds an array of vertex buffers to the input assembler.
|
|
</summary>
|
|
<param name = "firstSlot">Index of the first input slot to use for binding. The first vertex buffer is explicitly bound to the start slot; this causes each additional vertex buffer in the array to be implicitly bound to each subsequent input slot. There are 16 input slots.</param>
|
|
<param name = "vertexBufferBindings">An array of bindings for input vertex buffers.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.InputAssemblerStage.SetVertexBuffers(System.Int32,SharpDX.Direct3D11.Buffer[],System.Int32[],System.Int32[])">
|
|
<summary>
|
|
Binds an array of vertex buffers to the input assembler.
|
|
</summary>
|
|
<param name="slot">Index of the first input slot to use for binding. The first vertex buffer is explicitly bound to the start slot; this causes each additional vertex buffer in the array to be implicitly bound to each subsequent input slot. There are 16 input slots.</param>
|
|
<param name="vertexBuffers">The vertex buffers.</param>
|
|
<param name="stridesRef">The strides.</param>
|
|
<param name="offsetsRef">The offsets.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.InputAssemblerStage.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.DeviceContext.InputAssemblerStage"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.InputAssemblerStage.SetInputLayout(SharpDX.Direct3D11.InputLayout)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="inputLayoutRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IASetInputLayout']/*"/>
|
|
<unmanaged>void IASetInputLayout([In, Optional] ID3D11InputLayout* pInputLayout)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.InputAssemblerStage.SetVertexBuffers(System.Int32,System.Int32,System.IntPtr,System.IntPtr,System.IntPtr)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numBuffers">No documentation.</param>
|
|
<param name="vertexBuffersOut">No documentation.</param>
|
|
<param name="stridesRef">No documentation.</param>
|
|
<param name="offsetsRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IASetVertexBuffers']/*"/>
|
|
<unmanaged>void IASetVertexBuffers([In] unsigned int StartSlot,[In] unsigned int NumBuffers,[In, Buffer] const void* ppVertexBuffers,[In, Buffer] const void* pStrides,[In, Buffer] const void* pOffsets)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.InputAssemblerStage.SetIndexBuffer(SharpDX.Direct3D11.Buffer,SharpDX.DXGI.Format,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="indexBufferRef">No documentation.</param>
|
|
<param name="format">No documentation.</param>
|
|
<param name="offset">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IASetIndexBuffer']/*"/>
|
|
<unmanaged>void IASetIndexBuffer([In, Optional] ID3D11Buffer* pIndexBuffer,[In] DXGI_FORMAT Format,[In] unsigned int Offset)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.InputAssemblerStage.SetPrimitiveTopology(SharpDX.Direct3D.PrimitiveTopology)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="topology">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IASetPrimitiveTopology']/*"/>
|
|
<unmanaged>void IASetPrimitiveTopology([In] D3D_PRIMITIVE_TOPOLOGY Topology)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.InputAssemblerStage.GetInputLayout(SharpDX.Direct3D11.InputLayout@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="inputLayoutOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IAGetInputLayout']/*"/>
|
|
<unmanaged>void IAGetInputLayout([Out] ID3D11InputLayout** ppInputLayout)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.InputAssemblerStage.GetVertexBuffers(System.Int32,System.Int32,SharpDX.Direct3D11.Buffer[],System.Int32[],System.Int32[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numBuffers">No documentation.</param>
|
|
<param name="vertexBuffersOut">No documentation.</param>
|
|
<param name="stridesRef">No documentation.</param>
|
|
<param name="offsetsRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IAGetVertexBuffers']/*"/>
|
|
<unmanaged>void IAGetVertexBuffers([In] unsigned int StartSlot,[In] unsigned int NumBuffers,[Out, Buffer, Optional] ID3D11Buffer** ppVertexBuffers,[Out, Buffer, Optional] unsigned int* pStrides,[Out, Buffer, Optional] unsigned int* pOffsets)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.InputAssemblerStage.GetIndexBuffer(SharpDX.Direct3D11.Buffer@,SharpDX.DXGI.Format@,System.Int32@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="indexBufferRef">No documentation.</param>
|
|
<param name="format">No documentation.</param>
|
|
<param name="offset">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IAGetIndexBuffer']/*"/>
|
|
<unmanaged>void IAGetIndexBuffer([Out, Optional] ID3D11Buffer** pIndexBuffer,[Out, Optional] DXGI_FORMAT* Format,[Out, Optional] unsigned int* Offset)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.InputAssemblerStage.GetPrimitiveTopology(SharpDX.Direct3D.PrimitiveTopology@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="topologyRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IAGetPrimitiveTopology']/*"/>
|
|
<unmanaged>void IAGetPrimitiveTopology([Out] D3D_PRIMITIVE_TOPOLOGY* pTopology)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.DeviceContext.InputAssemblerStage.InputLayout">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IAGetInputLayout']/*"/>
|
|
<unmanaged>IAGetInputLayout</unmanaged>
|
|
<unmanaged>void IAGetInputLayout([Out] ID3D11InputLayout** ppInputLayout)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.DeviceContext.InputAssemblerStage.PrimitiveTopology">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='IAGetPrimitiveTopology']/*"/>
|
|
<unmanaged>IAGetPrimitiveTopology</unmanaged>
|
|
<unmanaged>void IAGetPrimitiveTopology([Out] D3D_PRIMITIVE_TOPOLOGY* pTopology)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DeviceContext.OutputMergerStage">
|
|
<summary>Interface OutputMergerStage.</summary>
|
|
<unmanaged>ID3D11DeviceContext</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.OutputMergerStage.GetRenderTargets(SharpDX.Direct3D11.DepthStencilView@)">
|
|
<summary>
|
|
Get references to the render targets that are available to the {{output-merger stage}}.
|
|
</summary>
|
|
<remarks>
|
|
Any returned interfaces will have their reference count incremented by one. Applications should call {{IUnknown::Release}} on the returned interfaces when they are no longer needed to avoid memory leaks.
|
|
</remarks>
|
|
<returns>a depth-stencil view (see <see cref="T:SharpDX.Direct3D11.DepthStencilView"/>) to be filled with the depth-stencil information from the device.</returns>
|
|
<unmanaged>void OMGetRenderTargets([In] int NumViews,[Out, Buffer, Optional] ID3D10RenderTargetView** ppRenderTargetViews,[Out, Optional] ID3D10DepthStencilView** ppDepthStencilView)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.OutputMergerStage.GetRenderTargets(System.Int32)">
|
|
<summary>
|
|
Get references to the render targets that are available to the {{output-merger stage}}.
|
|
</summary>
|
|
<remarks>
|
|
Any returned interfaces will have their reference count incremented by one. Applications should call {{IUnknown::Release}} on the returned interfaces when they are no longer needed to avoid memory leaks.
|
|
</remarks>
|
|
<param name="numViews">Number of render targets to retrieve. </param>
|
|
<returns>an array of render targets views (see <see cref="T:SharpDX.Direct3D11.RenderTargetView"/>) to be filled with the render targets from the device.</returns>
|
|
<unmanaged>void OMGetRenderTargets([In] int NumViews,[Out, Buffer, Optional] ID3D10RenderTargetView** ppRenderTargetViews,[Out, Optional] ID3D10DepthStencilView** ppDepthStencilView)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.OutputMergerStage.GetRenderTargets(System.Int32,SharpDX.Direct3D11.DepthStencilView@)">
|
|
<summary>
|
|
Get references to the render targets and the depth-stencil buffer that are available to the {{output-merger stage}}.
|
|
</summary>
|
|
<remarks>
|
|
Any returned interfaces will have their reference count incremented by one. Applications should call {{IUnknown::Release}} on the returned interfaces when they are no longer needed to avoid memory leaks.
|
|
</remarks>
|
|
<param name="numViews">Number of render targets to retrieve. </param>
|
|
<param name="depthStencilViewRef">Pointer to a depth-stencil view (see <see cref="T:SharpDX.Direct3D11.DepthStencilView"/>) to be filled with the depth-stencil information from the device.</param>
|
|
<returns>an array of render targets views (see <see cref="T:SharpDX.Direct3D11.RenderTargetView"/>) to be filled with the render targets from the device.</returns>
|
|
<unmanaged>void OMGetRenderTargets([In] int NumViews,[Out, Buffer, Optional] ID3D10RenderTargetView** ppRenderTargetViews,[Out, Optional] ID3D10DepthStencilView** ppDepthStencilView)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.OutputMergerStage.GetBlendState(SharpDX.Color4@,System.Int32@)">
|
|
<summary>
|
|
Get the {{blend state}} of the output-merger stage.
|
|
</summary>
|
|
<remarks>
|
|
The reference count of the returned interface will be incremented by one when the blend state is retrieved. Applications must release returned reference(s) when they are no longer needed, or else there will be a memory leak.
|
|
</remarks>
|
|
<param name="blendFactor">Array of blend factors, one for each RGBA component. </param>
|
|
<param name="sampleMaskRef">Pointer to a {{sample mask}}. </param>
|
|
<returns>a reference to a blend-state interface (see <see cref="T:SharpDX.Direct3D11.BlendState"/>).</returns>
|
|
<unmanaged>void OMGetBlendState([Out, Optional] ID3D10BlendState** ppBlendState,[Out, Optional] float BlendFactor[4],[Out, Optional] int* pSampleMask)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.OutputMergerStage.GetDepthStencilState(System.Int32@)">
|
|
<summary>
|
|
Gets the {{depth-stencil}} state of the output-merger stage.
|
|
</summary>
|
|
<remarks>
|
|
Any returned interfaces will have their reference count incremented by one. Applications should call {{IUnknown::Release}} on the returned interfaces when they are no longer needed to avoid memory leaks.
|
|
</remarks>
|
|
<param name="stencilRefRef">Pointer to the stencil reference value used in the {{depth-stencil}} test. </param>
|
|
<returns>a reference to a depth-stencil state interface (see <see cref="T:SharpDX.Direct3D11.DepthStencilState"/>) to be filled with information from the device.</returns>
|
|
<unmanaged>void OMGetDepthStencilState([Out, Optional] ID3D10DepthStencilState** ppDepthStencilState,[Out, Optional] int* pStencilRef)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.OutputMergerStage.GetUnorderedAccessViews(System.Int32,System.Int32)">
|
|
<summary>
|
|
Gets an array of views for an unordered resource.
|
|
</summary>
|
|
<remarks>
|
|
Any returned interfaces will have their reference count incremented by one. Applications should call IUnknown::Release on the returned interfaces when they are no longer needed to avoid memory leaks.
|
|
</remarks>
|
|
<param name="startSlot">Index of the first element in the zero-based array to return (ranges from 0 to D3D11_PS_CS_UAV_REGISTER_COUNT - 1). </param>
|
|
<param name="count">Number of views to get (ranges from 0 to D3D11_PS_CS_UAV_REGISTER_COUNT - StartSlot). </param>
|
|
<unmanaged>void OMGetRenderTargetsAndUnorderedAccessViews([In] int NumRTVs,[Out, Buffer, Optional] ID3D11RenderTargetView** ppRenderTargetViews,[Out, Optional] ID3D11DepthStencilView** ppDepthStencilView,[In] int UAVStartSlot,[In] int NumUAVs,[Out, Buffer, Optional] ID3D11UnorderedAccessView** ppUnorderedAccessViews)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.OutputMergerStage.SetTargets(SharpDX.Direct3D11.RenderTargetView[])">
|
|
<summary>
|
|
Binds a set of render targets to the output-merger stage.
|
|
</summary>
|
|
<param name = "renderTargetViews">A set of render target views to bind.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.OutputMergerStage.SetTargets(SharpDX.Direct3D11.RenderTargetView)">
|
|
<summary>
|
|
Binds a single render target to the output-merger stage.
|
|
</summary>
|
|
<param name = "renderTargetView">A view of the render target to bind.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.OutputMergerStage.SetTargets(SharpDX.Direct3D11.DepthStencilView,SharpDX.Direct3D11.RenderTargetView[])">
|
|
<summary>
|
|
Binds a depth-stencil buffer and a set of render targets to the output-merger stage.
|
|
</summary>
|
|
<param name = "depthStencilView">A view of the depth-stencil buffer to bind.</param>
|
|
<param name = "renderTargetViews">A set of render target views to bind.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.OutputMergerStage.SetTargets(SharpDX.Direct3D11.DepthStencilView,SharpDX.Direct3D11.RenderTargetView)">
|
|
<summary>
|
|
Binds a depth-stencil buffer and a single render target to the output-merger stage.
|
|
</summary>
|
|
<param name = "depthStencilView">A view of the depth-stencil buffer to bind.</param>
|
|
<param name = "renderTargetView">A view of the render target to bind.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.OutputMergerStage.SetTargets(SharpDX.Direct3D11.RenderTargetView,System.Int32,SharpDX.Direct3D11.UnorderedAccessView[])">
|
|
<summary>
|
|
Binds a set of unordered access views and a single render target to the output-merger stage.
|
|
</summary>
|
|
<param name = "startSlot">Index into a zero-based array to begin setting unordered access views.</param>
|
|
<param name = "unorderedAccessViews">A set of unordered access views to bind.</param>
|
|
<param name = "renderTargetView">A view of the render target to bind.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.OutputMergerStage.SetTargets(System.Int32,SharpDX.Direct3D11.UnorderedAccessView[],SharpDX.Direct3D11.RenderTargetView[])">
|
|
<summary>
|
|
Binds a set of unordered access views and a set of render targets to the output-merger stage.
|
|
</summary>
|
|
<param name = "startSlot">Index into a zero-based array to begin setting unordered access views.</param>
|
|
<param name = "unorderedAccessViews">A set of unordered access views to bind.</param>
|
|
<param name = "renderTargetViews">A set of render target views to bind.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.OutputMergerStage.SetTargets(SharpDX.Direct3D11.DepthStencilView,SharpDX.Direct3D11.RenderTargetView,System.Int32,SharpDX.Direct3D11.UnorderedAccessView[])">
|
|
<summary>
|
|
Binds a depth-stencil buffer, a set of unordered access views, and a single render target to the output-merger stage.
|
|
</summary>
|
|
<param name = "depthStencilView">A view of the depth-stencil buffer to bind.</param>
|
|
<param name = "startSlot">Index into a zero-based array to begin setting unordered access views.</param>
|
|
<param name = "unorderedAccessViews">A set of unordered access views to bind.</param>
|
|
<param name = "renderTargetView">A view of the render target to bind.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.OutputMergerStage.SetTargets(SharpDX.Direct3D11.DepthStencilView,System.Int32,SharpDX.Direct3D11.UnorderedAccessView[],SharpDX.Direct3D11.RenderTargetView[])">
|
|
<summary>
|
|
Binds a depth-stencil buffer, a set of unordered access views, and a set of render targets to the output-merger stage.
|
|
</summary>
|
|
<param name = "depthStencilView">A view of the depth-stencil buffer to bind.</param>
|
|
<param name = "startSlot">Index into a zero-based array to begin setting unordered access views.</param>
|
|
<param name = "unorderedAccessViews">A set of unordered access views to bind.</param>
|
|
<param name = "renderTargetViews">A set of render target views to bind.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.OutputMergerStage.SetTargets(SharpDX.Direct3D11.RenderTargetView,System.Int32,SharpDX.Direct3D11.UnorderedAccessView[],System.Int32[])">
|
|
<summary>
|
|
Binds a set of unordered access views and a single render target to the output-merger stage.
|
|
</summary>
|
|
<param name = "startSlot">Index into a zero-based array to begin setting unordered access views.</param>
|
|
<param name = "unorderedAccessViews">A set of unordered access views to bind.</param>
|
|
<param name = "renderTargetView">A view of the render target to bind.</param>
|
|
<param name = "initialLengths">An array of Append/Consume buffer offsets. A value of -1 indicates the current offset should be kept. Any other values set the hidden counter for that Appendable/Consumeable UAV.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.OutputMergerStage.SetTargets(System.Int32,SharpDX.Direct3D11.UnorderedAccessView[],System.Int32[],SharpDX.Direct3D11.RenderTargetView[])">
|
|
<summary>
|
|
Binds a set of unordered access views and a set of render targets to the output-merger stage.
|
|
</summary>
|
|
<param name = "startSlot">Index into a zero-based array to begin setting unordered access views.</param>
|
|
<param name = "unorderedAccessViews">A set of unordered access views to bind.</param>
|
|
<param name = "renderTargetViews">A set of render target views to bind.</param>
|
|
<param name = "initialLengths">An array of Append/Consume buffer offsets. A value of -1 indicates the current offset should be kept. Any other values set the hidden counter for that Appendable/Consumeable UAV.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.OutputMergerStage.SetTargets(SharpDX.Direct3D11.DepthStencilView,SharpDX.Direct3D11.RenderTargetView,System.Int32,SharpDX.Direct3D11.UnorderedAccessView[],System.Int32[])">
|
|
<summary>
|
|
Binds a depth-stencil buffer, a set of unordered access views, and a single render target to the output-merger stage.
|
|
</summary>
|
|
<param name = "depthStencilView">A view of the depth-stencil buffer to bind.</param>
|
|
<param name = "startSlot">Index into a zero-based array to begin setting unordered access views.</param>
|
|
<param name = "unorderedAccessViews">A set of unordered access views to bind.</param>
|
|
<param name = "renderTargetView">A view of the render target to bind.</param>
|
|
<param name = "initialLengths">An array of Append/Consume buffer offsets. A value of -1 indicates the current offset should be kept. Any other values set the hidden counter for that Appendable/Consumeable UAV.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.OutputMergerStage.SetTargets(SharpDX.Direct3D11.DepthStencilView,System.Int32,SharpDX.Direct3D11.UnorderedAccessView[],System.Int32[],SharpDX.Direct3D11.RenderTargetView[])">
|
|
<summary>
|
|
Binds a depth-stencil buffer, a set of unordered access views, and a set of render targets to the output-merger stage.
|
|
</summary>
|
|
<param name = "depthStencilView">A view of the depth-stencil buffer to bind.</param>
|
|
<param name = "startSlot">Index into a zero-based array to begin setting unordered access views.</param>
|
|
<param name = "unorderedAccessViews">A set of unordered access views to bind.</param>
|
|
<param name = "renderTargetViews">A set of render target views to bind.</param>
|
|
<param name = "initialLengths">An array of Append/Consume buffer offsets. A value of -1 indicates the current offset should be kept. Any other values set the hidden counter for that Appendable/Consumeable UAV.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.OutputMergerStage.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.DeviceContext.OutputMergerStage"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.OutputMergerStage.SetRenderTargets(System.Int32,SharpDX.Direct3D11.RenderTargetView[],SharpDX.Direct3D11.DepthStencilView)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="numViews">No documentation.</param>
|
|
<param name="renderTargetViewsOut">No documentation.</param>
|
|
<param name="depthStencilViewRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='OMSetRenderTargets']/*"/>
|
|
<unmanaged>void OMSetRenderTargets([In] unsigned int NumViews,[In, Buffer, Optional] const ID3D11RenderTargetView** ppRenderTargetViews,[In, Optional] ID3D11DepthStencilView* pDepthStencilView)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.OutputMergerStage.SetRenderTargetsAndUnorderedAccessViews(System.Int32,SharpDX.Direct3D11.RenderTargetView[],SharpDX.Direct3D11.DepthStencilView,System.Int32,System.Int32,SharpDX.Direct3D11.UnorderedAccessView[],System.Int32[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="numRTVs">No documentation.</param>
|
|
<param name="renderTargetViewsOut">No documentation.</param>
|
|
<param name="depthStencilViewRef">No documentation.</param>
|
|
<param name="uAVStartSlot">No documentation.</param>
|
|
<param name="numUAVs">No documentation.</param>
|
|
<param name="unorderedAccessViewsOut">No documentation.</param>
|
|
<param name="uAVInitialCountsRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='OMSetRenderTargetsAndUnorderedAccessViews']/*"/>
|
|
<unmanaged>void OMSetRenderTargetsAndUnorderedAccessViews([In] unsigned int NumRTVs,[In, Buffer, Optional] const ID3D11RenderTargetView** ppRenderTargetViews,[In, Optional] ID3D11DepthStencilView* pDepthStencilView,[In] unsigned int UAVStartSlot,[In] unsigned int NumUAVs,[In, Buffer, Optional] const ID3D11UnorderedAccessView** ppUnorderedAccessViews,[In, Buffer, Optional] const unsigned int* pUAVInitialCounts)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.OutputMergerStage.SetBlendState(SharpDX.Direct3D11.BlendState,System.Nullable{SharpDX.Color4},System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="blendStateRef">No documentation.</param>
|
|
<param name="blendFactor">No documentation.</param>
|
|
<param name="sampleMask">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='OMSetBlendState']/*"/>
|
|
<unmanaged>void OMSetBlendState([In, Optional] ID3D11BlendState* pBlendState,[In, Optional] const SHARPDX_COLOR4* BlendFactor,[In] unsigned int SampleMask)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.OutputMergerStage.SetDepthStencilState(SharpDX.Direct3D11.DepthStencilState,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="depthStencilStateRef">No documentation.</param>
|
|
<param name="stencilRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='OMSetDepthStencilState']/*"/>
|
|
<unmanaged>void OMSetDepthStencilState([In, Optional] ID3D11DepthStencilState* pDepthStencilState,[In] unsigned int StencilRef)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.OutputMergerStage.GetRenderTargets(System.Int32,SharpDX.Direct3D11.RenderTargetView[],SharpDX.Direct3D11.DepthStencilView@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="numViews">No documentation.</param>
|
|
<param name="renderTargetViewsOut">No documentation.</param>
|
|
<param name="depthStencilViewOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='OMGetRenderTargets']/*"/>
|
|
<unmanaged>void OMGetRenderTargets([In] unsigned int NumViews,[Out, Buffer, Optional] ID3D11RenderTargetView** ppRenderTargetViews,[Out, Optional] ID3D11DepthStencilView** ppDepthStencilView)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.OutputMergerStage.GetRenderTargetsAndUnorderedAccessViews(System.Int32,SharpDX.Direct3D11.RenderTargetView[],SharpDX.Direct3D11.DepthStencilView@,System.Int32,System.Int32,SharpDX.Direct3D11.UnorderedAccessView[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="numRTVs">No documentation.</param>
|
|
<param name="renderTargetViewsOut">No documentation.</param>
|
|
<param name="depthStencilViewOut">No documentation.</param>
|
|
<param name="uAVStartSlot">No documentation.</param>
|
|
<param name="numUAVs">No documentation.</param>
|
|
<param name="unorderedAccessViewsOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='OMGetRenderTargetsAndUnorderedAccessViews']/*"/>
|
|
<unmanaged>void OMGetRenderTargetsAndUnorderedAccessViews([In] unsigned int NumRTVs,[Out, Buffer, Optional] ID3D11RenderTargetView** ppRenderTargetViews,[Out, Optional] ID3D11DepthStencilView** ppDepthStencilView,[In] unsigned int UAVStartSlot,[In] unsigned int NumUAVs,[Out, Buffer, Optional] ID3D11UnorderedAccessView** ppUnorderedAccessViews)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.OutputMergerStage.GetBlendState(SharpDX.Direct3D11.BlendState@,SharpDX.Color4@,System.Int32@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="blendStateOut">No documentation.</param>
|
|
<param name="blendFactor">No documentation.</param>
|
|
<param name="sampleMaskRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='OMGetBlendState']/*"/>
|
|
<unmanaged>void OMGetBlendState([Out, Optional] ID3D11BlendState** ppBlendState,[Out, Optional] SHARPDX_COLOR4* BlendFactor,[Out, Optional] unsigned int* pSampleMask)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.OutputMergerStage.GetDepthStencilState(SharpDX.Direct3D11.DepthStencilState@,System.Int32@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="depthStencilStateOut">No documentation.</param>
|
|
<param name="stencilRefRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='OMGetDepthStencilState']/*"/>
|
|
<unmanaged>void OMGetDepthStencilState([Out, Optional] ID3D11DepthStencilState** ppDepthStencilState,[Out, Optional] unsigned int* pStencilRef)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.DeviceContext.OutputMergerStage.BlendFactor">
|
|
<summary>
|
|
Gets or sets the blend factor.
|
|
</summary>
|
|
<value>The blend factor.</value>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.DeviceContext.OutputMergerStage.BlendSampleMask">
|
|
<summary>
|
|
Gets or sets the blend sample mask.
|
|
</summary>
|
|
<value>The blend sample mask.</value>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.DeviceContext.OutputMergerStage.BlendState">
|
|
<summary>
|
|
Gets or sets the state of the blend.
|
|
</summary>
|
|
<value>The state of the blend.</value>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.DeviceContext.OutputMergerStage.DepthStencilReference">
|
|
<summary>
|
|
Gets or sets the depth stencil reference.
|
|
</summary>
|
|
<value>The depth stencil reference.</value>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.DeviceContext.OutputMergerStage.DepthStencilState">
|
|
<summary>
|
|
Gets or sets the state of the depth stencil.
|
|
</summary>
|
|
<value>The state of the depth stencil.</value>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DeviceContext.RasterizerStage">
|
|
<summary>Interface RasterizerStage.</summary>
|
|
<unmanaged>ID3D11DeviceContext</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.RasterizerStage.GetViewports">
|
|
<summary>
|
|
Get the array of {{viewports}} bound to the {{rasterizer stage}}
|
|
</summary>
|
|
<returns>An array of viewports (see <see cref="T:SharpDX.Direct3D11.Viewport"/>).</returns>
|
|
<unmanaged>void RSGetViewports([InOut] int* NumViewports,[Out, Buffer, Optional] D3D10_VIEWPORT* pViewports)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.RasterizerStage.GetViewports(SharpDX.Direct3D11.Viewport[])">
|
|
<summary>
|
|
Get the array of {{viewports}} bound to the {{rasterizer stage}}
|
|
</summary>
|
|
<returns>An array of viewports (see <see cref="T:SharpDX.Direct3D11.Viewport"/>).</returns>
|
|
<unmanaged>void RSGetViewports([InOut] int* NumViewports,[Out, Buffer, Optional] D3D10_VIEWPORT* pViewports)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.RasterizerStage.GetScissorRectangles">
|
|
<summary>
|
|
Get the array of {{scissor rectangles}} bound to the {{rasterizer stage}}.
|
|
</summary>
|
|
<returns>An array of scissor rectangles (see <see cref="T:SharpDX.Rectangle"/>).</returns>
|
|
<unmanaged>void RSGetScissorRects([InOut] int* NumRects,[Out, Buffer, Optional] D3D10_RECT* pRects)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.RasterizerStage.GetScissorRectangles(SharpDX.Rectangle[])">
|
|
<summary>
|
|
Get the array of {{scissor rectangles}} bound to the {{rasterizer stage}}.
|
|
</summary>
|
|
<returns>An array of scissor rectangles (see <see cref="T:SharpDX.Rectangle"/>).</returns>
|
|
<unmanaged>void RSGetScissorRects([InOut] int* NumRects,[Out, Buffer, Optional] D3D10_RECT* pRects)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.RasterizerStage.SetScissorRectangles(SharpDX.Rectangle)">
|
|
<summary>
|
|
Binds a single scissor rectangle to the rasterizer stage.
|
|
</summary>
|
|
<param name = "scissorRectangle">The scissor rectangle to bind.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.RasterizerStage.SetScissorRectangles(SharpDX.Rectangle[])">
|
|
<summary>
|
|
Binds a set of scissor rectangles to the rasterizer stage.
|
|
</summary>
|
|
<param name = "scissorRectangles">The set of scissor rectangles to bind.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.RasterizerStage.SetViewports(SharpDX.Direct3D11.Viewport[])">
|
|
<summary>
|
|
Binds a set of viewports to the rasterizer stage.
|
|
</summary>
|
|
<param name = "viewports">The set of viewports to bind.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.RasterizerStage.SetViewports(SharpDX.Direct3D11.Viewport)">
|
|
<summary>
|
|
Binds a single viewport to the rasterizer stage.
|
|
</summary>
|
|
<param name = "viewport">The viewport to bind.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.RasterizerStage.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.DeviceContext.RasterizerStage"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.RasterizerStage.SetState(SharpDX.Direct3D11.RasterizerState)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="rasterizerStateRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='RSSetState']/*"/>
|
|
<unmanaged>void RSSetState([In, Optional] ID3D11RasterizerState* pRasterizerState)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.RasterizerStage.SetViewports(System.Int32,SharpDX.Direct3D11.Viewport[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="numViewports">No documentation.</param>
|
|
<param name="viewportsRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='RSSetViewports']/*"/>
|
|
<unmanaged>void RSSetViewports([In] unsigned int NumViewports,[In, Buffer, Optional] const D3D11_VIEWPORT* pViewports)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.RasterizerStage.SetScissorRects(System.Int32,SharpDX.Rectangle[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="numRects">No documentation.</param>
|
|
<param name="rectsRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='RSSetScissorRects']/*"/>
|
|
<unmanaged>void RSSetScissorRects([In] unsigned int NumRects,[In, Buffer, Optional] const RECT* pRects)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.RasterizerStage.GetState(SharpDX.Direct3D11.RasterizerState@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="rasterizerStateOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='RSGetState']/*"/>
|
|
<unmanaged>void RSGetState([Out] ID3D11RasterizerState** ppRasterizerState)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.RasterizerStage.GetViewports(System.Int32@,SharpDX.Direct3D11.Viewport[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="numViewportsRef">No documentation.</param>
|
|
<param name="viewportsRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='RSGetViewports']/*"/>
|
|
<unmanaged>void RSGetViewports([InOut] unsigned int* pNumViewports,[Out, Buffer, Optional] D3D11_VIEWPORT* pViewports)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.RasterizerStage.GetScissorRects(System.Int32@,SharpDX.Rectangle[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="numRectsRef">No documentation.</param>
|
|
<param name="rectsRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='RSGetScissorRects']/*"/>
|
|
<unmanaged>void RSGetScissorRects([InOut] unsigned int* pNumRects,[Out, Buffer, Optional] RECT* pRects)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.DeviceContext.RasterizerStage.State">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='RSGetState']/*"/>
|
|
<unmanaged>RSGetState</unmanaged>
|
|
<unmanaged>void RSGetState([Out] ID3D11RasterizerState** ppRasterizerState)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DeviceContext.VertexShaderStage">
|
|
<summary>Interface VertexShaderStage.</summary>
|
|
<unmanaged>ID3D11DeviceContext</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.VertexShaderStage.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.DeviceContext.VertexShaderStage"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.VertexShaderStage.SetConstantBuffers(System.Int32,System.Int32,SharpDX.Direct3D11.Buffer[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numBuffers">No documentation.</param>
|
|
<param name="constantBuffersOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='VSSetConstantBuffers']/*"/>
|
|
<unmanaged>void VSSetConstantBuffers([In] unsigned int StartSlot,[In] unsigned int NumBuffers,[In, Buffer] const ID3D11Buffer** ppConstantBuffers)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.VertexShaderStage.SetShader(SharpDX.Direct3D11.VertexShader,SharpDX.Direct3D11.ClassInstance[],System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="vertexShaderRef">No documentation.</param>
|
|
<param name="classInstancesOut">No documentation.</param>
|
|
<param name="numClassInstances">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='VSSetShader']/*"/>
|
|
<unmanaged>void VSSetShader([In, Optional] ID3D11VertexShader* pVertexShader,[In, Buffer, Optional] const ID3D11ClassInstance** ppClassInstances,[In] unsigned int NumClassInstances)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.VertexShaderStage.SetShaderResources(System.Int32,System.Int32,SharpDX.Direct3D11.ShaderResourceView[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numViews">No documentation.</param>
|
|
<param name="shaderResourceViewsOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='VSSetShaderResources']/*"/>
|
|
<unmanaged>void VSSetShaderResources([In] unsigned int StartSlot,[In] unsigned int NumViews,[In, Buffer] const ID3D11ShaderResourceView** ppShaderResourceViews)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.VertexShaderStage.SetSamplers(System.Int32,System.Int32,SharpDX.Direct3D11.SamplerState[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numSamplers">No documentation.</param>
|
|
<param name="samplersOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='VSSetSamplers']/*"/>
|
|
<unmanaged>void VSSetSamplers([In] unsigned int StartSlot,[In] unsigned int NumSamplers,[In, Buffer] const ID3D11SamplerState** ppSamplers)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.VertexShaderStage.GetConstantBuffers(System.Int32,System.Int32,SharpDX.Direct3D11.Buffer[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numBuffers">No documentation.</param>
|
|
<param name="constantBuffersOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='VSGetConstantBuffers']/*"/>
|
|
<unmanaged>void VSGetConstantBuffers([In] unsigned int StartSlot,[In] unsigned int NumBuffers,[Out, Buffer] ID3D11Buffer** ppConstantBuffers)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.VertexShaderStage.GetShader(SharpDX.Direct3D11.VertexShader@,SharpDX.Direct3D11.ClassInstance[],System.Int32@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="vertexShaderOut">No documentation.</param>
|
|
<param name="classInstancesOut">No documentation.</param>
|
|
<param name="numClassInstancesRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='VSGetShader']/*"/>
|
|
<unmanaged>void VSGetShader([Out] ID3D11VertexShader** ppVertexShader,[Out, Buffer, Optional] ID3D11ClassInstance** ppClassInstances,[InOut] unsigned int* pNumClassInstances)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.VertexShaderStage.GetShaderResources(System.Int32,System.Int32,SharpDX.Direct3D11.ShaderResourceView[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numViews">No documentation.</param>
|
|
<param name="shaderResourceViewsOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='VSGetShaderResources']/*"/>
|
|
<unmanaged>void VSGetShaderResources([In] unsigned int StartSlot,[In] unsigned int NumViews,[Out, Buffer] ID3D11ShaderResourceView** ppShaderResourceViews)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.VertexShaderStage.GetSamplers(System.Int32,System.Int32,SharpDX.Direct3D11.SamplerState[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numSamplers">No documentation.</param>
|
|
<param name="samplersOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='VSGetSamplers']/*"/>
|
|
<unmanaged>void VSGetSamplers([In] unsigned int StartSlot,[In] unsigned int NumSamplers,[Out, Buffer] ID3D11SamplerState** ppSamplers)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DeviceContext.PixelShaderStage">
|
|
<summary>Interface PixelShaderStage.</summary>
|
|
<unmanaged>ID3D11DeviceContext</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.PixelShaderStage.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.DeviceContext.PixelShaderStage"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.PixelShaderStage.SetShaderResources(System.Int32,System.Int32,SharpDX.Direct3D11.ShaderResourceView[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numViews">No documentation.</param>
|
|
<param name="shaderResourceViewsOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='PSSetShaderResources']/*"/>
|
|
<unmanaged>void PSSetShaderResources([In] unsigned int StartSlot,[In] unsigned int NumViews,[In, Buffer] const ID3D11ShaderResourceView** ppShaderResourceViews)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.PixelShaderStage.SetShader(SharpDX.Direct3D11.PixelShader,SharpDX.Direct3D11.ClassInstance[],System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="pixelShaderRef">No documentation.</param>
|
|
<param name="classInstancesOut">No documentation.</param>
|
|
<param name="numClassInstances">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='PSSetShader']/*"/>
|
|
<unmanaged>void PSSetShader([In, Optional] ID3D11PixelShader* pPixelShader,[In, Buffer, Optional] const ID3D11ClassInstance** ppClassInstances,[In] unsigned int NumClassInstances)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.PixelShaderStage.SetSamplers(System.Int32,System.Int32,SharpDX.Direct3D11.SamplerState[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numSamplers">No documentation.</param>
|
|
<param name="samplersOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='PSSetSamplers']/*"/>
|
|
<unmanaged>void PSSetSamplers([In] unsigned int StartSlot,[In] unsigned int NumSamplers,[In, Buffer] const ID3D11SamplerState** ppSamplers)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.PixelShaderStage.SetConstantBuffers(System.Int32,System.Int32,SharpDX.Direct3D11.Buffer[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numBuffers">No documentation.</param>
|
|
<param name="constantBuffersOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='PSSetConstantBuffers']/*"/>
|
|
<unmanaged>void PSSetConstantBuffers([In] unsigned int StartSlot,[In] unsigned int NumBuffers,[In, Buffer] const ID3D11Buffer** ppConstantBuffers)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.PixelShaderStage.GetShaderResources(System.Int32,System.Int32,SharpDX.Direct3D11.ShaderResourceView[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numViews">No documentation.</param>
|
|
<param name="shaderResourceViewsOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='PSGetShaderResources']/*"/>
|
|
<unmanaged>void PSGetShaderResources([In] unsigned int StartSlot,[In] unsigned int NumViews,[Out, Buffer] ID3D11ShaderResourceView** ppShaderResourceViews)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.PixelShaderStage.GetShader(SharpDX.Direct3D11.PixelShader@,SharpDX.Direct3D11.ClassInstance[],System.Int32@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="pixelShaderOut">No documentation.</param>
|
|
<param name="classInstancesOut">No documentation.</param>
|
|
<param name="numClassInstancesRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='PSGetShader']/*"/>
|
|
<unmanaged>void PSGetShader([Out] ID3D11PixelShader** ppPixelShader,[Out, Buffer, Optional] ID3D11ClassInstance** ppClassInstances,[InOut] unsigned int* pNumClassInstances)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.PixelShaderStage.GetSamplers(System.Int32,System.Int32,SharpDX.Direct3D11.SamplerState[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numSamplers">No documentation.</param>
|
|
<param name="samplersOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='PSGetSamplers']/*"/>
|
|
<unmanaged>void PSGetSamplers([In] unsigned int StartSlot,[In] unsigned int NumSamplers,[Out, Buffer] ID3D11SamplerState** ppSamplers)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.PixelShaderStage.GetConstantBuffers(System.Int32,System.Int32,SharpDX.Direct3D11.Buffer[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numBuffers">No documentation.</param>
|
|
<param name="constantBuffersOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='PSGetConstantBuffers']/*"/>
|
|
<unmanaged>void PSGetConstantBuffers([In] unsigned int StartSlot,[In] unsigned int NumBuffers,[Out, Buffer] ID3D11Buffer** ppConstantBuffers)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DeviceContext.GeometryShaderStage">
|
|
<summary>Interface GeometryShaderStage.</summary>
|
|
<unmanaged>ID3D11DeviceContext</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.GeometryShaderStage.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.DeviceContext.GeometryShaderStage"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.GeometryShaderStage.SetConstantBuffers(System.Int32,System.Int32,SharpDX.Direct3D11.Buffer[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numBuffers">No documentation.</param>
|
|
<param name="constantBuffersOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='GSSetConstantBuffers']/*"/>
|
|
<unmanaged>void GSSetConstantBuffers([In] unsigned int StartSlot,[In] unsigned int NumBuffers,[In, Buffer] const ID3D11Buffer** ppConstantBuffers)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.GeometryShaderStage.SetShader(SharpDX.Direct3D11.GeometryShader,SharpDX.Direct3D11.ClassInstance[],System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="shaderRef">No documentation.</param>
|
|
<param name="classInstancesOut">No documentation.</param>
|
|
<param name="numClassInstances">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='GSSetShader']/*"/>
|
|
<unmanaged>void GSSetShader([In, Optional] ID3D11GeometryShader* pShader,[In, Buffer, Optional] const ID3D11ClassInstance** ppClassInstances,[In] unsigned int NumClassInstances)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.GeometryShaderStage.SetShaderResources(System.Int32,System.Int32,SharpDX.Direct3D11.ShaderResourceView[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numViews">No documentation.</param>
|
|
<param name="shaderResourceViewsOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='GSSetShaderResources']/*"/>
|
|
<unmanaged>void GSSetShaderResources([In] unsigned int StartSlot,[In] unsigned int NumViews,[In, Buffer] const ID3D11ShaderResourceView** ppShaderResourceViews)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.GeometryShaderStage.SetSamplers(System.Int32,System.Int32,SharpDX.Direct3D11.SamplerState[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numSamplers">No documentation.</param>
|
|
<param name="samplersOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='GSSetSamplers']/*"/>
|
|
<unmanaged>void GSSetSamplers([In] unsigned int StartSlot,[In] unsigned int NumSamplers,[In, Buffer] const ID3D11SamplerState** ppSamplers)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.GeometryShaderStage.GetConstantBuffers(System.Int32,System.Int32,SharpDX.Direct3D11.Buffer[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numBuffers">No documentation.</param>
|
|
<param name="constantBuffersOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='GSGetConstantBuffers']/*"/>
|
|
<unmanaged>void GSGetConstantBuffers([In] unsigned int StartSlot,[In] unsigned int NumBuffers,[Out, Buffer] ID3D11Buffer** ppConstantBuffers)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.GeometryShaderStage.GetShader(SharpDX.Direct3D11.GeometryShader@,SharpDX.Direct3D11.ClassInstance[],System.Int32@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="geometryShaderOut">No documentation.</param>
|
|
<param name="classInstancesOut">No documentation.</param>
|
|
<param name="numClassInstancesRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='GSGetShader']/*"/>
|
|
<unmanaged>void GSGetShader([Out] ID3D11GeometryShader** ppGeometryShader,[Out, Buffer, Optional] ID3D11ClassInstance** ppClassInstances,[InOut] unsigned int* pNumClassInstances)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.GeometryShaderStage.GetShaderResources(System.Int32,System.Int32,SharpDX.Direct3D11.ShaderResourceView[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numViews">No documentation.</param>
|
|
<param name="shaderResourceViewsOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='GSGetShaderResources']/*"/>
|
|
<unmanaged>void GSGetShaderResources([In] unsigned int StartSlot,[In] unsigned int NumViews,[Out, Buffer] ID3D11ShaderResourceView** ppShaderResourceViews)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.GeometryShaderStage.GetSamplers(System.Int32,System.Int32,SharpDX.Direct3D11.SamplerState[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numSamplers">No documentation.</param>
|
|
<param name="samplersOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='GSGetSamplers']/*"/>
|
|
<unmanaged>void GSGetSamplers([In] unsigned int StartSlot,[In] unsigned int NumSamplers,[Out, Buffer] ID3D11SamplerState** ppSamplers)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DeviceContext.DomainShaderStage">
|
|
<summary>Interface DomainShaderStage.</summary>
|
|
<unmanaged>ID3D11DeviceContext</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.DomainShaderStage.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.DeviceContext.DomainShaderStage"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.DomainShaderStage.SetShaderResources(System.Int32,System.Int32,SharpDX.Direct3D11.ShaderResourceView[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numViews">No documentation.</param>
|
|
<param name="shaderResourceViewsOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DSSetShaderResources']/*"/>
|
|
<unmanaged>void DSSetShaderResources([In] unsigned int StartSlot,[In] unsigned int NumViews,[In, Buffer] const ID3D11ShaderResourceView** ppShaderResourceViews)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.DomainShaderStage.SetShader(SharpDX.Direct3D11.DomainShader,SharpDX.Direct3D11.ClassInstance[],System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="domainShaderRef">No documentation.</param>
|
|
<param name="classInstancesOut">No documentation.</param>
|
|
<param name="numClassInstances">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DSSetShader']/*"/>
|
|
<unmanaged>void DSSetShader([In, Optional] ID3D11DomainShader* pDomainShader,[In, Buffer, Optional] const ID3D11ClassInstance** ppClassInstances,[In] unsigned int NumClassInstances)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.DomainShaderStage.SetSamplers(System.Int32,System.Int32,SharpDX.Direct3D11.SamplerState[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numSamplers">No documentation.</param>
|
|
<param name="samplersOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DSSetSamplers']/*"/>
|
|
<unmanaged>void DSSetSamplers([In] unsigned int StartSlot,[In] unsigned int NumSamplers,[In, Buffer] const ID3D11SamplerState** ppSamplers)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.DomainShaderStage.SetConstantBuffers(System.Int32,System.Int32,SharpDX.Direct3D11.Buffer[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numBuffers">No documentation.</param>
|
|
<param name="constantBuffersOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DSSetConstantBuffers']/*"/>
|
|
<unmanaged>void DSSetConstantBuffers([In] unsigned int StartSlot,[In] unsigned int NumBuffers,[In, Buffer] const ID3D11Buffer** ppConstantBuffers)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.DomainShaderStage.GetShaderResources(System.Int32,System.Int32,SharpDX.Direct3D11.ShaderResourceView[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numViews">No documentation.</param>
|
|
<param name="shaderResourceViewsOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DSGetShaderResources']/*"/>
|
|
<unmanaged>void DSGetShaderResources([In] unsigned int StartSlot,[In] unsigned int NumViews,[Out, Buffer] ID3D11ShaderResourceView** ppShaderResourceViews)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.DomainShaderStage.GetShader(SharpDX.Direct3D11.DomainShader@,SharpDX.Direct3D11.ClassInstance[],System.Int32@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="domainShaderOut">No documentation.</param>
|
|
<param name="classInstancesOut">No documentation.</param>
|
|
<param name="numClassInstancesRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DSGetShader']/*"/>
|
|
<unmanaged>void DSGetShader([Out] ID3D11DomainShader** ppDomainShader,[Out, Buffer, Optional] ID3D11ClassInstance** ppClassInstances,[InOut] unsigned int* pNumClassInstances)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.DomainShaderStage.GetSamplers(System.Int32,System.Int32,SharpDX.Direct3D11.SamplerState[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numSamplers">No documentation.</param>
|
|
<param name="samplersOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DSGetSamplers']/*"/>
|
|
<unmanaged>void DSGetSamplers([In] unsigned int StartSlot,[In] unsigned int NumSamplers,[Out, Buffer] ID3D11SamplerState** ppSamplers)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.DomainShaderStage.GetConstantBuffers(System.Int32,System.Int32,SharpDX.Direct3D11.Buffer[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numBuffers">No documentation.</param>
|
|
<param name="constantBuffersOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='DSGetConstantBuffers']/*"/>
|
|
<unmanaged>void DSGetConstantBuffers([In] unsigned int StartSlot,[In] unsigned int NumBuffers,[Out, Buffer] ID3D11Buffer** ppConstantBuffers)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DeviceContext.HullShaderStage">
|
|
<summary>Interface HullShaderStage.</summary>
|
|
<unmanaged>ID3D11DeviceContext</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.HullShaderStage.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.DeviceContext.HullShaderStage"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.HullShaderStage.SetShaderResources(System.Int32,System.Int32,SharpDX.Direct3D11.ShaderResourceView[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numViews">No documentation.</param>
|
|
<param name="shaderResourceViewsOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='HSSetShaderResources']/*"/>
|
|
<unmanaged>void HSSetShaderResources([In] unsigned int StartSlot,[In] unsigned int NumViews,[In, Buffer] const ID3D11ShaderResourceView** ppShaderResourceViews)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.HullShaderStage.SetShader(SharpDX.Direct3D11.HullShader,SharpDX.Direct3D11.ClassInstance[],System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="hullShaderRef">No documentation.</param>
|
|
<param name="classInstancesOut">No documentation.</param>
|
|
<param name="numClassInstances">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='HSSetShader']/*"/>
|
|
<unmanaged>void HSSetShader([In, Optional] ID3D11HullShader* pHullShader,[In, Buffer, Optional] const ID3D11ClassInstance** ppClassInstances,[In] unsigned int NumClassInstances)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.HullShaderStage.SetSamplers(System.Int32,System.Int32,SharpDX.Direct3D11.SamplerState[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numSamplers">No documentation.</param>
|
|
<param name="samplersOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='HSSetSamplers']/*"/>
|
|
<unmanaged>void HSSetSamplers([In] unsigned int StartSlot,[In] unsigned int NumSamplers,[In, Buffer] const ID3D11SamplerState** ppSamplers)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.HullShaderStage.SetConstantBuffers(System.Int32,System.Int32,SharpDX.Direct3D11.Buffer[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numBuffers">No documentation.</param>
|
|
<param name="constantBuffersOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='HSSetConstantBuffers']/*"/>
|
|
<unmanaged>void HSSetConstantBuffers([In] unsigned int StartSlot,[In] unsigned int NumBuffers,[In, Buffer] const ID3D11Buffer** ppConstantBuffers)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.HullShaderStage.GetShaderResources(System.Int32,System.Int32,SharpDX.Direct3D11.ShaderResourceView[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numViews">No documentation.</param>
|
|
<param name="shaderResourceViewsOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='HSGetShaderResources']/*"/>
|
|
<unmanaged>void HSGetShaderResources([In] unsigned int StartSlot,[In] unsigned int NumViews,[Out, Buffer] ID3D11ShaderResourceView** ppShaderResourceViews)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.HullShaderStage.GetShader(SharpDX.Direct3D11.HullShader@,SharpDX.Direct3D11.ClassInstance[],System.Int32@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="hullShaderOut">No documentation.</param>
|
|
<param name="classInstancesOut">No documentation.</param>
|
|
<param name="numClassInstancesRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='HSGetShader']/*"/>
|
|
<unmanaged>void HSGetShader([Out] ID3D11HullShader** ppHullShader,[Out, Buffer, Optional] ID3D11ClassInstance** ppClassInstances,[InOut] unsigned int* pNumClassInstances)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.HullShaderStage.GetSamplers(System.Int32,System.Int32,SharpDX.Direct3D11.SamplerState[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numSamplers">No documentation.</param>
|
|
<param name="samplersOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='HSGetSamplers']/*"/>
|
|
<unmanaged>void HSGetSamplers([In] unsigned int StartSlot,[In] unsigned int NumSamplers,[Out, Buffer] ID3D11SamplerState** ppSamplers)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DeviceContext.HullShaderStage.GetConstantBuffers(System.Int32,System.Int32,SharpDX.Direct3D11.Buffer[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="startSlot">No documentation.</param>
|
|
<param name="numBuffers">No documentation.</param>
|
|
<param name="constantBuffersOut">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='HSGetConstantBuffers']/*"/>
|
|
<unmanaged>void HSGetConstantBuffers([In] unsigned int StartSlot,[In] unsigned int NumBuffers,[Out, Buffer] ID3D11Buffer** ppConstantBuffers)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DomainShader">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11DomainShader']/*"/>
|
|
<unmanaged>ID3D11DomainShader</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DomainShader.#ctor(SharpDX.Direct3D11.Device,SharpDX.D3DCompiler.ShaderBytecode)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.DomainShader" /> class.
|
|
</summary>
|
|
<param name = "device">The device used to create the shader.</param>
|
|
<param name = "shaderBytecode">The compiled shader bytecode.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DomainShader.#ctor(SharpDX.Direct3D11.Device,SharpDX.D3DCompiler.ShaderBytecode,SharpDX.Direct3D11.ClassLinkage)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.DomainShader" /> class.
|
|
</summary>
|
|
<param name = "device">The device used to create the shader.</param>
|
|
<param name = "shaderBytecode">The compiled shader bytecode.</param>
|
|
<param name = "linkage">A dynamic class linkage interface.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.DomainShader.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.DomainShader"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.Effect">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11Effect']/*"/>
|
|
<unmanaged>ID3DX11Effect</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Effect.#ctor(SharpDX.Direct3D11.Device,SharpDX.D3DCompiler.ShaderBytecode)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.Effect"/> class.
|
|
</summary>
|
|
<param name="device">The device.</param>
|
|
<param name="effectByteCode">The effect byte code.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Effect.#ctor(SharpDX.Direct3D11.Device,SharpDX.D3DCompiler.ShaderBytecode,SharpDX.D3DCompiler.EffectFlags)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.Effect"/> class.
|
|
</summary>
|
|
<param name="device">The device.</param>
|
|
<param name="effectByteCode">The effect byte code.</param>
|
|
<param name="fxFlags">Effect compile options</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Effect.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.Effect"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Effect.IsValid_">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11Effect::IsValid']/*"/>
|
|
<unmanaged>BOOL ID3DX11Effect::IsValid()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Effect.GetDevice(SharpDX.Direct3D11.Device@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="deviceOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11Effect::GetDevice']/*"/>
|
|
<unmanaged>HRESULT ID3DX11Effect::GetDevice([Out] ID3D11Device** ppDevice)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Effect.GetDescription(SharpDX.Direct3D11.EffectDescription@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="descRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11Effect::GetDesc']/*"/>
|
|
<unmanaged>HRESULT ID3DX11Effect::GetDesc([Out] D3DX11_EFFECT_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Effect.GetConstantBufferByIndex(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="index">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11Effect::GetConstantBufferByIndex']/*"/>
|
|
<unmanaged>ID3DX11EffectConstantBuffer* ID3DX11Effect::GetConstantBufferByIndex([In] unsigned int Index)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Effect.GetConstantBufferByName(System.String)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="name">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11Effect::GetConstantBufferByName']/*"/>
|
|
<unmanaged>ID3DX11EffectConstantBuffer* ID3DX11Effect::GetConstantBufferByName([In] const char* Name)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Effect.GetVariableByIndex(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="index">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11Effect::GetVariableByIndex']/*"/>
|
|
<unmanaged>ID3DX11EffectVariable* ID3DX11Effect::GetVariableByIndex([In] unsigned int Index)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Effect.GetVariableByName(System.String)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="name">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11Effect::GetVariableByName']/*"/>
|
|
<unmanaged>ID3DX11EffectVariable* ID3DX11Effect::GetVariableByName([In] const char* Name)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Effect.GetVariableBySemantic(System.String)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="semantic">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11Effect::GetVariableBySemantic']/*"/>
|
|
<unmanaged>ID3DX11EffectVariable* ID3DX11Effect::GetVariableBySemantic([In] const char* Semantic)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Effect.GetGroupByIndex(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="index">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11Effect::GetGroupByIndex']/*"/>
|
|
<unmanaged>ID3DX11EffectGroup* ID3DX11Effect::GetGroupByIndex([In] unsigned int Index)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Effect.GetGroupByName(System.String)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="name">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11Effect::GetGroupByName']/*"/>
|
|
<unmanaged>ID3DX11EffectGroup* ID3DX11Effect::GetGroupByName([In] const char* Name)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Effect.GetTechniqueByIndex(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="index">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11Effect::GetTechniqueByIndex']/*"/>
|
|
<unmanaged>ID3DX11EffectTechnique* ID3DX11Effect::GetTechniqueByIndex([In] unsigned int Index)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Effect.GetTechniqueByName(System.String)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="name">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11Effect::GetTechniqueByName']/*"/>
|
|
<unmanaged>ID3DX11EffectTechnique* ID3DX11Effect::GetTechniqueByName([In] const char* Name)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Effect.GetClassLinkage">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11Effect::GetClassLinkage']/*"/>
|
|
<unmanaged>ID3D11ClassLinkage* ID3DX11Effect::GetClassLinkage()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Effect.CloneEffect(System.Int32,SharpDX.Direct3D11.Effect@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="flags">No documentation.</param>
|
|
<param name="clonedEffectOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11Effect::CloneEffect']/*"/>
|
|
<unmanaged>HRESULT ID3DX11Effect::CloneEffect([In] unsigned int Flags,[In] ID3DX11Effect** ppClonedEffect)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Effect.Optimize">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11Effect::Optimize']/*"/>
|
|
<unmanaged>HRESULT ID3DX11Effect::Optimize()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Effect.IsOptimized_">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11Effect::IsOptimized']/*"/>
|
|
<unmanaged>BOOL ID3DX11Effect::IsOptimized()</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.Effect.IsValid">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11Effect::IsValid']/*"/>
|
|
<unmanaged>IsValid</unmanaged>
|
|
<unmanaged>BOOL ID3DX11Effect::IsValid()</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.Effect.Device">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11Effect::GetDevice']/*"/>
|
|
<unmanaged>GetDevice</unmanaged>
|
|
<unmanaged>HRESULT ID3DX11Effect::GetDevice([Out] ID3D11Device** ppDevice)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.Effect.Description">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11Effect::GetDesc']/*"/>
|
|
<unmanaged>GetDesc</unmanaged>
|
|
<unmanaged>HRESULT ID3DX11Effect::GetDesc([Out] D3DX11_EFFECT_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.Effect.ClassLinkage">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11Effect::GetClassLinkage']/*"/>
|
|
<unmanaged>GetClassLinkage</unmanaged>
|
|
<unmanaged>ID3D11ClassLinkage* ID3DX11Effect::GetClassLinkage()</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.Effect.IsOptimized">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11Effect::IsOptimized']/*"/>
|
|
<unmanaged>IsOptimized</unmanaged>
|
|
<unmanaged>BOOL ID3DX11Effect::IsOptimized()</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.EffectBlendVariable">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectBlendVariable']/*"/>
|
|
<unmanaged>ID3DX11EffectBlendVariable</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.EffectVariable">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable']/*"/>
|
|
<unmanaged>ID3DX11EffectVariable</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.SetRawValue(SharpDX.DataStream,System.Int32)">
|
|
<summary>
|
|
Set data.
|
|
</summary>
|
|
<param name="data">A reference to the variable.</param>
|
|
<param name="count">size in bytes of data to write.</param>
|
|
<returns>
|
|
Returns one of the following {{Direct3D 10 Return Codes}}.
|
|
</returns>
|
|
<remarks>
|
|
This method does no conversion or type checking; it is therefore a very quick way to access array items.
|
|
</remarks>
|
|
<unmanaged>HRESULT ID3D10EffectVariable::SetRawValue([None] void* pData,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.GetRawValue(System.Int32)">
|
|
<summary>
|
|
Get data.
|
|
</summary>
|
|
<remarks>
|
|
This method does no conversion or type checking; it is therefore a very quick way to access array items.
|
|
</remarks>
|
|
<param name="count">The number of bytes to get. </param>
|
|
<returns>Returns a <see cref="T:SharpDX.DataStream"/> filled with the value. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectVariable::GetRawValue([None] void* pData,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.AsScalar">
|
|
<summary>
|
|
Get a scalar variable.
|
|
</summary>
|
|
<remarks>
|
|
AsScalar returns a version of the effect variable that has been specialized to a scalar variable. Similar to a cast, this specialization will return an invalid object if the effect variable does not contain scalar data. Applications can test the returned object for validity by calling {{IsValid}}.
|
|
</remarks>
|
|
<returns>A reference to a scalar variable. See <see cref="T:SharpDX.Direct3D11.EffectScalarVariable"/>. </returns>
|
|
<unmanaged>ID3D10EffectScalarVariable* ID3D10EffectVariable::AsScalar()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.AsVector">
|
|
<summary>
|
|
Get a vector variable.
|
|
</summary>
|
|
<remarks>
|
|
AsVector returns a version of the effect variable that has been specialized to a vector variable. Similar to a cast, this specialization will return an invalid object if the effect variable does not contain vector data. Applications can test the returned object for validity by calling {{IsValid}}.
|
|
</remarks>
|
|
<returns>A reference to a vector variable. See <see cref="T:SharpDX.Direct3D11.EffectVectorVariable"/>. </returns>
|
|
<unmanaged>ID3D10EffectVectorVariable* ID3D10EffectVariable::AsVector()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.AsMatrix">
|
|
<summary>
|
|
Get a matrix variable.
|
|
</summary>
|
|
<remarks>
|
|
AsMatrix returns a version of the effect variable that has been specialized to a matrix variable. Similar to a cast, this specialization will return an invalid object if the effect variable does not contain matrix data. Applications can test the returned object for validity by calling {{IsValid}}.
|
|
</remarks>
|
|
<returns>A reference to a matrix variable. See <see cref="T:SharpDX.Direct3D11.EffectMatrixVariable"/>. </returns>
|
|
<unmanaged>ID3D10EffectMatrixVariable* ID3D10EffectVariable::AsMatrix()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.AsString">
|
|
<summary>
|
|
Get a string variable.
|
|
</summary>
|
|
<remarks>
|
|
AsString returns a version of the effect variable that has been specialized to a string variable. Similar to a cast, this specialization will return an invalid object if the effect variable does not contain string data. Applications can test the returned object for validity by calling {{IsValid}}.
|
|
</remarks>
|
|
<returns>A reference to a string variable. See <see cref="T:SharpDX.Direct3D11.EffectStringVariable"/>. </returns>
|
|
<unmanaged>ID3D10EffectStringVariable* ID3D10EffectVariable::AsString()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.AsShaderResource">
|
|
<summary>
|
|
Get a shader-resource variable.
|
|
</summary>
|
|
<remarks>
|
|
AsShaderResource returns a version of the effect variable that has been specialized to a shader-resource variable. Similar to a cast, this specialization will return an invalid object if the effect variable does not contain shader-resource data. Applications can test the returned object for validity by calling {{IsValid}}.
|
|
</remarks>
|
|
<returns>A reference to a shader-resource variable. See <see cref="T:SharpDX.Direct3D11.EffectShaderResourceVariable"/>. </returns>
|
|
<unmanaged>ID3D10EffectShaderResourceVariable* ID3D10EffectVariable::AsShaderResource()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.AsRenderTargetView">
|
|
<summary>
|
|
Get a render-target-view variable.
|
|
</summary>
|
|
<remarks>
|
|
This method returns a version of the effect variable that has been specialized to a render-target-view variable. Similar to a cast, this specialization will return an invalid object if the effect variable does not contain render-target-view data. Applications can test the returned object for validity by calling {{IsValid}}.
|
|
</remarks>
|
|
<returns>A reference to a render-target-view variable. See <see cref="T:SharpDX.Direct3D11.EffectRenderTargetViewVariable"/>. </returns>
|
|
<unmanaged>ID3D10EffectRenderTargetViewVariable* ID3D10EffectVariable::AsRenderTargetView()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.AsDepthStencilView">
|
|
<summary>
|
|
Get a depth-stencil-view variable.
|
|
</summary>
|
|
<remarks>
|
|
This method returns a version of the effect variable that has been specialized to a depth-stencil-view variable. Similar to a cast, this specialization will return an invalid object if the effect variable does not contain depth-stencil-view data. Applications can test the returned object for validity by calling {{IsValid}}.
|
|
</remarks>
|
|
<returns>A reference to a depth-stencil-view variable. See <see cref="T:SharpDX.Direct3D11.EffectDepthStencilViewVariable"/>. </returns>
|
|
<unmanaged>ID3D10EffectDepthStencilViewVariable* ID3D10EffectVariable::AsDepthStencilView()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.AsConstantBuffer">
|
|
<summary>
|
|
Get a constant buffer.
|
|
</summary>
|
|
<remarks>
|
|
AsConstantBuffer returns a version of the effect variable that has been specialized to a constant buffer. Similar to a cast, this specialization will return an invalid object if the effect variable does not contain constant buffer data. Applications can test the returned object for validity by calling {{IsValid}}.
|
|
</remarks>
|
|
<returns>A reference to a constant buffer. See <see cref="T:SharpDX.Direct3D11.EffectConstantBuffer"/>. </returns>
|
|
<unmanaged>ID3D10EffectConstantBuffer* ID3D10EffectVariable::AsConstantBuffer()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.AsShader">
|
|
<summary>
|
|
Get a shader variable.
|
|
</summary>
|
|
<remarks>
|
|
AsShader returns a version of the effect variable that has been specialized to a shader variable. Similar to a cast, this specialization will return an invalid object if the effect variable does not contain shader data. Applications can test the returned object for validity by calling {{IsValid}}.
|
|
</remarks>
|
|
<returns>A reference to a shader variable. See <see cref="T:SharpDX.Direct3D11.EffectShaderVariable"/>. </returns>
|
|
<unmanaged>ID3D10EffectShaderVariable* ID3D10EffectVariable::AsShader()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.AsBlend">
|
|
<summary>
|
|
Get a effect-blend variable.
|
|
</summary>
|
|
<remarks>
|
|
AsBlend returns a version of the effect variable that has been specialized to an effect-blend variable. Similar to a cast, this specialization will return an invalid object if the effect variable does not contain effect-blend data. Applications can test the returned object for validity by calling {{IsValid}}.
|
|
</remarks>
|
|
<returns>A reference to an effect blend variable. See <see cref="T:SharpDX.Direct3D11.EffectBlendVariable"/>. </returns>
|
|
<unmanaged>ID3D10EffectBlendVariable* ID3D10EffectVariable::AsBlend()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.AsDepthStencil">
|
|
<summary>
|
|
Get a depth-stencil variable.
|
|
</summary>
|
|
<remarks>
|
|
AsDepthStencil returns a version of the effect variable that has been specialized to a depth-stencil variable. Similar to a cast, this specialization will return an invalid object if the effect variable does not contain depth-stencil data. Applications can test the returned object for validity by calling {{IsValid}}.
|
|
</remarks>
|
|
<returns>A reference to a depth-stencil variable. See <see cref="T:SharpDX.Direct3D11.EffectDepthStencilVariable"/>. </returns>
|
|
<unmanaged>ID3D10EffectDepthStencilVariable* ID3D10EffectVariable::AsDepthStencil()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.AsRasterizer">
|
|
<summary>
|
|
Get a rasterizer variable.
|
|
</summary>
|
|
<remarks>
|
|
AsRasterizer returns a version of the effect variable that has been specialized to a rasterizer variable. Similar to a cast, this specialization will return an invalid object if the effect variable does not contain rasterizer data. Applications can test the returned object for validity by calling {{IsValid}}.
|
|
</remarks>
|
|
<returns>A reference to a rasterizer variable. See <see cref="T:SharpDX.Direct3D11.EffectRasterizerVariable"/>. </returns>
|
|
<unmanaged>ID3D10EffectRasterizerVariable* ID3D10EffectVariable::AsRasterizer()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.AsSampler">
|
|
<summary>
|
|
Get a sampler variable.
|
|
</summary>
|
|
<remarks>
|
|
AsSampler returns a version of the effect variable that has been specialized to a sampler variable. Similar to a cast, this specialization will return an invalid object if the effect variable does not contain sampler data. Applications can test the returned object for validity by calling {{IsValid}}.
|
|
</remarks>
|
|
<returns>A reference to a sampler variable. See <see cref="T:SharpDX.Direct3D11.EffectSamplerVariable"/>. </returns>
|
|
<unmanaged>ID3D10EffectSamplerVariable* ID3D10EffectVariable::AsSampler()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.EffectVariable"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.IsValid_">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable::IsValid']/*"/>
|
|
<unmanaged>BOOL ID3DX11EffectVariable::IsValid()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.GetTypeInfo">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable::GetType']/*"/>
|
|
<unmanaged>ID3DX11EffectType* ID3DX11EffectVariable::GetType()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.GetDescription(SharpDX.Direct3D11.EffectVariableDescription@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="descRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable::GetDesc']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectVariable::GetDesc([Out] D3DX11_EFFECT_VARIABLE_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.GetAnnotationByIndex(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="index">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable::GetAnnotationByIndex']/*"/>
|
|
<unmanaged>ID3DX11EffectVariable* ID3DX11EffectVariable::GetAnnotationByIndex([In] unsigned int Index)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.GetAnnotationByName(System.String)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="name">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable::GetAnnotationByName']/*"/>
|
|
<unmanaged>ID3DX11EffectVariable* ID3DX11EffectVariable::GetAnnotationByName([In] const char* Name)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.GetMemberByIndex(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="index">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable::GetMemberByIndex']/*"/>
|
|
<unmanaged>ID3DX11EffectVariable* ID3DX11EffectVariable::GetMemberByIndex([In] unsigned int Index)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.GetMemberByName(System.String)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="name">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable::GetMemberByName']/*"/>
|
|
<unmanaged>ID3DX11EffectVariable* ID3DX11EffectVariable::GetMemberByName([In] const char* Name)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.GetMemberBySemantic(System.String)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="semantic">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable::GetMemberBySemantic']/*"/>
|
|
<unmanaged>ID3DX11EffectVariable* ID3DX11EffectVariable::GetMemberBySemantic([In] const char* Semantic)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.GetElement(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="index">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable::GetElement']/*"/>
|
|
<unmanaged>ID3DX11EffectVariable* ID3DX11EffectVariable::GetElement([In] unsigned int Index)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.GetParentConstantBuffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable::GetParentConstantBuffer']/*"/>
|
|
<unmanaged>ID3DX11EffectConstantBuffer* ID3DX11EffectVariable::GetParentConstantBuffer()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.AsScalar_">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable::AsScalar']/*"/>
|
|
<unmanaged>ID3DX11EffectScalarVariable* ID3DX11EffectVariable::AsScalar()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.AsVector_">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable::AsVector']/*"/>
|
|
<unmanaged>ID3DX11EffectVectorVariable* ID3DX11EffectVariable::AsVector()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.AsMatrix_">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable::AsMatrix']/*"/>
|
|
<unmanaged>ID3DX11EffectMatrixVariable* ID3DX11EffectVariable::AsMatrix()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.AsString_">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable::AsString']/*"/>
|
|
<unmanaged>ID3DX11EffectStringVariable* ID3DX11EffectVariable::AsString()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.AsClassInstance_">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable::AsClassInstance']/*"/>
|
|
<unmanaged>ID3DX11EffectClassInstanceVariable* ID3DX11EffectVariable::AsClassInstance()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.AsInterface_">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable::AsInterface']/*"/>
|
|
<unmanaged>ID3DX11EffectInterfaceVariable* ID3DX11EffectVariable::AsInterface()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.AsShaderResource_">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable::AsShaderResource']/*"/>
|
|
<unmanaged>ID3DX11EffectShaderResourceVariable* ID3DX11EffectVariable::AsShaderResource()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.AsUnorderedAccessView_">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable::AsUnorderedAccessView']/*"/>
|
|
<unmanaged>ID3DX11EffectUnorderedAccessViewVariable* ID3DX11EffectVariable::AsUnorderedAccessView()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.AsRenderTargetView_">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable::AsRenderTargetView']/*"/>
|
|
<unmanaged>ID3DX11EffectRenderTargetViewVariable* ID3DX11EffectVariable::AsRenderTargetView()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.AsDepthStencilView_">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable::AsDepthStencilView']/*"/>
|
|
<unmanaged>ID3DX11EffectDepthStencilViewVariable* ID3DX11EffectVariable::AsDepthStencilView()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.AsConstantBuffer_">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable::AsConstantBuffer']/*"/>
|
|
<unmanaged>ID3DX11EffectConstantBuffer* ID3DX11EffectVariable::AsConstantBuffer()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.AsShader_">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable::AsShader']/*"/>
|
|
<unmanaged>ID3DX11EffectShaderVariable* ID3DX11EffectVariable::AsShader()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.AsBlend_">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable::AsBlend']/*"/>
|
|
<unmanaged>ID3DX11EffectBlendVariable* ID3DX11EffectVariable::AsBlend()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.AsDepthStencil_">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable::AsDepthStencil']/*"/>
|
|
<unmanaged>ID3DX11EffectDepthStencilVariable* ID3DX11EffectVariable::AsDepthStencil()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.AsRasterizer_">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable::AsRasterizer']/*"/>
|
|
<unmanaged>ID3DX11EffectRasterizerVariable* ID3DX11EffectVariable::AsRasterizer()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.AsSampler_">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable::AsSampler']/*"/>
|
|
<unmanaged>ID3DX11EffectSamplerVariable* ID3DX11EffectVariable::AsSampler()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.SetRawValue(System.IntPtr,System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="dataRef">No documentation.</param>
|
|
<param name="offset">No documentation.</param>
|
|
<param name="count">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable::SetRawValue']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectVariable::SetRawValue([In] const void* pData,[In] unsigned int Offset,[In] unsigned int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVariable.GetRawValue(System.IntPtr,System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="dataRef">No documentation.</param>
|
|
<param name="offset">No documentation.</param>
|
|
<param name="count">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable::GetRawValue']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectVariable::GetRawValue([In] void* pData,[In] unsigned int Offset,[In] unsigned int Count)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.EffectVariable.IsValid">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable::IsValid']/*"/>
|
|
<unmanaged>IsValid</unmanaged>
|
|
<unmanaged>BOOL ID3DX11EffectVariable::IsValid()</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.EffectVariable.TypeInfo">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable::GetType']/*"/>
|
|
<unmanaged>GetType</unmanaged>
|
|
<unmanaged>ID3DX11EffectType* ID3DX11EffectVariable::GetType()</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.EffectVariable.Description">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable::GetDesc']/*"/>
|
|
<unmanaged>GetDesc</unmanaged>
|
|
<unmanaged>HRESULT ID3DX11EffectVariable::GetDesc([Out] D3DX11_EFFECT_VARIABLE_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.EffectVariable.ParentConstantBuffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVariable::GetParentConstantBuffer']/*"/>
|
|
<unmanaged>GetParentConstantBuffer</unmanaged>
|
|
<unmanaged>ID3DX11EffectConstantBuffer* ID3DX11EffectVariable::GetParentConstantBuffer()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectBlendVariable.GetBlendState">
|
|
<summary>
|
|
Get a pointer to a blend-state interface.
|
|
</summary>
|
|
<returns>Returns <see cref="T:SharpDX.Direct3D11.BlendState"/>.</returns>
|
|
<unmanaged>HRESULT ID3D10EffectBlendVariable::GetBlendState([None] int Index,[Out] ID3D10BlendState** ppBlendState)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectBlendVariable.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.EffectBlendVariable"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectBlendVariable.GetBlendState(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="index">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectBlendVariable::GetBlendState']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectBlendVariable::GetBlendState([In] unsigned int Index,[Out] ID3D11BlendState** ppBlendState)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectBlendVariable.SetBlendState(System.Int32,SharpDX.Direct3D11.BlendState)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="index">No documentation.</param>
|
|
<param name="blendStateRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectBlendVariable::SetBlendState']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectBlendVariable::SetBlendState([In] unsigned int Index,[In] ID3D11BlendState* pBlendState)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectBlendVariable.UndoSetBlendState(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="index">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectBlendVariable::UndoSetBlendState']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectBlendVariable::UndoSetBlendState([In] unsigned int Index)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectBlendVariable.GetBackingStore(System.Int32,SharpDX.Direct3D11.BlendStateDescription@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="index">No documentation.</param>
|
|
<param name="blendDescRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectBlendVariable::GetBackingStore']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectBlendVariable::GetBackingStore([In] unsigned int Index,[Out] D3D11_BLEND_DESC* pBlendDesc)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.EffectDepthStencilVariable">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectDepthStencilVariable']/*"/>
|
|
<unmanaged>ID3DX11EffectDepthStencilVariable</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectDepthStencilVariable.GetDepthStencilState">
|
|
<summary>
|
|
Get a pointer to a depth-stencil interface.
|
|
</summary>
|
|
<returns>Returns a pointer to a blend-state interface (see <see cref="T:SharpDX.Direct3D11.DepthStencilState"/>). </returns>
|
|
<unmanaged>HRESULT ID3D10EffectDepthStencilVariable::GetDepthStencilState([None] int Index,[Out] ID3D10DepthStencilState** ppDepthStencilState)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectDepthStencilVariable.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.EffectDepthStencilVariable"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectDepthStencilVariable.GetDepthStencilState(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="index">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectDepthStencilVariable::GetDepthStencilState']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectDepthStencilVariable::GetDepthStencilState([In] unsigned int Index,[Out] ID3D11DepthStencilState** ppDepthStencilState)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectDepthStencilVariable.SetDepthStencilState(System.Int32,SharpDX.Direct3D11.DepthStencilState)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="index">No documentation.</param>
|
|
<param name="depthStencilStateRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectDepthStencilVariable::SetDepthStencilState']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectDepthStencilVariable::SetDepthStencilState([In] unsigned int Index,[In] ID3D11DepthStencilState* pDepthStencilState)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectDepthStencilVariable.UndoSetDepthStencilState(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="index">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectDepthStencilVariable::UndoSetDepthStencilState']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectDepthStencilVariable::UndoSetDepthStencilState([In] unsigned int Index)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectDepthStencilVariable.GetBackingStore(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="index">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectDepthStencilVariable::GetBackingStore']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectDepthStencilVariable::GetBackingStore([In] unsigned int Index,[Out] D3D11_DEPTH_STENCIL_DESC* pDepthStencilDesc)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.EffectDepthStencilViewVariable">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectDepthStencilViewVariable']/*"/>
|
|
<unmanaged>ID3DX11EffectDepthStencilViewVariable</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectDepthStencilViewVariable.SetDepthStencilArray(SharpDX.Direct3D11.DepthStencilView[])">
|
|
<summary>
|
|
Set an array of depth-stencil-view resources.
|
|
</summary>
|
|
<param name="resourcesRef"> A pointer to an array of depth-stencil-view interfaces. See <see cref="T:SharpDX.Direct3D11.DepthStencilView"/>. </param>
|
|
<returns>Returns one of the following {{Direct3D 10 Return Codes}}. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectDepthStencilViewVariable::SetDepthStencilArray([In, Buffer] ID3D10DepthStencilView** ppResources,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectDepthStencilViewVariable.SetDepthStencilArray(SharpDX.Direct3D11.DepthStencilView[],System.Int32)">
|
|
<summary>
|
|
Set an array of depth-stencil-view resources.
|
|
</summary>
|
|
<param name="resourcesRef"> A pointer to an array of depth-stencil-view interfaces. See <see cref="T:SharpDX.Direct3D11.DepthStencilView"/>. </param>
|
|
<param name="offset"> The zero-based array index to set the first interface. </param>
|
|
<returns>Returns one of the following {{Direct3D 10 Return Codes}}. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectDepthStencilViewVariable::SetDepthStencilArray([In, Buffer] ID3D10DepthStencilView** ppResources,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectDepthStencilViewVariable.GetDepthStencilArray(System.Int32)">
|
|
<summary>
|
|
Get an array of depth-stencil-view resources.
|
|
</summary>
|
|
<param name="count"> The number of elements in the array. </param>
|
|
<returns>Returns an array of depth-stencil-view interfaces. See <see cref="T:SharpDX.Direct3D11.DepthStencilView"/>. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectDepthStencilViewVariable::GetDepthStencilArray([Out, Buffer] ID3D10DepthStencilView** ppResources,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectDepthStencilViewVariable.GetDepthStencilArray(System.Int32,System.Int32)">
|
|
<summary>
|
|
Get an array of depth-stencil-view resources.
|
|
</summary>
|
|
<param name="offset"> The zero-based array index to get the first interface. </param>
|
|
<param name="count"> The number of elements in the array. </param>
|
|
<returns>Returns an array of depth-stencil-view interfaces. See <see cref="T:SharpDX.Direct3D11.DepthStencilView"/>. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectDepthStencilViewVariable::GetDepthStencilArray([Out, Buffer] ID3D10DepthStencilView** ppResources,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectDepthStencilViewVariable.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.EffectDepthStencilViewVariable"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectDepthStencilViewVariable.SetDepthStencil(SharpDX.Direct3D11.DepthStencilView)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="resourceRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectDepthStencilViewVariable::SetDepthStencil']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectDepthStencilViewVariable::SetDepthStencil([In] ID3D11DepthStencilView* pResource)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectDepthStencilViewVariable.GetDepthStencil">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectDepthStencilViewVariable::GetDepthStencil']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectDepthStencilViewVariable::GetDepthStencil([In] ID3D11DepthStencilView** ppResource)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectDepthStencilViewVariable.SetDepthStencilArray(SharpDX.Direct3D11.DepthStencilView[],System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="resourcesOut">No documentation.</param>
|
|
<param name="offset">No documentation.</param>
|
|
<param name="count">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectDepthStencilViewVariable::SetDepthStencilArray']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectDepthStencilViewVariable::SetDepthStencilArray([In, Buffer] ID3D11DepthStencilView** ppResources,[In] unsigned int Offset,[In] unsigned int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectDepthStencilViewVariable.GetDepthStencilArray(SharpDX.Direct3D11.DepthStencilView[],System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="resourcesOut">No documentation.</param>
|
|
<param name="offset">No documentation.</param>
|
|
<param name="count">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectDepthStencilViewVariable::GetDepthStencilArray']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectDepthStencilViewVariable::GetDepthStencilArray([Out, Buffer] ID3D11DepthStencilView** ppResources,[In] unsigned int Offset,[In] unsigned int Count)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.EffectMatrixVariable">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectMatrixVariable']/*"/>
|
|
<unmanaged>ID3DX11EffectMatrixVariable</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectMatrixVariable.SetMatrix(SharpDX.Matrix)">
|
|
<summary>
|
|
Set a floating-point matrix.
|
|
</summary>
|
|
<param name="dataRef"> A pointer to the first element in the matrix. </param>
|
|
<returns>Returns one of the following {{Direct3D 10 Return Codes}}. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectMatrixVariable::SetMatrix([In] float* pData)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectMatrixVariable.SetMatrix(SharpDX.Matrix[])">
|
|
<summary>
|
|
Set an array of floating-point matrices.
|
|
</summary>
|
|
<param name="matrixArray"> A pointer to the first matrix. </param>
|
|
<returns>Returns one of the following {{Direct3D 10 Return Codes}}. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectMatrixVariable::SetMatrixArray([In, Buffer] float* pData,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectMatrixVariable.SetMatrix(SharpDX.Matrix[],System.Int32)">
|
|
<summary>
|
|
Set an array of floating-point matrices.
|
|
</summary>
|
|
<param name="matrixArray"> A pointer to the first matrix. </param>
|
|
<param name="offset"> The number of matrix elements to skip from the start of the array. </param>
|
|
<returns>Returns one of the following {{Direct3D 10 Return Codes}}. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectMatrixVariable::SetMatrixArray([In, Buffer] float* pData,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectMatrixVariable.GetMatrixArray(System.Int32)">
|
|
<summary>
|
|
Get an array of matrices.
|
|
</summary>
|
|
<param name="count"> The number of matrices in the returned array. </param>
|
|
<returns>Returns an array of matrix. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectMatrixVariable::GetMatrixArray([Out, Buffer] float* pData,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectMatrixVariable.GetMatrixArray(System.Int32,System.Int32)">
|
|
<summary>
|
|
Get an array of matrices.
|
|
</summary>
|
|
<param name="offset"> The offset (in number of matrices) between the start of the array and the first matrix returned. </param>
|
|
<param name="count"> The number of matrices in the returned array. </param>
|
|
<returns>Returns an array of matrix. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectMatrixVariable::GetMatrixArray([Out, Buffer] float* pData,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectMatrixVariable.SetMatrixTranspose(SharpDX.Matrix)">
|
|
<summary>
|
|
Transpose and set a floating-point matrix.
|
|
</summary>
|
|
<remarks>
|
|
Transposing a matrix will rearrange the data order from row-column order to column-row order (or vice versa).
|
|
</remarks>
|
|
<param name="matrix"> A pointer to the first element of a matrix. </param>
|
|
<returns>Returns one of the following {{Direct3D 10 Return Codes}}. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectMatrixVariable::SetMatrixTranspose([In] float* pData)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectMatrixVariable.SetMatrixTranspose(SharpDX.Matrix[])">
|
|
<summary>
|
|
Transpose and set an array of floating-point matrices.
|
|
</summary>
|
|
<remarks>
|
|
Transposing a matrix will rearrange the data order from row-column order to column-row order (or vice versa).
|
|
</remarks>
|
|
<param name="matrixArray"> A pointer to an array of matrices. </param>
|
|
<returns>Returns one of the following {{Direct3D 10 Return Codes}}. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectMatrixVariable::SetMatrixTransposeArray([In] float* pData,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectMatrixVariable.SetMatrixTranspose(SharpDX.Matrix[],System.Int32)">
|
|
<summary>
|
|
Transpose and set an array of floating-point matrices.
|
|
</summary>
|
|
<remarks>
|
|
Transposing a matrix will rearrange the data order from row-column order to column-row order (or vice versa).
|
|
</remarks>
|
|
<param name="matrixArray"> A pointer to an array of matrices. </param>
|
|
<param name="offset"> The offset (in number of matrices) between the start of the array and the first matrix to set. </param>
|
|
<returns>Returns one of the following {{Direct3D 10 Return Codes}}. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectMatrixVariable::SetMatrixTransposeArray([In] float* pData,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectMatrixVariable.GetMatrixTransposeArray(System.Int32)">
|
|
<summary>
|
|
Transpose and get an array of floating-point matrices.
|
|
</summary>
|
|
<remarks>
|
|
Transposing a matrix will rearrange the data order from row-column order to column-row order (or vice versa).
|
|
</remarks>
|
|
<param name="count"> The number of matrices in the array to get. </param>
|
|
<returns>Returns an array of transposed <see cref="T:SharpDX.Matrix"/>. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectMatrixVariable::GetMatrixTransposeArray([Out, Buffer] float* pData,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectMatrixVariable.GetMatrixTransposeArray(System.Int32,System.Int32)">
|
|
<summary>
|
|
Transpose and get an array of floating-point matrices.
|
|
</summary>
|
|
<remarks>
|
|
Transposing a matrix will rearrange the data order from row-column order to column-row order (or vice versa).
|
|
</remarks>
|
|
<param name="offset"> The offset (in number of matrices) between the start of the array and the first matrix to get. </param>
|
|
<param name="count"> The number of matrices in the array to get. </param>
|
|
<returns>Returns an array of transposed <see cref="T:SharpDX.Matrix"/>. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectMatrixVariable::GetMatrixTransposeArray([Out, Buffer] float* pData,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectMatrixVariable.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.EffectMatrixVariable"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectMatrixVariable.SetMatrix(SharpDX.Matrix@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="dataRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectMatrixVariable::SetMatrix']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectMatrixVariable::SetMatrix([In] const SHARPDX_MATRIX* pData)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectMatrixVariable.GetMatrix">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectMatrixVariable::GetMatrix']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectMatrixVariable::GetMatrix([Out] SHARPDX_MATRIX* pData)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectMatrixVariable.SetMatrixArray(SharpDX.Matrix[],System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="dataRef">No documentation.</param>
|
|
<param name="offset">No documentation.</param>
|
|
<param name="count">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectMatrixVariable::SetMatrixArray']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectMatrixVariable::SetMatrixArray([In, Buffer] const SHARPDX_MATRIX* pData,[In] unsigned int Offset,[In] unsigned int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectMatrixVariable.GetMatrixArray(SharpDX.Matrix[],System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="dataRef">No documentation.</param>
|
|
<param name="offset">No documentation.</param>
|
|
<param name="count">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectMatrixVariable::GetMatrixArray']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectMatrixVariable::GetMatrixArray([Out, Buffer] SHARPDX_MATRIX* pData,[In] unsigned int Offset,[In] unsigned int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectMatrixVariable.SetMatrixTranspose(SharpDX.Matrix@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="dataRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectMatrixVariable::SetMatrixTranspose']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectMatrixVariable::SetMatrixTranspose([In] const SHARPDX_MATRIX* pData)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectMatrixVariable.GetMatrixTranspose">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectMatrixVariable::GetMatrixTranspose']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectMatrixVariable::GetMatrixTranspose([Out] SHARPDX_MATRIX* pData)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectMatrixVariable.SetMatrixTransposeArray(SharpDX.Matrix[],System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="dataRef">No documentation.</param>
|
|
<param name="offset">No documentation.</param>
|
|
<param name="count">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectMatrixVariable::SetMatrixTransposeArray']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectMatrixVariable::SetMatrixTransposeArray([In, Buffer] const SHARPDX_MATRIX* pData,[In] unsigned int Offset,[In] unsigned int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectMatrixVariable.GetMatrixTransposeArray(SharpDX.Matrix[],System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="dataRef">No documentation.</param>
|
|
<param name="offset">No documentation.</param>
|
|
<param name="count">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectMatrixVariable::GetMatrixTransposeArray']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectMatrixVariable::GetMatrixTransposeArray([Out, Buffer] SHARPDX_MATRIX* pData,[In] unsigned int Offset,[In] unsigned int Count)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.EffectPass">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectPass']/*"/>
|
|
<unmanaged>ID3DX11EffectPass</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectPass.Apply(SharpDX.Direct3D11.DeviceContext)">
|
|
<summary>
|
|
Set the state contained in a pass to the device.
|
|
</summary>
|
|
<returns>Returns one of the following {{Direct3D 10 Return Codes}}.</returns>
|
|
<unmanaged>HRESULT Apply([None] UINT Flags)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectPass.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.EffectPass"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectPass.IsValid_">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectPass::IsValid']/*"/>
|
|
<unmanaged>BOOL ID3DX11EffectPass::IsValid()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectPass.GetDescription(SharpDX.Direct3D11.EffectPassDescription@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="descRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectPass::GetDesc']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectPass::GetDesc([Out] D3DX11_PASS_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectPass.GetVertexShaderDescription(SharpDX.Direct3D11.EffectPassShaderDescription@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="descRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectPass::GetVertexShaderDesc']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectPass::GetVertexShaderDesc([Out] D3DX11_PASS_SHADER_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectPass.GetGeometryShaderDescription(SharpDX.Direct3D11.EffectPassShaderDescription@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="descRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectPass::GetGeometryShaderDesc']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectPass::GetGeometryShaderDesc([Out] D3DX11_PASS_SHADER_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectPass.GetPixelShaderDescription(SharpDX.Direct3D11.EffectPassShaderDescription@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="descRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectPass::GetPixelShaderDesc']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectPass::GetPixelShaderDesc([Out] D3DX11_PASS_SHADER_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectPass.GetHullShaderDescription(SharpDX.Direct3D11.EffectPassShaderDescription)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="descRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectPass::GetHullShaderDesc']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectPass::GetHullShaderDesc([In] D3DX11_PASS_SHADER_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectPass.GetDomainShaderDescription(SharpDX.Direct3D11.EffectPassShaderDescription)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="descRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectPass::GetDomainShaderDesc']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectPass::GetDomainShaderDesc([In] D3DX11_PASS_SHADER_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectPass.GetComputeShaderDescription(SharpDX.Direct3D11.EffectPassShaderDescription)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="descRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectPass::GetComputeShaderDesc']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectPass::GetComputeShaderDesc([In] D3DX11_PASS_SHADER_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectPass.GetAnnotationByIndex(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="index">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectPass::GetAnnotationByIndex']/*"/>
|
|
<unmanaged>ID3DX11EffectVariable* ID3DX11EffectPass::GetAnnotationByIndex([In] unsigned int Index)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectPass.GetAnnotationByName(System.String)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="name">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectPass::GetAnnotationByName']/*"/>
|
|
<unmanaged>ID3DX11EffectVariable* ID3DX11EffectPass::GetAnnotationByName([In] const char* Name)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectPass.Apply(System.Int32,SharpDX.Direct3D11.DeviceContext)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="flags">No documentation.</param>
|
|
<param name="contextRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectPass::Apply']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectPass::Apply([In] unsigned int Flags,[In] ID3D11DeviceContext* pContext)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectPass.ComputeStateBlockMask(SharpDX.Direct3D11.StateBlockMask@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="stateBlockMaskRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectPass::ComputeStateBlockMask']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectPass::ComputeStateBlockMask([In] D3DX11_STATE_BLOCK_MASK* pStateBlockMask)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.EffectPass.IsValid">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectPass::IsValid']/*"/>
|
|
<unmanaged>IsValid</unmanaged>
|
|
<unmanaged>BOOL ID3DX11EffectPass::IsValid()</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.EffectPass.Description">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectPass::GetDesc']/*"/>
|
|
<unmanaged>GetDesc</unmanaged>
|
|
<unmanaged>HRESULT ID3DX11EffectPass::GetDesc([Out] D3DX11_PASS_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.EffectPass.VertexShaderDescription">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectPass::GetVertexShaderDesc']/*"/>
|
|
<unmanaged>GetVertexShaderDesc</unmanaged>
|
|
<unmanaged>HRESULT ID3DX11EffectPass::GetVertexShaderDesc([Out] D3DX11_PASS_SHADER_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.EffectPass.GeometryShaderDescription">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectPass::GetGeometryShaderDesc']/*"/>
|
|
<unmanaged>GetGeometryShaderDesc</unmanaged>
|
|
<unmanaged>HRESULT ID3DX11EffectPass::GetGeometryShaderDesc([Out] D3DX11_PASS_SHADER_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.EffectPass.PixelShaderDescription">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectPass::GetPixelShaderDesc']/*"/>
|
|
<unmanaged>GetPixelShaderDesc</unmanaged>
|
|
<unmanaged>HRESULT ID3DX11EffectPass::GetPixelShaderDesc([Out] D3DX11_PASS_SHADER_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.EffectPassDescription">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_PASS_DESC']/*"/>
|
|
<unmanaged>D3DX11_PASS_DESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectPassDescription.Name">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_PASS_DESC::Name']/*"/>
|
|
<unmanaged>const char* Name</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectPassDescription.AnnotationCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_PASS_DESC::Annotations']/*"/>
|
|
<unmanaged>unsigned int Annotations</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectPassDescription.PIAInputSignature">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_PASS_DESC::pIAInputSignature']/*"/>
|
|
<unmanaged>unsigned char* pIAInputSignature</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectPassDescription.IAInputSignatureSize">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_PASS_DESC::IAInputSignatureSize']/*"/>
|
|
<unmanaged>SIZE_T IAInputSignatureSize</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectPassDescription.StencilReference">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_PASS_DESC::StencilRef']/*"/>
|
|
<unmanaged>unsigned int StencilRef</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectPassDescription.SampleMask">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_PASS_DESC::SampleMask']/*"/>
|
|
<unmanaged>unsigned int SampleMask</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectPassDescription.BlendFactor">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_PASS_DESC::BlendFactor']/*"/>
|
|
<unmanaged>SHARPDX_COLOR4 BlendFactor</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.EffectPassDescription.Signature">
|
|
<summary>
|
|
Returns the signature of this Effect pass.
|
|
</summary>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.EffectPassShaderDescription">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_PASS_SHADER_DESC']/*"/>
|
|
<unmanaged>D3DX11_PASS_SHADER_DESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectPassShaderDescription.VariablePointer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_PASS_SHADER_DESC::pShaderVariable']/*"/>
|
|
<unmanaged>ID3DX11EffectShaderVariable* pShaderVariable</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectPassShaderDescription.Index">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_PASS_SHADER_DESC::ShaderIndex']/*"/>
|
|
<unmanaged>unsigned int ShaderIndex</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.EffectPassShaderDescription.Variable">
|
|
<summary>
|
|
A reference to the variable that the shader came from. If it is an inline shader assignment, the returned interface will be an anonymous shader variable, which is not retrievable any other way. Its name in the variable description will be "$Anonymous". If there is no assignment of this type in the pass block, this will point to a shader variable that returns false when IsValid is called.
|
|
</summary>
|
|
<unmanaged>ID3D10EffectShaderVariable* pShaderVariable</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.EffectRasterizerVariable">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectRasterizerVariable']/*"/>
|
|
<unmanaged>ID3DX11EffectRasterizerVariable</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectRasterizerVariable.GetRasterizerState">
|
|
<summary>
|
|
Get a pointer to a rasterizer interface.
|
|
</summary>
|
|
<returns>Returns a pointer to a rasterizer interface (see <see cref="T:SharpDX.Direct3D11.RasterizerState"/>). </returns>
|
|
<unmanaged>HRESULT ID3D10EffectRasterizerVariable::GetRasterizerState([None] int Index,[Out] ID3D10RasterizerState** ppRasterizerState)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectRasterizerVariable.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.EffectRasterizerVariable"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectRasterizerVariable.GetRasterizerState(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="index">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectRasterizerVariable::GetRasterizerState']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectRasterizerVariable::GetRasterizerState([In] unsigned int Index,[Out] ID3D11RasterizerState** ppRasterizerState)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectRasterizerVariable.SetRasterizerState(System.Int32,SharpDX.Direct3D11.RasterizerState)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="index">No documentation.</param>
|
|
<param name="rasterizerStateRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectRasterizerVariable::SetRasterizerState']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectRasterizerVariable::SetRasterizerState([In] unsigned int Index,[In] ID3D11RasterizerState* pRasterizerState)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectRasterizerVariable.UndoSetRasterizerState(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="index">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectRasterizerVariable::UndoSetRasterizerState']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectRasterizerVariable::UndoSetRasterizerState([In] unsigned int Index)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectRasterizerVariable.GetBackingStore(System.Int32,SharpDX.Direct3D11.RasterizerStateDescription@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="index">No documentation.</param>
|
|
<param name="rasterizerDescRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectRasterizerVariable::GetBackingStore']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectRasterizerVariable::GetBackingStore([In] unsigned int Index,[Out] D3D11_RASTERIZER_DESC* pRasterizerDesc)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.EffectRenderTargetViewVariable">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectRenderTargetViewVariable']/*"/>
|
|
<unmanaged>ID3DX11EffectRenderTargetViewVariable</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectRenderTargetViewVariable.SetRenderTargetArray(SharpDX.Direct3D11.RenderTargetView[])">
|
|
<summary>
|
|
Set an array of render-targets.
|
|
</summary>
|
|
<param name="resourcesRef">Set an array of render-target-view interfaces. See <see cref="T:SharpDX.Direct3D11.RenderTargetView"/>. </param>
|
|
<returns>Returns one of the following {{Direct3D 10 Return Codes}}. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectRenderTargetViewVariable::SetRenderTargetArray([In, Buffer] ID3D10RenderTargetView** ppResources,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectRenderTargetViewVariable.SetRenderTargetArray(SharpDX.Direct3D11.RenderTargetView[],System.Int32)">
|
|
<summary>
|
|
Set an array of render-targets.
|
|
</summary>
|
|
<param name="resourcesRef">Set an array of render-target-view interfaces. See <see cref="T:SharpDX.Direct3D11.RenderTargetView"/>. </param>
|
|
<param name="offset">The zero-based array index to store the first interface. </param>
|
|
<returns>Returns one of the following {{Direct3D 10 Return Codes}}. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectRenderTargetViewVariable::SetRenderTargetArray([In, Buffer] ID3D10RenderTargetView** ppResources,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectRenderTargetViewVariable.GetRenderTargetArray(System.Int32)">
|
|
<summary>
|
|
Get an array of render-targets.
|
|
</summary>
|
|
<param name="count">The number of elements in the array. </param>
|
|
<returns>Returns an array of <see cref="T:SharpDX.Direct3D11.RenderTargetView"/>. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectRenderTargetViewVariable::GetRenderTargetArray([Out, Buffer] ID3D10RenderTargetView** ppResources,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectRenderTargetViewVariable.GetRenderTargetArray(System.Int32,System.Int32)">
|
|
<summary>
|
|
Get an array of render-targets.
|
|
</summary>
|
|
<param name="offset">The zero-based array index to get the first interface. </param>
|
|
<param name="count">The number of elements in the array. </param>
|
|
<returns>Returns an array of <see cref="T:SharpDX.Direct3D11.RenderTargetView"/>. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectRenderTargetViewVariable::GetRenderTargetArray([Out, Buffer] ID3D10RenderTargetView** ppResources,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectRenderTargetViewVariable.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.EffectRenderTargetViewVariable"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectRenderTargetViewVariable.SetRenderTarget(SharpDX.Direct3D11.RenderTargetView)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="resourceRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectRenderTargetViewVariable::SetRenderTarget']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectRenderTargetViewVariable::SetRenderTarget([In] ID3D11RenderTargetView* pResource)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectRenderTargetViewVariable.GetRenderTarget">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectRenderTargetViewVariable::GetRenderTarget']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectRenderTargetViewVariable::GetRenderTarget([Out] ID3D11RenderTargetView** ppResource)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectRenderTargetViewVariable.SetRenderTargetArray(SharpDX.Direct3D11.RenderTargetView[],System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="resourcesOut">No documentation.</param>
|
|
<param name="offset">No documentation.</param>
|
|
<param name="count">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectRenderTargetViewVariable::SetRenderTargetArray']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectRenderTargetViewVariable::SetRenderTargetArray([In, Buffer] ID3D11RenderTargetView** ppResources,[In] unsigned int Offset,[In] unsigned int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectRenderTargetViewVariable.GetRenderTargetArray(SharpDX.Direct3D11.RenderTargetView[],System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="resourcesOut">No documentation.</param>
|
|
<param name="offset">No documentation.</param>
|
|
<param name="count">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectRenderTargetViewVariable::GetRenderTargetArray']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectRenderTargetViewVariable::GetRenderTargetArray([Out, Buffer] ID3D11RenderTargetView** ppResources,[In] unsigned int Offset,[In] unsigned int Count)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.EffectSamplerVariable">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectSamplerVariable']/*"/>
|
|
<unmanaged>ID3DX11EffectSamplerVariable</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectSamplerVariable.GetSampler">
|
|
<summary>
|
|
Get a reference to a sampler interface.
|
|
</summary>
|
|
<returns>Returns a reference to a sampler interface (see <see cref="T:SharpDX.Direct3D11.SamplerState"/>). </returns>
|
|
<unmanaged>HRESULT ID3D10EffectSamplerVariable::GetSampler([None] int Index,[Out] ID3D10SamplerState** ppSampler)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectSamplerVariable.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.EffectSamplerVariable"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectSamplerVariable.GetSampler(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="index">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectSamplerVariable::GetSampler']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectSamplerVariable::GetSampler([In] unsigned int Index,[Out] ID3D11SamplerState** ppSampler)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectSamplerVariable.SetSampler(System.Int32,SharpDX.Direct3D11.SamplerState)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="index">No documentation.</param>
|
|
<param name="samplerRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectSamplerVariable::SetSampler']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectSamplerVariable::SetSampler([In] unsigned int Index,[In] ID3D11SamplerState* pSampler)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectSamplerVariable.UndoSetSampler(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="index">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectSamplerVariable::UndoSetSampler']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectSamplerVariable::UndoSetSampler([In] unsigned int Index)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectSamplerVariable.GetBackingStore(System.Int32,SharpDX.Direct3D11.SamplerStateDescription@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="index">No documentation.</param>
|
|
<param name="samplerDescRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectSamplerVariable::GetBackingStore']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectSamplerVariable::GetBackingStore([In] unsigned int Index,[Out] D3D11_SAMPLER_DESC* pSamplerDesc)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.EffectScalarVariable">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectScalarVariable']/*"/>
|
|
<unmanaged>ID3DX11EffectScalarVariable</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectScalarVariable.Set(System.Single)">
|
|
<summary>
|
|
Set a floating-point variable.
|
|
</summary>
|
|
<param name="value">A reference to the variable. </param>
|
|
<returns>Returns one of the following {{Direct3D 10 Return Codes}}. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectScalarVariable::SetFloat([None] float Value)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectScalarVariable.Set(System.Single[])">
|
|
<summary>
|
|
Set an array of floating-point variables.
|
|
</summary>
|
|
<param name="dataRef">A reference to the start of the data to set. </param>
|
|
<returns>Returns one of the following {{Direct3D 10 Return Codes}}. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectScalarVariable::SetFloatArray([In, Buffer] float* pData,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectScalarVariable.Set(System.Single[],System.Int32)">
|
|
<summary>
|
|
Set an array of floating-point variables.
|
|
</summary>
|
|
<param name="dataRef">A reference to the start of the data to set. </param>
|
|
<param name="offset">Must be set to 0; this is reserved for future use. </param>
|
|
<returns>Returns one of the following {{Direct3D 10 Return Codes}}. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectScalarVariable::SetFloatArray([In, Buffer] float* pData,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectScalarVariable.GetFloatArray(System.Int32)">
|
|
<summary>
|
|
Get an array of floating-point variables.
|
|
</summary>
|
|
<param name="count">The number of array elements to set. </param>
|
|
<returns>Returns an array of floats. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectScalarVariable::GetFloatArray([Out, Buffer] float* pData,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectScalarVariable.GetFloatArray(System.Int32,System.Int32)">
|
|
<summary>
|
|
Get an array of floating-point variables.
|
|
</summary>
|
|
<param name="offset">Must be set to 0; this is reserved for future use. </param>
|
|
<param name="count">The number of array elements to set. </param>
|
|
<returns>Returns an array of floats. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectScalarVariable::GetFloatArray([Out, Buffer] float* pData,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectScalarVariable.Set(System.Int32)">
|
|
<summary>
|
|
Set an integer variable.
|
|
</summary>
|
|
<param name="value">A reference to the variable. </param>
|
|
<returns>Returns one of the following {{Direct3D 10 Return Codes}}. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectScalarVariable::SetInt([None] int Value)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectScalarVariable.Set(System.Int32[])">
|
|
<summary>
|
|
Set an array of integer variables.
|
|
</summary>
|
|
<param name="dataRef">A reference to the start of the data to set. </param>
|
|
<returns>Returns one of the following {{Direct3D 10 Return Codes}}. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectScalarVariable::SetIntArray([In, Buffer] int* pData,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectScalarVariable.Set(System.Int32[],System.Int32)">
|
|
<summary>
|
|
Set an array of integer variables.
|
|
</summary>
|
|
<param name="dataRef">A reference to the start of the data to set. </param>
|
|
<param name="offset">Must be set to 0; this is reserved for future use. </param>
|
|
<returns>Returns one of the following {{Direct3D 10 Return Codes}}. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectScalarVariable::SetIntArray([In, Buffer] int* pData,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectScalarVariable.GetIntArray(System.Int32)">
|
|
<summary>
|
|
Get an array of integer variables.
|
|
</summary>
|
|
<param name="count">The number of array elements to set. </param>
|
|
<returns>Returns an array of integer variables. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectScalarVariable::GetIntArray([Out, Buffer] int* pData,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectScalarVariable.GetIntArray(System.Int32,System.Int32)">
|
|
<summary>
|
|
Get an array of integer variables.
|
|
</summary>
|
|
<param name="offset">Must be set to 0; this is reserved for future use. </param>
|
|
<param name="count">The number of array elements to set. </param>
|
|
<returns>Returns an array of integer variables. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectScalarVariable::GetIntArray([Out, Buffer] int* pData,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectScalarVariable.Set(System.Boolean)">
|
|
<summary>
|
|
Set a boolean variable.
|
|
</summary>
|
|
<param name="value">A reference to the variable. </param>
|
|
<returns>Returns one of the following {{Direct3D 10 Return Codes}}. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectScalarVariable::SetBool([None] BOOL Value)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectScalarVariable.GetBool">
|
|
<summary>
|
|
Get a boolean variable.
|
|
</summary>
|
|
<returns>Returns a boolean. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectScalarVariable::GetBool([Out] BOOL* pValue)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectScalarVariable.Set(System.Boolean[])">
|
|
<summary>
|
|
Set an array of boolean variables.
|
|
</summary>
|
|
<param name="dataRef">A reference to the start of the data to set. </param>
|
|
<returns>Returns one of the following {{Direct3D 10 Return Codes}}. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectScalarVariable::SetBoolArray([In, Buffer] BOOL* pData,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectScalarVariable.Set(System.Boolean[],System.Int32)">
|
|
<summary>
|
|
Set an array of boolean variables.
|
|
</summary>
|
|
<param name="dataRef">A reference to the start of the data to set. </param>
|
|
<param name="offset">Must be set to 0; this is reserved for future use. </param>
|
|
<returns>Returns one of the following {{Direct3D 10 Return Codes}}. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectScalarVariable::SetBoolArray([In, Buffer] BOOL* pData,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectScalarVariable.GetBoolArray(System.Int32,System.Int32)">
|
|
<summary>
|
|
Get an array of boolean variables.
|
|
</summary>
|
|
<param name="offset">Must be set to 0; this is reserved for future use. </param>
|
|
<param name="count">The number of array elements to set. </param>
|
|
<returns>Returns one of the following {{Direct3D 10 Return Codes}}. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectScalarVariable::GetBoolArray([Out, Buffer] BOOL* pData,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectScalarVariable.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.EffectScalarVariable"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectScalarVariable.SetFloat(System.Single)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="value">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectScalarVariable::SetFloat']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectScalarVariable::SetFloat([In] const float Value)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectScalarVariable.GetFloat">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectScalarVariable::GetFloat']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectScalarVariable::GetFloat([Out] float* pValue)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectScalarVariable.SetFloatArray(System.Single[],System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="dataRef">No documentation.</param>
|
|
<param name="offset">No documentation.</param>
|
|
<param name="count">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectScalarVariable::SetFloatArray']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectScalarVariable::SetFloatArray([In, Buffer] const float* pData,[In] unsigned int Offset,[In] unsigned int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectScalarVariable.GetFloatArray(System.Single[],System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="dataRef">No documentation.</param>
|
|
<param name="offset">No documentation.</param>
|
|
<param name="count">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectScalarVariable::GetFloatArray']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectScalarVariable::GetFloatArray([Out, Buffer] float* pData,[In] unsigned int Offset,[In] unsigned int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectScalarVariable.SetInt(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="value">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectScalarVariable::SetInt']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectScalarVariable::SetInt([In] const int Value)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectScalarVariable.GetInt">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectScalarVariable::GetInt']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectScalarVariable::GetInt([Out] int* pValue)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectScalarVariable.SetIntArray(System.Int32[],System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="dataRef">No documentation.</param>
|
|
<param name="offset">No documentation.</param>
|
|
<param name="count">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectScalarVariable::SetIntArray']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectScalarVariable::SetIntArray([In, Buffer] const int* pData,[In] unsigned int Offset,[In] unsigned int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectScalarVariable.GetIntArray(System.Int32[],System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="dataRef">No documentation.</param>
|
|
<param name="offset">No documentation.</param>
|
|
<param name="count">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectScalarVariable::GetIntArray']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectScalarVariable::GetIntArray([Out, Buffer] int* pData,[In] unsigned int Offset,[In] unsigned int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectScalarVariable.SetBool(System.Boolean)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="value">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectScalarVariable::SetBool']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectScalarVariable::SetBool([In] const BOOL Value)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectScalarVariable.GetBool(System.Boolean@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="valueRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectScalarVariable::GetBool']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectScalarVariable::GetBool([Out] BOOL* pValue)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectScalarVariable.SetBoolArray(System.Int32[],System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="dataRef">No documentation.</param>
|
|
<param name="offset">No documentation.</param>
|
|
<param name="count">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectScalarVariable::SetBoolArray']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectScalarVariable::SetBoolArray([In, Buffer] const BOOL* pData,[In] unsigned int Offset,[In] unsigned int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectScalarVariable.GetBoolArray(System.Int32[],System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="dataRef">No documentation.</param>
|
|
<param name="offset">No documentation.</param>
|
|
<param name="count">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectScalarVariable::GetBoolArray']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectScalarVariable::GetBoolArray([Out, Buffer] BOOL* pData,[In] unsigned int Offset,[In] unsigned int Count)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.EffectShaderDescription">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_SHADER_DESC']/*"/>
|
|
<unmanaged>D3DX11_EFFECT_SHADER_DESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectShaderDescription.InputSignaturePointer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_SHADER_DESC::pInputSignature']/*"/>
|
|
<unmanaged>const unsigned char* pInputSignature</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectShaderDescription.BytecodePointer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_SHADER_DESC::pBytecode']/*"/>
|
|
<unmanaged>const unsigned char* pBytecode</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectShaderDescription.BytecodeLength">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_SHADER_DESC::BytecodeLength']/*"/>
|
|
<unmanaged>unsigned int BytecodeLength</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectShaderDescription.RasterizedStream">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_SHADER_DESC::RasterizedStream']/*"/>
|
|
<unmanaged>unsigned int RasterizedStream</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectShaderDescription.InputParameterCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_SHADER_DESC::NumInputSignatureEntries']/*"/>
|
|
<unmanaged>unsigned int NumInputSignatureEntries</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectShaderDescription.OutputParameterCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_SHADER_DESC::NumOutputSignatureEntries']/*"/>
|
|
<unmanaged>unsigned int NumOutputSignatureEntries</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectShaderDescription.PatchConstantSignatureEntrieCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_SHADER_DESC::NumPatchConstantSignatureEntries']/*"/>
|
|
<unmanaged>unsigned int NumPatchConstantSignatureEntries</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.EffectShaderDescription.Signature">
|
|
<summary>
|
|
Gets the signature passed into InputLayout. Only valid on a vertex shader or geometry shader.
|
|
</summary>
|
|
<value>The signature.</value>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.EffectShaderDescription.Bytecode">
|
|
<summary>
|
|
Gets the bytecode from the compiled shader.
|
|
</summary>
|
|
<value>The bytecode.</value>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.EffectShaderDescription.IsInline">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_SHADER_DESC::IsInline']/*"/>
|
|
<unmanaged>BOOL IsInline</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.EffectShaderDescription.SODecls">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_SHADER_DESC::SODecls']/*"/>
|
|
<unmanaged>const void* SODecls[4]</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.EffectShaderResourceVariable">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectShaderResourceVariable']/*"/>
|
|
<unmanaged>ID3DX11EffectShaderResourceVariable</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectShaderResourceVariable.SetResourceArray(SharpDX.Direct3D11.ShaderResourceView[])">
|
|
<summary>
|
|
Set an array of shader resources.
|
|
</summary>
|
|
<param name="resourcesRef">The address of an array of shader-resource-view interfaces. See <see cref="T:SharpDX.Direct3D11.ShaderResourceView"/>. </param>
|
|
<returns>Returns one of the following {{Direct3D 10 Return Codes}}. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectShaderResourceVariable::SetResourceArray([None] ID3D10ShaderResourceView** ppResources,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectShaderResourceVariable.SetResourceArray(SharpDX.Direct3D11.ShaderResourceView[],System.Int32)">
|
|
<summary>
|
|
Set an array of shader resources.
|
|
</summary>
|
|
<param name="resourcesRef">The address of an array of shader-resource-view interfaces. See <see cref="T:SharpDX.Direct3D11.ShaderResourceView"/>. </param>
|
|
<param name="offset">The zero-based array index to get the first interface. </param>
|
|
<returns>Returns one of the following {{Direct3D 10 Return Codes}}. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectShaderResourceVariable::SetResourceArray([None] ID3D10ShaderResourceView** ppResources,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectShaderResourceVariable.GetResourceArray(System.Int32)">
|
|
<summary>
|
|
Get an array of shader resources.
|
|
</summary>
|
|
<param name="count">The number of elements in the array. </param>
|
|
<returns>Returns an array of shader-resource-view interfaces. See <see cref="T:SharpDX.Direct3D11.ShaderResourceView"/>. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectShaderResourceVariable::GetResourceArray([Out] ID3D10ShaderResourceView** ppResources,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectShaderResourceVariable.GetResourceArray(System.Int32,System.Int32)">
|
|
<summary>
|
|
Get an array of shader resources.
|
|
</summary>
|
|
<param name="offset">The zero-based array index to get the first interface. </param>
|
|
<param name="count">The number of elements in the array. </param>
|
|
<returns>Returns an array of shader-resource-view interfaces. See <see cref="T:SharpDX.Direct3D11.ShaderResourceView"/>. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectShaderResourceVariable::GetResourceArray([Out] ID3D10ShaderResourceView** ppResources,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectShaderResourceVariable.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.EffectShaderResourceVariable"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectShaderResourceVariable.SetResource(SharpDX.Direct3D11.ShaderResourceView)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="resourceRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectShaderResourceVariable::SetResource']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectShaderResourceVariable::SetResource([In] ID3D11ShaderResourceView* pResource)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectShaderResourceVariable.GetResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectShaderResourceVariable::GetResource']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectShaderResourceVariable::GetResource([Out] ID3D11ShaderResourceView** ppResource)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectShaderResourceVariable.SetResourceArray(SharpDX.Direct3D11.ShaderResourceView[],System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="resourcesOut">No documentation.</param>
|
|
<param name="offset">No documentation.</param>
|
|
<param name="count">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectShaderResourceVariable::SetResourceArray']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectShaderResourceVariable::SetResourceArray([In, Buffer] ID3D11ShaderResourceView** ppResources,[In] unsigned int Offset,[In] unsigned int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectShaderResourceVariable.GetResourceArray(SharpDX.Direct3D11.ShaderResourceView[],System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="resourcesOut">No documentation.</param>
|
|
<param name="offset">No documentation.</param>
|
|
<param name="count">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectShaderResourceVariable::GetResourceArray']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectShaderResourceVariable::GetResourceArray([Out, Buffer] ID3D11ShaderResourceView** ppResources,[In] unsigned int Offset,[In] unsigned int Count)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.EffectStringVariable">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectStringVariable']/*"/>
|
|
<unmanaged>ID3DX11EffectStringVariable</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectStringVariable.GetString">
|
|
<summary>
|
|
Get the string.
|
|
</summary>
|
|
<returns>Returns a reference to the string.</returns>
|
|
<unmanaged>HRESULT ID3D10EffectStringVariable::GetString([Out] const char** ppString)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectStringVariable.GetStringArray(System.Int32)">
|
|
<summary>
|
|
Get an array of strings.
|
|
</summary>
|
|
<param name="count">The number of strings in the returned array. </param>
|
|
<returns>Returns a reference to the first string in the array.</returns>
|
|
<unmanaged>HRESULT ID3D10EffectStringVariable::GetStringArray([Out, Buffer] const char** ppStrings,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectStringVariable.GetStringArray(System.Int32,System.Int32)">
|
|
<summary>
|
|
Get an array of strings.
|
|
</summary>
|
|
<param name="offset">The offset (in number of strings) between the start of the array and the first string to get. </param>
|
|
<param name="count">The number of strings in the returned array. </param>
|
|
<returns>Returns a reference to the first string in the array.</returns>
|
|
<unmanaged>HRESULT ID3D10EffectStringVariable::GetStringArray([Out, Buffer] const char** ppStrings,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectStringVariable.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.EffectStringVariable"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectStringVariable.GetString(System.IntPtr@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="stringOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectStringVariable::GetString']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectStringVariable::GetString([Out] const void** ppString)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectStringVariable.GetStringArray(System.IntPtr,System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="stringsOut">No documentation.</param>
|
|
<param name="offset">No documentation.</param>
|
|
<param name="count">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectStringVariable::GetStringArray']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectStringVariable::GetStringArray([Out, Buffer] const void** ppStrings,[In] unsigned int Offset,[In] unsigned int Count)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.EffectUnorderedAccessViewVariable">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectUnorderedAccessViewVariable']/*"/>
|
|
<unmanaged>ID3DX11EffectUnorderedAccessViewVariable</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectUnorderedAccessViewVariable.Set(SharpDX.Direct3D11.UnorderedAccessView[])">
|
|
<summary>
|
|
Sets the specified view.
|
|
</summary>
|
|
<param name="view">The view.</param>
|
|
<returns>A <see cref = "T:SharpDX.Result" /> object describing the result of the operation.</returns>
|
|
<unmanaged>HRESULT ID3DX11EffectUnorderedAccessViewVariable::SetUnorderedAccessViewArray([In, Buffer] ID3D11UnorderedAccessView** ppResources,[In] unsigned int Offset,[In] unsigned int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectUnorderedAccessViewVariable.Set(SharpDX.Direct3D11.UnorderedAccessView[],System.Int32)">
|
|
<summary>
|
|
Sets the specified data ref.
|
|
</summary>
|
|
<param name="dataRef">The data ref.</param>
|
|
<param name="offset">The offset.</param>
|
|
<returns>A <see cref = "T:SharpDX.Result" /> object describing the result of the operation.</returns>
|
|
<unmanaged>HRESULT ID3DX11EffectUnorderedAccessViewVariable::SetUnorderedAccessViewArray([In, Buffer] ID3D11UnorderedAccessView** ppResources,[In] unsigned int Offset,[In] unsigned int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectUnorderedAccessViewVariable.GetUnorderedAccessViewArray(System.Int32)">
|
|
<summary>
|
|
Gets the unordered access view array.
|
|
</summary>
|
|
<param name="count">The count.</param>
|
|
<returns>A <see cref = "T:SharpDX.Result" /> object describing the result of the operation.</returns>
|
|
<unmanaged>HRESULT ID3DX11EffectUnorderedAccessViewVariable::GetUnorderedAccessViewArray([Out, Buffer] ID3D11UnorderedAccessView** ppResources,[In] unsigned int Offset,[In] unsigned int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectUnorderedAccessViewVariable.GetUnorderedAccessViewArray(System.Int32,System.Int32)">
|
|
<summary>
|
|
Gets the unordered access view array.
|
|
</summary>
|
|
<param name="offset">The offset.</param>
|
|
<param name="count">The count.</param>
|
|
<returns>A <see cref = "T:SharpDX.Result" /> object describing the result of the operation.</returns>
|
|
<unmanaged>HRESULT ID3DX11EffectUnorderedAccessViewVariable::GetUnorderedAccessViewArray([Out, Buffer] ID3D11UnorderedAccessView** ppResources,[In] unsigned int Offset,[In] unsigned int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectUnorderedAccessViewVariable.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.EffectUnorderedAccessViewVariable"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectUnorderedAccessViewVariable.Set(SharpDX.Direct3D11.UnorderedAccessView)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="resourceRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectUnorderedAccessViewVariable::SetUnorderedAccessView']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectUnorderedAccessViewVariable::SetUnorderedAccessView([In] ID3D11UnorderedAccessView* pResource)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectUnorderedAccessViewVariable.GetUnorderedAccessView">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectUnorderedAccessViewVariable::GetUnorderedAccessView']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectUnorderedAccessViewVariable::GetUnorderedAccessView([In] ID3D11UnorderedAccessView** ppResource)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectUnorderedAccessViewVariable.Set(SharpDX.Direct3D11.UnorderedAccessView[],System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="resourcesOut">No documentation.</param>
|
|
<param name="offset">No documentation.</param>
|
|
<param name="count">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectUnorderedAccessViewVariable::SetUnorderedAccessViewArray']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectUnorderedAccessViewVariable::SetUnorderedAccessViewArray([In, Buffer] ID3D11UnorderedAccessView** ppResources,[In] unsigned int Offset,[In] unsigned int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectUnorderedAccessViewVariable.GetUnorderedAccessViewArray(SharpDX.Direct3D11.UnorderedAccessView[],System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="resourcesOut">No documentation.</param>
|
|
<param name="offset">No documentation.</param>
|
|
<param name="count">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectUnorderedAccessViewVariable::GetUnorderedAccessViewArray']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectUnorderedAccessViewVariable::GetUnorderedAccessViewArray([Out, Buffer] ID3D11UnorderedAccessView** ppResources,[In] unsigned int Offset,[In] unsigned int Count)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.EffectVectorVariable">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVectorVariable']/*"/>
|
|
<unmanaged>ID3DX11EffectVectorVariable</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVectorVariable.GetIntVector">
|
|
<summary>
|
|
Get a four-component vector that contains integer data.
|
|
</summary>
|
|
<returns>Returns a four-component vector that contains integer data </returns>
|
|
<unmanaged>HRESULT ID3D10EffectVectorVariable::GetIntVector([Out] int* pData)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVectorVariable.GetFloatVector">
|
|
<summary>
|
|
Get a four-component vector that contains floating-point data.
|
|
</summary>
|
|
<returns>Returns a four-component vector that contains floating-point data.</returns>
|
|
<unmanaged>HRESULT ID3D10EffectVectorVariable::GetFloatVector([Out] float* pData)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVectorVariable.GetBoolVector">
|
|
<summary>
|
|
Get a four-component vector that contains boolean data.
|
|
</summary>
|
|
<returns>a four-component vector that contains boolean data. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectVectorVariable::GetBoolVector([Out, Buffer] BOOL* pData)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVectorVariable.Set(SharpDX.Int4[])">
|
|
<summary>
|
|
Set an array of four-component vectors that contain integer data.
|
|
</summary>
|
|
<param name="array">A reference to the start of the data to set. </param>
|
|
<returns>Returns one of the following {{Direct3D 10 Return Codes}}. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectVectorVariable::SetIntVectorArray([In, Buffer] int* pData,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVectorVariable.Set(SharpDX.Vector4[])">
|
|
<summary>
|
|
Set an array of four-component vectors that contain floating-point data.
|
|
</summary>
|
|
<param name="array">A reference to the start of the data to set. </param>
|
|
<returns>Returns one of the following {{Direct3D 10 Return Codes}}. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectVectorVariable::SetFloatVectorArray([In, Buffer] float* pData,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVectorVariable.Set(SharpDX.Vector2)">
|
|
<summary>
|
|
Set a two-component vector that contains floating-point data.
|
|
</summary>
|
|
<param name="value">A reference to the first component. </param>
|
|
<returns>Returns one of the following {{Direct3D 10 Return Codes}}. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectVectorVariable::SetFloatVector([In] float* pData)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVectorVariable.Set(SharpDX.Vector3)">
|
|
<summary>
|
|
Set a three-component vector that contains floating-point data.
|
|
</summary>
|
|
<param name="value">A reference to the first component. </param>
|
|
<returns>Returns one of the following {{Direct3D 10 Return Codes}}. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectVectorVariable::SetFloatVector([In] float* pData)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVectorVariable.Set(SharpDX.Color4)">
|
|
<summary>
|
|
Set a four-component color that contains floating-point data.
|
|
</summary>
|
|
<param name="value">A reference to the first component. </param>
|
|
<returns>Returns one of the following {{Direct3D 10 Return Codes}}. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectVectorVariable::SetFloatVector([In] float* pData)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVectorVariable.Set(SharpDX.Color4[])">
|
|
<summary>
|
|
Set an array of four-component color that contain floating-point data.
|
|
</summary>
|
|
<param name="array">A reference to the start of the data to set. </param>
|
|
<returns>Returns one of the following {{Direct3D 10 Return Codes}}. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectVectorVariable::SetFloatVectorArray([In, Buffer] float* pData,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVectorVariable.Set(System.Boolean[])">
|
|
<summary>
|
|
Set an array of four-component vectors that contain boolean data.
|
|
</summary>
|
|
<param name="array">A reference to the start of the data to set. </param>
|
|
<returns>Returns one of the following {{Direct3D 10 Return Codes}}. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectVectorVariable::SetBoolVectorArray([In, Buffer] BOOL* pData,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVectorVariable.GetIntVectorArray(System.Int32)">
|
|
<summary>
|
|
Get an array of four-component vectors that contain integer data.
|
|
</summary>
|
|
<param name="count">The number of array elements to set. </param>
|
|
<returns>Returns an array of four-component vectors that contain integer data. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectVectorVariable::GetIntVectorArray([Out, Buffer] int* pData,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVectorVariable.GetFloatVectorArray(System.Int32)">
|
|
<summary>
|
|
Get an array of four-component vectors that contain floating-point data.
|
|
</summary>
|
|
<param name="count">The number of array elements to set. </param>
|
|
<returns>Returns an array of four-component vectors that contain floating-point data. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectVectorVariable::GetFloatVectorArray([None] float* pData,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVectorVariable.GetBoolVectorArray(System.Int32)">
|
|
<summary>
|
|
Get an array of four-component vectors that contain boolean data.
|
|
</summary>
|
|
<param name="count">The number of array elements to set. </param>
|
|
<returns>an array of four-component vectors that contain boolean data. </returns>
|
|
<unmanaged>HRESULT ID3D10EffectVectorVariable::GetBoolVectorArray([Out, Buffer] BOOL* pData,[None] int Offset,[None] int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVectorVariable.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.EffectVectorVariable"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVectorVariable.Set(System.Int32[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="dataRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVectorVariable::SetBoolVector']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectVectorVariable::SetBoolVector([In, Buffer] const BOOL* pData)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVectorVariable.Set(SharpDX.Int4)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="dataRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVectorVariable::SetIntVector']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectVectorVariable::SetIntVector([In] const SHARPDX_INT4* pData)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVectorVariable.Set(SharpDX.Vector4)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="dataRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVectorVariable::SetFloatVector']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectVectorVariable::SetFloatVector([In] const SHARPDX_VECTOR4* pData)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVectorVariable.GetBoolVector(System.Int32[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="dataRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVectorVariable::GetBoolVector']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectVectorVariable::GetBoolVector([Out, Buffer] BOOL* pData)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVectorVariable.GetIntVector(SharpDX.Int4@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="dataRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVectorVariable::GetIntVector']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectVectorVariable::GetIntVector([Out] SHARPDX_INT4* pData)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVectorVariable.GetFloatVector(SharpDX.Vector4@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="dataRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVectorVariable::GetFloatVector']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectVectorVariable::GetFloatVector([Out] SHARPDX_VECTOR4* pData)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVectorVariable.Set(System.Int32[],System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="dataRef">No documentation.</param>
|
|
<param name="offset">No documentation.</param>
|
|
<param name="count">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVectorVariable::SetBoolVectorArray']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectVectorVariable::SetBoolVectorArray([In, Buffer] const BOOL* pData,[In] unsigned int Offset,[In] unsigned int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVectorVariable.Set(SharpDX.Int4[],System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="dataRef">No documentation.</param>
|
|
<param name="offset">No documentation.</param>
|
|
<param name="count">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVectorVariable::SetIntVectorArray']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectVectorVariable::SetIntVectorArray([In, Buffer] const SHARPDX_INT4* pData,[In] unsigned int Offset,[In] unsigned int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVectorVariable.Set(SharpDX.Vector4[],System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="dataRef">No documentation.</param>
|
|
<param name="offset">No documentation.</param>
|
|
<param name="count">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVectorVariable::SetFloatVectorArray']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectVectorVariable::SetFloatVectorArray([In, Buffer] const SHARPDX_VECTOR4* pData,[In] unsigned int Offset,[In] unsigned int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVectorVariable.GetBoolVectorArray(System.Int32[],System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="dataRef">No documentation.</param>
|
|
<param name="offset">No documentation.</param>
|
|
<param name="count">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVectorVariable::GetBoolVectorArray']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectVectorVariable::GetBoolVectorArray([Out, Buffer] BOOL* pData,[In] unsigned int Offset,[In] unsigned int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVectorVariable.GetIntVectorArray(SharpDX.Int4[],System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="dataRef">No documentation.</param>
|
|
<param name="offset">No documentation.</param>
|
|
<param name="count">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVectorVariable::GetIntVectorArray']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectVectorVariable::GetIntVectorArray([Out, Buffer] SHARPDX_INT4* pData,[In] unsigned int Offset,[In] unsigned int Count)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectVectorVariable.GetFloatVectorArray(SharpDX.Vector4[],System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="dataRef">No documentation.</param>
|
|
<param name="offset">No documentation.</param>
|
|
<param name="count">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectVectorVariable::GetFloatVectorArray']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectVectorVariable::GetFloatVectorArray([Out, Buffer] SHARPDX_VECTOR4* pData,[In] unsigned int Offset,[In] unsigned int Count)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.FastFourierTransform">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11FFT']/*"/>
|
|
<unmanaged>ID3DX11FFT</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.FastFourierTransform.#ctor(SharpDX.Direct3D11.DeviceContext,SharpDX.Direct3D11.FastFourierTransformDescription)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.FastFourierTransform" /> class.
|
|
</summary>
|
|
<param name="context">The device context used to create the FFT.</param>
|
|
<param name="description">Information that describes the shape of the FFT data as well as the scaling factors that should be used for forward and inverse transforms.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.FastFourierTransform.#ctor(SharpDX.Direct3D11.DeviceContext,SharpDX.Direct3D11.FastFourierTransformDescription,SharpDX.Direct3D11.FastFourierTransformCreationFlags)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.FastFourierTransform" /> class.
|
|
</summary>
|
|
<param name="context">The device context used to create the FFT.</param>
|
|
<param name="description">Information that describes the shape of the FFT data as well as the scaling factors that should be used for forward and inverse transforms.</param>
|
|
<param name="flags">Flag affecting the behavior of the FFT.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.FastFourierTransform.AttachBuffersAndPrecompute(SharpDX.Direct3D11.UnorderedAccessView[],SharpDX.Direct3D11.UnorderedAccessView[])">
|
|
<summary>
|
|
Attaches buffers to an FFT context and performs any required precomputations.
|
|
</summary>
|
|
<remarks>
|
|
The buffers must be no smaller than the corresponding buffer sizes returned by D3DX11CreateFFT*(). Temporary buffers can be shared between multiple contexts, though care should be taken not to concurrently execute multiple FFTs which share temp buffers.
|
|
</remarks>
|
|
<param name="temporaryBuffers">Temporary buffers to attach. </param>
|
|
<param name="precomputeBuffers">Buffers to hold precomputed data. </param>
|
|
<returns>Returns one of the return codes described in the topic {{Direct3D 11 Return Codes}}. </returns>
|
|
<unmanaged>HRESULT ID3DX11FFT::AttachBuffersAndPrecompute([In] int NumTempBuffers,[In, Buffer] const ID3D11UnorderedAccessView** ppTempBuffers,[In] int NumPrecomputeBuffers,[In, Buffer] const ID3D11UnorderedAccessView** ppPrecomputeBufferSizes)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.FastFourierTransform.Create1DComplex(SharpDX.Direct3D11.DeviceContext,System.Int32)">
|
|
<summary>
|
|
Creates a new one-dimensional complex FFT.
|
|
</summary>
|
|
<param name="context">Pointer to the <see cref="T:SharpDX.Direct3D11.DeviceContext"/> interface to use for the FFT. </param>
|
|
<param name="x">Length of the first dimension of the FFT. </param>
|
|
<returns>an <see cref="T:SharpDX.Direct3D11.FastFourierTransform"/> interface reference.</returns>
|
|
<unmanaged>HRESULT D3DX11CreateFFT1DComplex([None] ID3D11DeviceContext* pDeviceContext,[None] int X,[None] int Flags,[Out] D3DX11_FFT_BUFFER_INFO* pBufferInfo,[Out] ID3DX11FFT** ppFFT)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.FastFourierTransform.Create1DComplex(SharpDX.Direct3D11.DeviceContext,System.Int32,SharpDX.Direct3D11.FastFourierTransformCreationFlags)">
|
|
<summary>
|
|
Creates a new one-dimensional complex FFT.
|
|
</summary>
|
|
<param name="context">Pointer to the <see cref="T:SharpDX.Direct3D11.DeviceContext"/> interface to use for the FFT. </param>
|
|
<param name="x">Length of the first dimension of the FFT. </param>
|
|
<param name="flags">Flag affecting the behavior of the FFT, can be 0 or a combination of flags from <see cref="T:SharpDX.Direct3D11.FastFourierTransformCreationFlags"/>. </param>
|
|
<returns>an <see cref="T:SharpDX.Direct3D11.FastFourierTransform"/> interface reference.</returns>
|
|
<unmanaged>HRESULT D3DX11CreateFFT1DComplex([None] ID3D11DeviceContext* pDeviceContext,[None] int X,[None] int Flags,[Out] D3DX11_FFT_BUFFER_INFO* pBufferInfo,[Out] ID3DX11FFT** ppFFT)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.FastFourierTransform.Create1DReal(SharpDX.Direct3D11.DeviceContext,System.Int32)">
|
|
<summary>
|
|
Creates a new one-dimensional real FFT.
|
|
</summary>
|
|
<param name="context">Pointer to the <see cref="T:SharpDX.Direct3D11.DeviceContext"/> interface to use for the FFT. </param>
|
|
<param name="x">Length of the first dimension of the FFT. </param>
|
|
<returns>an <see cref="T:SharpDX.Direct3D11.FastFourierTransform"/> interface reference.</returns>
|
|
<unmanaged>HRESULT D3DX11CreateFFT1DReal([None] ID3D11DeviceContext* pDeviceContext,[None] int X,[None] int Flags,[Out] D3DX11_FFT_BUFFER_INFO* pBufferInfo,[Out] ID3DX11FFT** ppFFT)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.FastFourierTransform.Create1DReal(SharpDX.Direct3D11.DeviceContext,System.Int32,SharpDX.Direct3D11.FastFourierTransformCreationFlags)">
|
|
<summary>
|
|
Creates a new one-dimensional real FFT.
|
|
</summary>
|
|
<param name="context">Pointer to the <see cref="T:SharpDX.Direct3D11.DeviceContext"/> interface to use for the FFT. </param>
|
|
<param name="x">Length of the first dimension of the FFT. </param>
|
|
<param name="flags">Flag affecting the behavior of the FFT, can be 0 or a combination of flags from <see cref="T:SharpDX.Direct3D11.FastFourierTransformCreationFlags"/>. </param>
|
|
<returns>an <see cref="T:SharpDX.Direct3D11.FastFourierTransform"/> interface reference.</returns>
|
|
<unmanaged>HRESULT D3DX11CreateFFT1DReal([None] ID3D11DeviceContext* pDeviceContext,[None] int X,[None] int Flags,[Out] D3DX11_FFT_BUFFER_INFO* pBufferInfo,[Out] ID3DX11FFT** ppFFT)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.FastFourierTransform.Create2DComplex(SharpDX.Direct3D11.DeviceContext,System.Int32,System.Int32)">
|
|
<summary>
|
|
Creates a new two-dimensional complex FFT.
|
|
</summary>
|
|
<param name="context">Pointer to the <see cref="T:SharpDX.Direct3D11.DeviceContext"/> interface to use for the FFT. </param>
|
|
<param name="x">Length of the first dimension of the FFT.</param>
|
|
<param name="y">Length of the second dimension of the FFT.</param>
|
|
<returns>an <see cref="T:SharpDX.Direct3D11.FastFourierTransform"/> interface reference.</returns>
|
|
<unmanaged>HRESULT D3DX11CreateFFT1DReal([None] ID3D11DeviceContext* pDeviceContext,[None] int X,[None] int Flags,[Out] D3DX11_FFT_BUFFER_INFO* pBufferInfo,[Out] ID3DX11FFT** ppFFT)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.FastFourierTransform.Create2DComplex(SharpDX.Direct3D11.DeviceContext,System.Int32,System.Int32,SharpDX.Direct3D11.FastFourierTransformCreationFlags)">
|
|
<summary>
|
|
Creates a new two-dimensional complex FFT.
|
|
</summary>
|
|
<param name="context">Pointer to the <see cref="T:SharpDX.Direct3D11.DeviceContext"/> interface to use for the FFT. </param>
|
|
<param name="x">Length of the first dimension of the FFT.</param>
|
|
<param name="y">Length of the second dimension of the FFT.</param>
|
|
<param name="flags">Flag affecting the behavior of the FFT, can be 0 or a combination of flags from <see cref="T:SharpDX.Direct3D11.FastFourierTransformCreationFlags"/>. </param>
|
|
<returns>an <see cref="T:SharpDX.Direct3D11.FastFourierTransform"/> interface reference.</returns>
|
|
<unmanaged>HRESULT D3DX11CreateFFT1DReal([None] ID3D11DeviceContext* pDeviceContext,[None] int X,[None] int Flags,[Out] D3DX11_FFT_BUFFER_INFO* pBufferInfo,[Out] ID3DX11FFT** ppFFT)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.FastFourierTransform.Create2DReal(SharpDX.Direct3D11.DeviceContext,System.Int32,System.Int32)">
|
|
<summary>
|
|
Creates a new two-dimensional real FFT.
|
|
</summary>
|
|
<param name="context">Pointer to the <see cref="T:SharpDX.Direct3D11.DeviceContext"/> interface to use for the FFT. </param>
|
|
<param name="x">Length of the first dimension of the FFT.</param>
|
|
<param name="y">Length of the second dimension of the FFT.</param>
|
|
<returns>an <see cref="T:SharpDX.Direct3D11.FastFourierTransform"/> interface reference.</returns>
|
|
<unmanaged>HRESULT D3DX11CreateFFT1DReal([None] ID3D11DeviceContext* pDeviceContext,[None] int X,[None] int Flags,[Out] D3DX11_FFT_BUFFER_INFO* pBufferInfo,[Out] ID3DX11FFT** ppFFT)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.FastFourierTransform.Create2DReal(SharpDX.Direct3D11.DeviceContext,System.Int32,System.Int32,SharpDX.Direct3D11.FastFourierTransformCreationFlags)">
|
|
<summary>
|
|
Creates a new two-dimensional real FFT.
|
|
</summary>
|
|
<param name="context">Pointer to the <see cref="T:SharpDX.Direct3D11.DeviceContext"/> interface to use for the FFT. </param>
|
|
<param name="x">Length of the first dimension of the FFT.</param>
|
|
<param name="y">Length of the second dimension of the FFT.</param>
|
|
<param name="flags">Flag affecting the behavior of the FFT, can be 0 or a combination of flags from <see cref="T:SharpDX.Direct3D11.FastFourierTransformCreationFlags"/>. </param>
|
|
<returns>an <see cref="T:SharpDX.Direct3D11.FastFourierTransform"/> interface reference.</returns>
|
|
<unmanaged>HRESULT D3DX11CreateFFT1DReal([None] ID3D11DeviceContext* pDeviceContext,[None] int X,[None] int Flags,[Out] D3DX11_FFT_BUFFER_INFO* pBufferInfo,[Out] ID3DX11FFT** ppFFT)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.FastFourierTransform.Create3DComplex(SharpDX.Direct3D11.DeviceContext,System.Int32,System.Int32,System.Int32)">
|
|
<summary>
|
|
Creates a new three-dimensional complex FFT.
|
|
</summary>
|
|
<param name="context">Pointer to the <see cref="T:SharpDX.Direct3D11.DeviceContext"/> interface to use for the FFT. </param>
|
|
<param name="x">Length of the first dimension of the FFT.</param>
|
|
<param name="y">Length of the second dimension of the FFT.</param>
|
|
<param name="z">Length of the third dimension of the FFT.</param>
|
|
<returns>an <see cref="T:SharpDX.Direct3D11.FastFourierTransform"/> interface reference.</returns>
|
|
<unmanaged>HRESULT D3DX11CreateFFT1DReal([None] ID3D11DeviceContext* pDeviceContext,[None] int X,[None] int Flags,[Out] D3DX11_FFT_BUFFER_INFO* pBufferInfo,[Out] ID3DX11FFT** ppFFT)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.FastFourierTransform.Create3DComplex(SharpDX.Direct3D11.DeviceContext,System.Int32,System.Int32,System.Int32,SharpDX.Direct3D11.FastFourierTransformCreationFlags)">
|
|
<summary>
|
|
Creates a new three-dimensional complex FFT.
|
|
</summary>
|
|
<param name="context">Pointer to the <see cref="T:SharpDX.Direct3D11.DeviceContext"/> interface to use for the FFT. </param>
|
|
<param name="x">Length of the first dimension of the FFT.</param>
|
|
<param name="y">Length of the second dimension of the FFT.</param>
|
|
<param name="z">Length of the third dimension of the FFT.</param>
|
|
<param name="flags">Flag affecting the behavior of the FFT, can be 0 or a combination of flags from <see cref="T:SharpDX.Direct3D11.FastFourierTransformCreationFlags"/>. </param>
|
|
<returns>an <see cref="T:SharpDX.Direct3D11.FastFourierTransform"/> interface reference.</returns>
|
|
<unmanaged>HRESULT D3DX11CreateFFT1DReal([None] ID3D11DeviceContext* pDeviceContext,[None] int X,[None] int Flags,[Out] D3DX11_FFT_BUFFER_INFO* pBufferInfo,[Out] ID3DX11FFT** ppFFT)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.FastFourierTransform.Create3DReal(SharpDX.Direct3D11.DeviceContext,System.Int32,System.Int32,System.Int32)">
|
|
<summary>
|
|
Creates a new three-dimensional real FFT.
|
|
</summary>
|
|
<param name="context">Pointer to the <see cref="T:SharpDX.Direct3D11.DeviceContext"/> interface to use for the FFT. </param>
|
|
<param name="x">Length of the first dimension of the FFT.</param>
|
|
<param name="y">Length of the second dimension of the FFT.</param>
|
|
<param name="z">Length of the third dimension of the FFT.</param>
|
|
<returns>an <see cref="T:SharpDX.Direct3D11.FastFourierTransform"/> interface reference.</returns>
|
|
<unmanaged>HRESULT D3DX11CreateFFT1DReal([None] ID3D11DeviceContext* pDeviceContext,[None] int X,[None] int Flags,[Out] D3DX11_FFT_BUFFER_INFO* pBufferInfo,[Out] ID3DX11FFT** ppFFT)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.FastFourierTransform.Create3DReal(SharpDX.Direct3D11.DeviceContext,System.Int32,System.Int32,System.Int32,SharpDX.Direct3D11.FastFourierTransformCreationFlags)">
|
|
<summary>
|
|
Creates a new three-dimensional real FFT.
|
|
</summary>
|
|
<param name="context">Pointer to the <see cref="T:SharpDX.Direct3D11.DeviceContext"/> interface to use for the FFT. </param>
|
|
<param name="x">Length of the first dimension of the FFT.</param>
|
|
<param name="y">Length of the second dimension of the FFT.</param>
|
|
<param name="z">Length of the third dimension of the FFT.</param>
|
|
<param name="flags">Flag affecting the behavior of the FFT, can be 0 or a combination of flags from <see cref="T:SharpDX.Direct3D11.FastFourierTransformCreationFlags"/>. </param>
|
|
<returns>an <see cref="T:SharpDX.Direct3D11.FastFourierTransform"/> interface reference.</returns>
|
|
<unmanaged>HRESULT D3DX11CreateFFT1DReal([None] ID3D11DeviceContext* pDeviceContext,[None] int X,[None] int Flags,[Out] D3DX11_FFT_BUFFER_INFO* pBufferInfo,[Out] ID3DX11FFT** ppFFT)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.FastFourierTransform.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.FastFourierTransform"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.FastFourierTransform.SetForwardScale(System.Single)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="forwardScale">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11FFT::SetForwardScale']/*"/>
|
|
<unmanaged>HRESULT ID3DX11FFT::SetForwardScale([In] float ForwardScale)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.FastFourierTransform.GetForwardScale">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11FFT::GetForwardScale']/*"/>
|
|
<unmanaged>float ID3DX11FFT::GetForwardScale()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.FastFourierTransform.SetInverseScale(System.Single)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="inverseScale">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11FFT::SetInverseScale']/*"/>
|
|
<unmanaged>HRESULT ID3DX11FFT::SetInverseScale([In] float InverseScale)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.FastFourierTransform.GetInverseScale">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11FFT::GetInverseScale']/*"/>
|
|
<unmanaged>float ID3DX11FFT::GetInverseScale()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.FastFourierTransform.AttachBuffersAndPrecompute(System.Int32,SharpDX.Direct3D11.UnorderedAccessView[],System.Int32,SharpDX.Direct3D11.UnorderedAccessView[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="numTempBuffers">No documentation.</param>
|
|
<param name="tempBuffersOut">No documentation.</param>
|
|
<param name="numPrecomputeBuffers">No documentation.</param>
|
|
<param name="precomputeBufferSizesOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11FFT::AttachBuffersAndPrecompute']/*"/>
|
|
<unmanaged>HRESULT ID3DX11FFT::AttachBuffersAndPrecompute([In] unsigned int NumTempBuffers,[In, Buffer] const ID3D11UnorderedAccessView** ppTempBuffers,[In] unsigned int NumPrecomputeBuffers,[In, Buffer] const ID3D11UnorderedAccessView** ppPrecomputeBufferSizes)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.FastFourierTransform.ForwardTransform(SharpDX.Direct3D11.UnorderedAccessView,SharpDX.Direct3D11.UnorderedAccessView)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="inputBufferRef">No documentation.</param>
|
|
<param name="outputBufferOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11FFT::ForwardTransform']/*"/>
|
|
<unmanaged>HRESULT ID3DX11FFT::ForwardTransform([In] const ID3D11UnorderedAccessView* pInputBuffer,[InOut] ID3D11UnorderedAccessView** ppOutputBuffer)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.FastFourierTransform.InverseTransform(SharpDX.Direct3D11.UnorderedAccessView,SharpDX.Direct3D11.UnorderedAccessView)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="inputBufferRef">No documentation.</param>
|
|
<param name="outputBufferOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11FFT::InverseTransform']/*"/>
|
|
<unmanaged>HRESULT ID3DX11FFT::InverseTransform([In] const ID3D11UnorderedAccessView* pInputBuffer,[InOut] ID3D11UnorderedAccessView** ppOutputBuffer)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.FastFourierTransform.BufferRequirements">
|
|
<summary>
|
|
Gets the buffer requirements.
|
|
</summary>
|
|
<value>The buffer requirements.</value>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.FastFourierTransform.ForwardScale">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11FFT::GetForwardScale']/*"/>
|
|
<unmanaged>GetForwardScale</unmanaged>
|
|
<unmanaged>float ID3DX11FFT::GetForwardScale()</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.FastFourierTransform.InverseScale">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11FFT::GetInverseScale']/*"/>
|
|
<unmanaged>GetInverseScale</unmanaged>
|
|
<unmanaged>float ID3DX11FFT::GetInverseScale()</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.AsynchronousFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_ASYNC_GETDATA_FLAG']/*"/>
|
|
<unmanaged>D3D11_ASYNC_GETDATA_FLAG</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.AsynchronousFlags.DoNotFlush">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_ASYNC_GETDATA_DONOTFLUSH']/*"/>
|
|
<unmanaged>D3D11_ASYNC_GETDATA_DONOTFLUSH</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.AsynchronousFlags.None">
|
|
<summary>
|
|
None.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='']/*"/>
|
|
<unmanaged>None</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.BindFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BIND_FLAG']/*"/>
|
|
<unmanaged>D3D11_BIND_FLAG</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BindFlags.VertexBuffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BIND_VERTEX_BUFFER']/*"/>
|
|
<unmanaged>D3D11_BIND_VERTEX_BUFFER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BindFlags.IndexBuffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BIND_INDEX_BUFFER']/*"/>
|
|
<unmanaged>D3D11_BIND_INDEX_BUFFER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BindFlags.ConstantBuffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BIND_CONSTANT_BUFFER']/*"/>
|
|
<unmanaged>D3D11_BIND_CONSTANT_BUFFER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BindFlags.ShaderResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BIND_SHADER_RESOURCE']/*"/>
|
|
<unmanaged>D3D11_BIND_SHADER_RESOURCE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BindFlags.StreamOutput">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BIND_STREAM_OUTPUT']/*"/>
|
|
<unmanaged>D3D11_BIND_STREAM_OUTPUT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BindFlags.RenderTarget">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BIND_RENDER_TARGET']/*"/>
|
|
<unmanaged>D3D11_BIND_RENDER_TARGET</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BindFlags.DepthStencil">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BIND_DEPTH_STENCIL']/*"/>
|
|
<unmanaged>D3D11_BIND_DEPTH_STENCIL</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BindFlags.UnorderedAccess">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BIND_UNORDERED_ACCESS']/*"/>
|
|
<unmanaged>D3D11_BIND_UNORDERED_ACCESS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BindFlags.None">
|
|
<summary>
|
|
None.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='']/*"/>
|
|
<unmanaged>None</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.BlendOperation">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BLEND_OP']/*"/>
|
|
<unmanaged>D3D11_BLEND_OP</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BlendOperation.Add">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BLEND_OP_ADD']/*"/>
|
|
<unmanaged>D3D11_BLEND_OP_ADD</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BlendOperation.Subtract">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BLEND_OP_SUBTRACT']/*"/>
|
|
<unmanaged>D3D11_BLEND_OP_SUBTRACT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BlendOperation.ReverseSubtract">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BLEND_OP_REV_SUBTRACT']/*"/>
|
|
<unmanaged>D3D11_BLEND_OP_REV_SUBTRACT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BlendOperation.Minimum">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BLEND_OP_MIN']/*"/>
|
|
<unmanaged>D3D11_BLEND_OP_MIN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BlendOperation.Maximum">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BLEND_OP_MAX']/*"/>
|
|
<unmanaged>D3D11_BLEND_OP_MAX</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.BlendOption">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BLEND']/*"/>
|
|
<unmanaged>D3D11_BLEND</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BlendOption.Zero">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BLEND_ZERO']/*"/>
|
|
<unmanaged>D3D11_BLEND_ZERO</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BlendOption.One">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BLEND_ONE']/*"/>
|
|
<unmanaged>D3D11_BLEND_ONE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BlendOption.SourceColor">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BLEND_SRC_COLOR']/*"/>
|
|
<unmanaged>D3D11_BLEND_SRC_COLOR</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BlendOption.InverseSourceColor">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BLEND_INV_SRC_COLOR']/*"/>
|
|
<unmanaged>D3D11_BLEND_INV_SRC_COLOR</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BlendOption.SourceAlpha">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BLEND_SRC_ALPHA']/*"/>
|
|
<unmanaged>D3D11_BLEND_SRC_ALPHA</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BlendOption.InverseSourceAlpha">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BLEND_INV_SRC_ALPHA']/*"/>
|
|
<unmanaged>D3D11_BLEND_INV_SRC_ALPHA</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BlendOption.DestinationAlpha">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BLEND_DEST_ALPHA']/*"/>
|
|
<unmanaged>D3D11_BLEND_DEST_ALPHA</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BlendOption.InverseDestinationAlpha">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BLEND_INV_DEST_ALPHA']/*"/>
|
|
<unmanaged>D3D11_BLEND_INV_DEST_ALPHA</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BlendOption.DestinationColor">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BLEND_DEST_COLOR']/*"/>
|
|
<unmanaged>D3D11_BLEND_DEST_COLOR</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BlendOption.InverseDestinationColor">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BLEND_INV_DEST_COLOR']/*"/>
|
|
<unmanaged>D3D11_BLEND_INV_DEST_COLOR</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BlendOption.SourceAlphaSaturate">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BLEND_SRC_ALPHA_SAT']/*"/>
|
|
<unmanaged>D3D11_BLEND_SRC_ALPHA_SAT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BlendOption.BlendFactor">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BLEND_BLEND_FACTOR']/*"/>
|
|
<unmanaged>D3D11_BLEND_BLEND_FACTOR</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BlendOption.InverseBlendFactor">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BLEND_INV_BLEND_FACTOR']/*"/>
|
|
<unmanaged>D3D11_BLEND_INV_BLEND_FACTOR</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BlendOption.SecondarySourceColor">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BLEND_SRC1_COLOR']/*"/>
|
|
<unmanaged>D3D11_BLEND_SRC1_COLOR</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BlendOption.InverseSecondarySourceColor">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BLEND_INV_SRC1_COLOR']/*"/>
|
|
<unmanaged>D3D11_BLEND_INV_SRC1_COLOR</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BlendOption.SecondarySourceAlpha">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BLEND_SRC1_ALPHA']/*"/>
|
|
<unmanaged>D3D11_BLEND_SRC1_ALPHA</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.BlendOption.InverseSecondarySourceAlpha">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BLEND_INV_SRC1_ALPHA']/*"/>
|
|
<unmanaged>D3D11_BLEND_INV_SRC1_ALPHA</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.Channel">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_CHANNEL_FLAG']/*"/>
|
|
<unmanaged>D3DX11_CHANNEL_FLAG</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Channel.Red">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_CHANNEL_RED']/*"/>
|
|
<unmanaged>D3DX11_CHANNEL_RED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Channel.Blue">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_CHANNEL_BLUE']/*"/>
|
|
<unmanaged>D3DX11_CHANNEL_BLUE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Channel.Green">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_CHANNEL_GREEN']/*"/>
|
|
<unmanaged>D3DX11_CHANNEL_GREEN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Channel.Alpha">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_CHANNEL_ALPHA']/*"/>
|
|
<unmanaged>D3DX11_CHANNEL_ALPHA</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Channel.Luminance">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_CHANNEL_LUMINANCE']/*"/>
|
|
<unmanaged>D3DX11_CHANNEL_LUMINANCE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Channel.None">
|
|
<summary>
|
|
None.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='']/*"/>
|
|
<unmanaged>None</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.ColorWriteMaskFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_COLOR_WRITE_ENABLE']/*"/>
|
|
<unmanaged>D3D11_COLOR_WRITE_ENABLE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ColorWriteMaskFlags.Red">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_COLOR_WRITE_ENABLE_RED']/*"/>
|
|
<unmanaged>D3D11_COLOR_WRITE_ENABLE_RED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ColorWriteMaskFlags.Green">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_COLOR_WRITE_ENABLE_GREEN']/*"/>
|
|
<unmanaged>D3D11_COLOR_WRITE_ENABLE_GREEN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ColorWriteMaskFlags.Blue">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_COLOR_WRITE_ENABLE_BLUE']/*"/>
|
|
<unmanaged>D3D11_COLOR_WRITE_ENABLE_BLUE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ColorWriteMaskFlags.Alpha">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_COLOR_WRITE_ENABLE_ALPHA']/*"/>
|
|
<unmanaged>D3D11_COLOR_WRITE_ENABLE_ALPHA</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ColorWriteMaskFlags.All">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_COLOR_WRITE_ENABLE_ALL']/*"/>
|
|
<unmanaged>D3D11_COLOR_WRITE_ENABLE_ALL</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.Comparison">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_COMPARISON_FUNC']/*"/>
|
|
<unmanaged>D3D11_COMPARISON_FUNC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Comparison.Never">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_COMPARISON_NEVER']/*"/>
|
|
<unmanaged>D3D11_COMPARISON_NEVER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Comparison.Less">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_COMPARISON_LESS']/*"/>
|
|
<unmanaged>D3D11_COMPARISON_LESS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Comparison.Equal">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_COMPARISON_EQUAL']/*"/>
|
|
<unmanaged>D3D11_COMPARISON_EQUAL</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Comparison.LessEqual">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_COMPARISON_LESS_EQUAL']/*"/>
|
|
<unmanaged>D3D11_COMPARISON_LESS_EQUAL</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Comparison.Greater">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_COMPARISON_GREATER']/*"/>
|
|
<unmanaged>D3D11_COMPARISON_GREATER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Comparison.NotEqual">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_COMPARISON_NOT_EQUAL']/*"/>
|
|
<unmanaged>D3D11_COMPARISON_NOT_EQUAL</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Comparison.GreaterEqual">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_COMPARISON_GREATER_EQUAL']/*"/>
|
|
<unmanaged>D3D11_COMPARISON_GREATER_EQUAL</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Comparison.Always">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_COMPARISON_ALWAYS']/*"/>
|
|
<unmanaged>D3D11_COMPARISON_ALWAYS</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.ComputeShaderFormatSupport">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT2']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT2</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ComputeShaderFormatSupport.AtomicAdd">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_ADD']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_ADD</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ComputeShaderFormatSupport.AtomicBitwiseOps">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_BITWISE_OPS']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_BITWISE_OPS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ComputeShaderFormatSupport.AtomicCompareStoreOrCompareExchange">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_COMPARE_STORE_OR_COMPARE_EXCHANGE']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_COMPARE_STORE_OR_COMPARE_EXCHANGE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ComputeShaderFormatSupport.AtomicExchange">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_EXCHANGE']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_EXCHANGE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ComputeShaderFormatSupport.AtomicSignedMinimumOrMaximum">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_SIGNED_MIN_OR_MAX']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_SIGNED_MIN_OR_MAX</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ComputeShaderFormatSupport.AtomicUnsignedMinimumOrMaximum">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_UNSIGNED_MIN_OR_MAX']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT2_UAV_ATOMIC_UNSIGNED_MIN_OR_MAX</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ComputeShaderFormatSupport.TypedLoad">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT2_UAV_TYPED_LOAD']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT2_UAV_TYPED_LOAD</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ComputeShaderFormatSupport.TypedStore">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT2_UAV_TYPED_STORE']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT2_UAV_TYPED_STORE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ComputeShaderFormatSupport.None">
|
|
<summary>
|
|
None.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='']/*"/>
|
|
<unmanaged>None</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.CounterKind">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_COUNTER']/*"/>
|
|
<unmanaged>D3D11_COUNTER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.CounterKind.DeviceDependent0">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_COUNTER_DEVICE_DEPENDENT_0']/*"/>
|
|
<unmanaged>D3D11_COUNTER_DEVICE_DEPENDENT_0</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.CounterType">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_COUNTER_TYPE']/*"/>
|
|
<unmanaged>D3D11_COUNTER_TYPE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.CounterType.Float32">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_COUNTER_TYPE_FLOAT32']/*"/>
|
|
<unmanaged>D3D11_COUNTER_TYPE_FLOAT32</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.CounterType.Uint16">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_COUNTER_TYPE_UINT16']/*"/>
|
|
<unmanaged>D3D11_COUNTER_TYPE_UINT16</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.CounterType.Uint32">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_COUNTER_TYPE_UINT32']/*"/>
|
|
<unmanaged>D3D11_COUNTER_TYPE_UINT32</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.CounterType.Uint64">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_COUNTER_TYPE_UINT64']/*"/>
|
|
<unmanaged>D3D11_COUNTER_TYPE_UINT64</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.CpuAccessFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_CPU_ACCESS_FLAG']/*"/>
|
|
<unmanaged>D3D11_CPU_ACCESS_FLAG</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.CpuAccessFlags.Write">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_CPU_ACCESS_WRITE']/*"/>
|
|
<unmanaged>D3D11_CPU_ACCESS_WRITE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.CpuAccessFlags.Read">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_CPU_ACCESS_READ']/*"/>
|
|
<unmanaged>D3D11_CPU_ACCESS_READ</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.CpuAccessFlags.None">
|
|
<summary>
|
|
None.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='']/*"/>
|
|
<unmanaged>None</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.CullMode">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_CULL_MODE']/*"/>
|
|
<unmanaged>D3D11_CULL_MODE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.CullMode.None">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_CULL_NONE']/*"/>
|
|
<unmanaged>D3D11_CULL_NONE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.CullMode.Front">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_CULL_FRONT']/*"/>
|
|
<unmanaged>D3D11_CULL_FRONT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.CullMode.Back">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_CULL_BACK']/*"/>
|
|
<unmanaged>D3D11_CULL_BACK</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DebugFeatureFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEBUG_FEATURE_FLAGS']/*"/>
|
|
<unmanaged>D3D11_DEBUG_FEATURE_FLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DebugFeatureFlags.FlushPerRender">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEBUG_FEATURE_FLUSH_PER_RENDER_OP']/*"/>
|
|
<unmanaged>D3D11_DEBUG_FEATURE_FLUSH_PER_RENDER_OP</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DebugFeatureFlags.FinishPerRender">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEBUG_FEATURE_FINISH_PER_RENDER_OP']/*"/>
|
|
<unmanaged>D3D11_DEBUG_FEATURE_FINISH_PER_RENDER_OP</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DebugFeatureFlags.PresentPerRender">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEBUG_FEATURE_PRESENT_PER_RENDER_OP']/*"/>
|
|
<unmanaged>D3D11_DEBUG_FEATURE_PRESENT_PER_RENDER_OP</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DepthStencilClearFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_CLEAR_FLAG']/*"/>
|
|
<unmanaged>D3D11_CLEAR_FLAG</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilClearFlags.Depth">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_CLEAR_DEPTH']/*"/>
|
|
<unmanaged>D3D11_CLEAR_DEPTH</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilClearFlags.Stencil">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_CLEAR_STENCIL']/*"/>
|
|
<unmanaged>D3D11_CLEAR_STENCIL</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DepthStencilViewDimension">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DSV_DIMENSION']/*"/>
|
|
<unmanaged>D3D11_DSV_DIMENSION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilViewDimension.Unknown">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DSV_DIMENSION_UNKNOWN']/*"/>
|
|
<unmanaged>D3D11_DSV_DIMENSION_UNKNOWN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilViewDimension.Texture1D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DSV_DIMENSION_TEXTURE1D']/*"/>
|
|
<unmanaged>D3D11_DSV_DIMENSION_TEXTURE1D</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilViewDimension.Texture1DArray">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DSV_DIMENSION_TEXTURE1DARRAY']/*"/>
|
|
<unmanaged>D3D11_DSV_DIMENSION_TEXTURE1DARRAY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilViewDimension.Texture2D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DSV_DIMENSION_TEXTURE2D']/*"/>
|
|
<unmanaged>D3D11_DSV_DIMENSION_TEXTURE2D</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilViewDimension.Texture2DArray">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DSV_DIMENSION_TEXTURE2DARRAY']/*"/>
|
|
<unmanaged>D3D11_DSV_DIMENSION_TEXTURE2DARRAY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilViewDimension.Texture2DMultisampled">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DSV_DIMENSION_TEXTURE2DMS']/*"/>
|
|
<unmanaged>D3D11_DSV_DIMENSION_TEXTURE2DMS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilViewDimension.Texture2DMultisampledArray">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DSV_DIMENSION_TEXTURE2DMSARRAY']/*"/>
|
|
<unmanaged>D3D11_DSV_DIMENSION_TEXTURE2DMSARRAY</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DepthStencilViewFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DSV_FLAG']/*"/>
|
|
<unmanaged>D3D11_DSV_FLAG</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilViewFlags.ReadOnlyDepth">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DSV_READ_ONLY_DEPTH']/*"/>
|
|
<unmanaged>D3D11_DSV_READ_ONLY_DEPTH</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilViewFlags.ReadOnlyStencil">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DSV_READ_ONLY_STENCIL']/*"/>
|
|
<unmanaged>D3D11_DSV_READ_ONLY_STENCIL</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilViewFlags.None">
|
|
<summary>
|
|
None.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='']/*"/>
|
|
<unmanaged>None</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DepthWriteMask">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEPTH_WRITE_MASK']/*"/>
|
|
<unmanaged>D3D11_DEPTH_WRITE_MASK</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthWriteMask.Zero">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEPTH_WRITE_MASK_ZERO']/*"/>
|
|
<unmanaged>D3D11_DEPTH_WRITE_MASK_ZERO</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthWriteMask.All">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEPTH_WRITE_MASK_ALL']/*"/>
|
|
<unmanaged>D3D11_DEPTH_WRITE_MASK_ALL</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DeviceContextType">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEVICE_CONTEXT_TYPE']/*"/>
|
|
<unmanaged>D3D11_DEVICE_CONTEXT_TYPE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DeviceContextType.Immediate">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEVICE_CONTEXT_IMMEDIATE']/*"/>
|
|
<unmanaged>D3D11_DEVICE_CONTEXT_IMMEDIATE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DeviceContextType.Deferred">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEVICE_CONTEXT_DEFERRED']/*"/>
|
|
<unmanaged>D3D11_DEVICE_CONTEXT_DEFERRED</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DeviceCreationFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_CREATE_DEVICE_FLAG']/*"/>
|
|
<unmanaged>D3D11_CREATE_DEVICE_FLAG</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DeviceCreationFlags.SingleThreaded">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_CREATE_DEVICE_SINGLETHREADED']/*"/>
|
|
<unmanaged>D3D11_CREATE_DEVICE_SINGLETHREADED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DeviceCreationFlags.Debug">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_CREATE_DEVICE_DEBUG']/*"/>
|
|
<unmanaged>D3D11_CREATE_DEVICE_DEBUG</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DeviceCreationFlags.SwitchToRef">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_CREATE_DEVICE_SWITCH_TO_REF']/*"/>
|
|
<unmanaged>D3D11_CREATE_DEVICE_SWITCH_TO_REF</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DeviceCreationFlags.PreventThreadingOptimizations">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_CREATE_DEVICE_PREVENT_INTERNAL_THREADING_OPTIMIZATIONS']/*"/>
|
|
<unmanaged>D3D11_CREATE_DEVICE_PREVENT_INTERNAL_THREADING_OPTIMIZATIONS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DeviceCreationFlags.BgraSupport">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_CREATE_DEVICE_BGRA_SUPPORT']/*"/>
|
|
<unmanaged>D3D11_CREATE_DEVICE_BGRA_SUPPORT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DeviceCreationFlags.None">
|
|
<summary>
|
|
None.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='']/*"/>
|
|
<unmanaged>None</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.EffectVariableFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_VARIABLE_FLAGS']/*"/>
|
|
<unmanaged>D3DX11_EFFECT_VARIABLE_FLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectVariableFlags.Annotation">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_VARIABLE_ANNOTATION']/*"/>
|
|
<unmanaged>D3DX11_EFFECT_VARIABLE_ANNOTATION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectVariableFlags.ExplicitBindPoint">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_VARIABLE_EXPLICIT_BIND_POINT']/*"/>
|
|
<unmanaged>D3DX11_EFFECT_VARIABLE_EXPLICIT_BIND_POINT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectVariableFlags.None">
|
|
<summary>
|
|
None.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='']/*"/>
|
|
<unmanaged>None</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.FastFourierTransformCreationFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FFT_CREATE_FLAG']/*"/>
|
|
<unmanaged>D3DX11_FFT_CREATE_FLAG</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FastFourierTransformCreationFlags.NoPrecomputeBuffers">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FFT_CREATE_FLAG_NO_PRECOMPUTE_BUFFERS']/*"/>
|
|
<unmanaged>D3DX11_FFT_CREATE_FLAG_NO_PRECOMPUTE_BUFFERS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FastFourierTransformCreationFlags.None">
|
|
<summary>
|
|
None.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='']/*"/>
|
|
<unmanaged>None</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.FastFourierTransformDataType">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FFT_DATA_TYPE']/*"/>
|
|
<unmanaged>D3DX11_FFT_DATA_TYPE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FastFourierTransformDataType.Real">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FFT_DATA_TYPE_REAL']/*"/>
|
|
<unmanaged>D3DX11_FFT_DATA_TYPE_REAL</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FastFourierTransformDataType.Complex">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FFT_DATA_TYPE_COMPLEX']/*"/>
|
|
<unmanaged>D3DX11_FFT_DATA_TYPE_COMPLEX</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.FastFourierTransformDimensions">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FFT_DIM_MASK']/*"/>
|
|
<unmanaged>D3DX11_FFT_DIM_MASK</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FastFourierTransformDimensions.Dimension1D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FFT_DIM_MASK_1D']/*"/>
|
|
<unmanaged>D3DX11_FFT_DIM_MASK_1D</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FastFourierTransformDimensions.Dimension2D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FFT_DIM_MASK_2D']/*"/>
|
|
<unmanaged>D3DX11_FFT_DIM_MASK_2D</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FastFourierTransformDimensions.Dimension3D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FFT_DIM_MASK_3D']/*"/>
|
|
<unmanaged>D3DX11_FFT_DIM_MASK_3D</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.Feature">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FEATURE']/*"/>
|
|
<unmanaged>D3D11_FEATURE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Feature.Threading">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FEATURE_THREADING']/*"/>
|
|
<unmanaged>D3D11_FEATURE_THREADING</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Feature.ShaderDoubles">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FEATURE_DOUBLES']/*"/>
|
|
<unmanaged>D3D11_FEATURE_DOUBLES</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Feature.FormatSupport">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FEATURE_FORMAT_SUPPORT']/*"/>
|
|
<unmanaged>D3D11_FEATURE_FORMAT_SUPPORT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Feature.ComputeShaders">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FEATURE_FORMAT_SUPPORT2']/*"/>
|
|
<unmanaged>D3D11_FEATURE_FORMAT_SUPPORT2</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Feature.D3D10XHardwareOptions">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FEATURE_D3D10_X_HARDWARE_OPTIONS']/*"/>
|
|
<unmanaged>D3D11_FEATURE_D3D10_X_HARDWARE_OPTIONS</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.FillMode">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FILL_MODE']/*"/>
|
|
<unmanaged>D3D11_FILL_MODE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FillMode.Wireframe">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FILL_WIREFRAME']/*"/>
|
|
<unmanaged>D3D11_FILL_WIREFRAME</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FillMode.Solid">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FILL_SOLID']/*"/>
|
|
<unmanaged>D3D11_FILL_SOLID</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.Filter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FILTER']/*"/>
|
|
<unmanaged>D3D11_FILTER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Filter.MinMagMipPoint">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FILTER_MIN_MAG_MIP_POINT']/*"/>
|
|
<unmanaged>D3D11_FILTER_MIN_MAG_MIP_POINT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Filter.MinMagPointMipLinear">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FILTER_MIN_MAG_POINT_MIP_LINEAR']/*"/>
|
|
<unmanaged>D3D11_FILTER_MIN_MAG_POINT_MIP_LINEAR</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Filter.MinPointMagLinearMipPoint">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FILTER_MIN_POINT_MAG_LINEAR_MIP_POINT']/*"/>
|
|
<unmanaged>D3D11_FILTER_MIN_POINT_MAG_LINEAR_MIP_POINT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Filter.MinPointMagMipLinear">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FILTER_MIN_POINT_MAG_MIP_LINEAR']/*"/>
|
|
<unmanaged>D3D11_FILTER_MIN_POINT_MAG_MIP_LINEAR</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Filter.MinLinearMagMipPoint">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FILTER_MIN_LINEAR_MAG_MIP_POINT']/*"/>
|
|
<unmanaged>D3D11_FILTER_MIN_LINEAR_MAG_MIP_POINT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Filter.MinLinearMagPointMipLinear">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FILTER_MIN_LINEAR_MAG_POINT_MIP_LINEAR']/*"/>
|
|
<unmanaged>D3D11_FILTER_MIN_LINEAR_MAG_POINT_MIP_LINEAR</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Filter.MinMagLinearMipPoint">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FILTER_MIN_MAG_LINEAR_MIP_POINT']/*"/>
|
|
<unmanaged>D3D11_FILTER_MIN_MAG_LINEAR_MIP_POINT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Filter.MinMagMipLinear">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FILTER_MIN_MAG_MIP_LINEAR']/*"/>
|
|
<unmanaged>D3D11_FILTER_MIN_MAG_MIP_LINEAR</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Filter.Anisotropic">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FILTER_ANISOTROPIC']/*"/>
|
|
<unmanaged>D3D11_FILTER_ANISOTROPIC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Filter.ComparisonMinMagMipPoint">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FILTER_COMPARISON_MIN_MAG_MIP_POINT']/*"/>
|
|
<unmanaged>D3D11_FILTER_COMPARISON_MIN_MAG_MIP_POINT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Filter.ComparisonMinMagPointMipLinear">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FILTER_COMPARISON_MIN_MAG_POINT_MIP_LINEAR']/*"/>
|
|
<unmanaged>D3D11_FILTER_COMPARISON_MIN_MAG_POINT_MIP_LINEAR</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Filter.ComparisonMinPointMagLinearMipPoint">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FILTER_COMPARISON_MIN_POINT_MAG_LINEAR_MIP_POINT']/*"/>
|
|
<unmanaged>D3D11_FILTER_COMPARISON_MIN_POINT_MAG_LINEAR_MIP_POINT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Filter.ComparisonMinPointMagMipLinear">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FILTER_COMPARISON_MIN_POINT_MAG_MIP_LINEAR']/*"/>
|
|
<unmanaged>D3D11_FILTER_COMPARISON_MIN_POINT_MAG_MIP_LINEAR</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Filter.ComparisonMinLinearMagMipPoint">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FILTER_COMPARISON_MIN_LINEAR_MAG_MIP_POINT']/*"/>
|
|
<unmanaged>D3D11_FILTER_COMPARISON_MIN_LINEAR_MAG_MIP_POINT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Filter.ComparisonMinLinearMagPointMipLinear">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FILTER_COMPARISON_MIN_LINEAR_MAG_POINT_MIP_LINEAR']/*"/>
|
|
<unmanaged>D3D11_FILTER_COMPARISON_MIN_LINEAR_MAG_POINT_MIP_LINEAR</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Filter.ComparisonMinMagLinearMipPoint">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FILTER_COMPARISON_MIN_MAG_LINEAR_MIP_POINT']/*"/>
|
|
<unmanaged>D3D11_FILTER_COMPARISON_MIN_MAG_LINEAR_MIP_POINT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Filter.ComparisonMinMagMipLinear">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FILTER_COMPARISON_MIN_MAG_MIP_LINEAR']/*"/>
|
|
<unmanaged>D3D11_FILTER_COMPARISON_MIN_MAG_MIP_LINEAR</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Filter.ComparisonAnisotropic">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FILTER_COMPARISON_ANISOTROPIC']/*"/>
|
|
<unmanaged>D3D11_FILTER_COMPARISON_ANISOTROPIC</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.FilterFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FILTER_FLAG']/*"/>
|
|
<unmanaged>D3DX11_FILTER_FLAG</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FilterFlags.None">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FILTER_NONE']/*"/>
|
|
<unmanaged>D3DX11_FILTER_NONE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FilterFlags.Point">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FILTER_POINT']/*"/>
|
|
<unmanaged>D3DX11_FILTER_POINT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FilterFlags.Linear">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FILTER_LINEAR']/*"/>
|
|
<unmanaged>D3DX11_FILTER_LINEAR</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FilterFlags.Triangle">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FILTER_TRIANGLE']/*"/>
|
|
<unmanaged>D3DX11_FILTER_TRIANGLE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FilterFlags.Box">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FILTER_BOX']/*"/>
|
|
<unmanaged>D3DX11_FILTER_BOX</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FilterFlags.MirrorU">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FILTER_MIRROR_U']/*"/>
|
|
<unmanaged>D3DX11_FILTER_MIRROR_U</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FilterFlags.MirrorV">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FILTER_MIRROR_V']/*"/>
|
|
<unmanaged>D3DX11_FILTER_MIRROR_V</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FilterFlags.MirrorW">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FILTER_MIRROR_W']/*"/>
|
|
<unmanaged>D3DX11_FILTER_MIRROR_W</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FilterFlags.Mirror">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FILTER_MIRROR']/*"/>
|
|
<unmanaged>D3DX11_FILTER_MIRROR</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FilterFlags.Dither">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FILTER_DITHER']/*"/>
|
|
<unmanaged>D3DX11_FILTER_DITHER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FilterFlags.DitherDiffusion">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FILTER_DITHER_DIFFUSION']/*"/>
|
|
<unmanaged>D3DX11_FILTER_DITHER_DIFFUSION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FilterFlags.SRgbIn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FILTER_SRGB_IN']/*"/>
|
|
<unmanaged>D3DX11_FILTER_SRGB_IN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FilterFlags.SRgbOut">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FILTER_SRGB_OUT']/*"/>
|
|
<unmanaged>D3DX11_FILTER_SRGB_OUT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FilterFlags.SRgb">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FILTER_SRGB']/*"/>
|
|
<unmanaged>D3DX11_FILTER_SRGB</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.FilterType">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FILTER_TYPE']/*"/>
|
|
<unmanaged>D3D11_FILTER_TYPE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FilterType.Point">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FILTER_TYPE_POINT']/*"/>
|
|
<unmanaged>D3D11_FILTER_TYPE_POINT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FilterType.Linear">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FILTER_TYPE_LINEAR']/*"/>
|
|
<unmanaged>D3D11_FILTER_TYPE_LINEAR</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.FormatSupport">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FormatSupport.Buffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT_BUFFER']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT_BUFFER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FormatSupport.InputAssemblyVertexBuffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT_IA_VERTEX_BUFFER']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT_IA_VERTEX_BUFFER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FormatSupport.InputAssemblyIndexBuffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT_IA_INDEX_BUFFER']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT_IA_INDEX_BUFFER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FormatSupport.StreamOutputBuffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT_SO_BUFFER']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT_SO_BUFFER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FormatSupport.Texture1D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT_TEXTURE1D']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT_TEXTURE1D</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FormatSupport.Texture2D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT_TEXTURE2D']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT_TEXTURE2D</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FormatSupport.Texture3D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT_TEXTURE3D']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT_TEXTURE3D</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FormatSupport.TextureCube">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT_TEXTURECUBE']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT_TEXTURECUBE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FormatSupport.ShaderLoad">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT_SHADER_LOAD']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT_SHADER_LOAD</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FormatSupport.ShaderSample">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT_SHADER_SAMPLE']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT_SHADER_SAMPLE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FormatSupport.ShaderSampleComparison">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT_SHADER_SAMPLE_COMPARISON']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT_SHADER_SAMPLE_COMPARISON</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FormatSupport.ShaderSampleMonoText">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT_SHADER_SAMPLE_MONO_TEXT']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT_SHADER_SAMPLE_MONO_TEXT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FormatSupport.Mip">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT_MIP']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT_MIP</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FormatSupport.MipAutogen">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT_MIP_AUTOGEN']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT_MIP_AUTOGEN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FormatSupport.RenderTarget">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT_RENDER_TARGET']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT_RENDER_TARGET</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FormatSupport.Blendable">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT_BLENDABLE']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT_BLENDABLE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FormatSupport.DepthStencil">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT_DEPTH_STENCIL']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT_DEPTH_STENCIL</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FormatSupport.CpuLockable">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT_CPU_LOCKABLE']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT_CPU_LOCKABLE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FormatSupport.MultisampleResolve">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT_MULTISAMPLE_RESOLVE']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT_MULTISAMPLE_RESOLVE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FormatSupport.Display">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT_DISPLAY']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT_DISPLAY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FormatSupport.CastWithinBitLayout">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT_CAST_WITHIN_BIT_LAYOUT']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT_CAST_WITHIN_BIT_LAYOUT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FormatSupport.MultisampleRendertarget">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT_MULTISAMPLE_RENDERTARGET']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT_MULTISAMPLE_RENDERTARGET</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FormatSupport.MultisampleLoad">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT_MULTISAMPLE_LOAD']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT_MULTISAMPLE_LOAD</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FormatSupport.ShaderGather">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT_SHADER_GATHER']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT_SHADER_GATHER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FormatSupport.BackBufferCast">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT_BACK_BUFFER_CAST']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT_BACK_BUFFER_CAST</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FormatSupport.TypedUnorderedAccessView">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT_TYPED_UNORDERED_ACCESS_VIEW']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT_TYPED_UNORDERED_ACCESS_VIEW</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FormatSupport.ShaderGatherComparison">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FORMAT_SUPPORT_SHADER_GATHER_COMPARISON']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT_SHADER_GATHER_COMPARISON</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.ImageFileFormat">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_IMAGE_FILE_FORMAT']/*"/>
|
|
<unmanaged>D3DX11_IMAGE_FILE_FORMAT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ImageFileFormat.Bmp">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_IFF_BMP']/*"/>
|
|
<unmanaged>D3DX11_IFF_BMP</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ImageFileFormat.Jpg">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_IFF_JPG']/*"/>
|
|
<unmanaged>D3DX11_IFF_JPG</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ImageFileFormat.Png">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_IFF_PNG']/*"/>
|
|
<unmanaged>D3DX11_IFF_PNG</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ImageFileFormat.Dds">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_IFF_DDS']/*"/>
|
|
<unmanaged>D3DX11_IFF_DDS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ImageFileFormat.Tiff">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_IFF_TIFF']/*"/>
|
|
<unmanaged>D3DX11_IFF_TIFF</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ImageFileFormat.Gif">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_IFF_GIF']/*"/>
|
|
<unmanaged>D3DX11_IFF_GIF</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ImageFileFormat.Wmp">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_IFF_WMP']/*"/>
|
|
<unmanaged>D3DX11_IFF_WMP</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.InputClassification">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_INPUT_CLASSIFICATION']/*"/>
|
|
<unmanaged>D3D11_INPUT_CLASSIFICATION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.InputClassification.PerVertexData">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_INPUT_PER_VERTEX_DATA']/*"/>
|
|
<unmanaged>D3D11_INPUT_PER_VERTEX_DATA</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.InputClassification.PerInstanceData">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_INPUT_PER_INSTANCE_DATA']/*"/>
|
|
<unmanaged>D3D11_INPUT_PER_INSTANCE_DATA</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.MapFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MAP_FLAG']/*"/>
|
|
<unmanaged>D3D11_MAP_FLAG</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MapFlags.DoNotWait">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MAP_FLAG_DO_NOT_WAIT']/*"/>
|
|
<unmanaged>D3D11_MAP_FLAG_DO_NOT_WAIT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MapFlags.None">
|
|
<summary>
|
|
None.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='']/*"/>
|
|
<unmanaged>None</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.MapMode">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MAP']/*"/>
|
|
<unmanaged>D3D11_MAP</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MapMode.Read">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MAP_READ']/*"/>
|
|
<unmanaged>D3D11_MAP_READ</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MapMode.Write">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MAP_WRITE']/*"/>
|
|
<unmanaged>D3D11_MAP_WRITE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MapMode.ReadWrite">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MAP_READ_WRITE']/*"/>
|
|
<unmanaged>D3D11_MAP_READ_WRITE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MapMode.WriteDiscard">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MAP_WRITE_DISCARD']/*"/>
|
|
<unmanaged>D3D11_MAP_WRITE_DISCARD</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MapMode.WriteNoOverwrite">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MAP_WRITE_NO_OVERWRITE']/*"/>
|
|
<unmanaged>D3D11_MAP_WRITE_NO_OVERWRITE</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.MessageCategory">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_CATEGORY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_CATEGORY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageCategory.ApplicationDefined">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_CATEGORY_APPLICATION_DEFINED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_CATEGORY_APPLICATION_DEFINED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageCategory.Miscellaneous">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_CATEGORY_MISCELLANEOUS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_CATEGORY_MISCELLANEOUS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageCategory.Initialization">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_CATEGORY_INITIALIZATION']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_CATEGORY_INITIALIZATION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageCategory.Cleanup">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_CATEGORY_CLEANUP']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_CATEGORY_CLEANUP</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageCategory.Compilation">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_CATEGORY_COMPILATION']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_CATEGORY_COMPILATION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageCategory.StateCreation">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_CATEGORY_STATE_CREATION']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_CATEGORY_STATE_CREATION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageCategory.StateSetting">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_CATEGORY_STATE_SETTING']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_CATEGORY_STATE_SETTING</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageCategory.StateGetting">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_CATEGORY_STATE_GETTING']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_CATEGORY_STATE_GETTING</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageCategory.ResourceManipulation">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_CATEGORY_RESOURCE_MANIPULATION']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_CATEGORY_RESOURCE_MANIPULATION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageCategory.Execution">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_CATEGORY_EXECUTION']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_CATEGORY_EXECUTION</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.MessageId">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Unknown">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_UNKNOWN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_UNKNOWN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceIasetvertexbuffersHazard">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_HAZARD']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_HAZARD</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceIasetindexbufferHazard">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_IASETINDEXBUFFER_HAZARD']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_IASETINDEXBUFFER_HAZARD</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceVssetshaderresourcesHazard">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_VSSETSHADERRESOURCES_HAZARD']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_VSSETSHADERRESOURCES_HAZARD</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceVssetconstantbuffersHazard">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_VSSETCONSTANTBUFFERS_HAZARD']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_VSSETCONSTANTBUFFERS_HAZARD</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceGssetshaderresourcesHazard">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_GSSETSHADERRESOURCES_HAZARD']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_GSSETSHADERRESOURCES_HAZARD</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceGssetconstantbuffersHazard">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_GSSETCONSTANTBUFFERS_HAZARD']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_GSSETCONSTANTBUFFERS_HAZARD</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DevicePssetshaderresourcesHazard">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_PSSETSHADERRESOURCES_HAZARD']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_PSSETSHADERRESOURCES_HAZARD</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DevicePssetconstantbuffersHazard">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_PSSETCONSTANTBUFFERS_HAZARD']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_PSSETCONSTANTBUFFERS_HAZARD</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceOmsetrendertargetsHazard">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_OMSETRENDERTARGETS_HAZARD']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_OMSETRENDERTARGETS_HAZARD</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceSosettargetsHazard">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_SOSETTARGETS_HAZARD']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_SOSETTARGETS_HAZARD</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.StringFromApplication">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_STRING_FROM_APPLICATION']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_STRING_FROM_APPLICATION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CorruptedThis">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CORRUPTED_THIS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CORRUPTED_THIS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CorruptedParameter1">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CORRUPTED_PARAMETER1']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CORRUPTED_PARAMETER1</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CorruptedParameter2">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CORRUPTED_PARAMETER2']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CORRUPTED_PARAMETER2</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CorruptedParameter3">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CORRUPTED_PARAMETER3']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CORRUPTED_PARAMETER3</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CorruptedParameter4">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CORRUPTED_PARAMETER4']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CORRUPTED_PARAMETER4</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CorruptedParameter5">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CORRUPTED_PARAMETER5']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CORRUPTED_PARAMETER5</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CorruptedParameter6">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CORRUPTED_PARAMETER6']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CORRUPTED_PARAMETER6</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CorruptedParameter7">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CORRUPTED_PARAMETER7']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CORRUPTED_PARAMETER7</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CorruptedParameter8">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CORRUPTED_PARAMETER8']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CORRUPTED_PARAMETER8</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CorruptedParameter9">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CORRUPTED_PARAMETER9']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CORRUPTED_PARAMETER9</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CorruptedParameter10">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CORRUPTED_PARAMETER10']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CORRUPTED_PARAMETER10</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CorruptedParameter11">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CORRUPTED_PARAMETER11']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CORRUPTED_PARAMETER11</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CorruptedParameter12">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CORRUPTED_PARAMETER12']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CORRUPTED_PARAMETER12</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CorruptedParameter13">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CORRUPTED_PARAMETER13']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CORRUPTED_PARAMETER13</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CorruptedParameter14">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CORRUPTED_PARAMETER14']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CORRUPTED_PARAMETER14</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CorruptedParameter15">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CORRUPTED_PARAMETER15']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CORRUPTED_PARAMETER15</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CorruptedMultithreading">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CORRUPTED_MULTITHREADING']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CORRUPTED_MULTITHREADING</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.MessageReportingOutofmemory">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_MESSAGE_REPORTING_OUTOFMEMORY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_MESSAGE_REPORTING_OUTOFMEMORY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.IasetinputlayoutUnbinddeletingobject">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_IASETINPUTLAYOUT_UNBINDDELETINGOBJECT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_IASETINPUTLAYOUT_UNBINDDELETINGOBJECT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.IasetvertexbuffersUnbinddeletingobject">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_IASETVERTEXBUFFERS_UNBINDDELETINGOBJECT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_IASETVERTEXBUFFERS_UNBINDDELETINGOBJECT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.IasetindexbufferUnbinddeletingobject">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_IASETINDEXBUFFER_UNBINDDELETINGOBJECT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_IASETINDEXBUFFER_UNBINDDELETINGOBJECT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.VssetshaderUnbinddeletingobject">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_VSSETSHADER_UNBINDDELETINGOBJECT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_VSSETSHADER_UNBINDDELETINGOBJECT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.VssetshaderresourcesUnbinddeletingobject">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_VSSETSHADERRESOURCES_UNBINDDELETINGOBJECT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_VSSETSHADERRESOURCES_UNBINDDELETINGOBJECT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.VssetconstantbuffersUnbinddeletingobject">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_VSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_VSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.VssetsamplersUnbinddeletingobject">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_VSSETSAMPLERS_UNBINDDELETINGOBJECT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_VSSETSAMPLERS_UNBINDDELETINGOBJECT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.GssetshaderUnbinddeletingobject">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_GSSETSHADER_UNBINDDELETINGOBJECT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_GSSETSHADER_UNBINDDELETINGOBJECT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.GssetshaderresourcesUnbinddeletingobject">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_GSSETSHADERRESOURCES_UNBINDDELETINGOBJECT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_GSSETSHADERRESOURCES_UNBINDDELETINGOBJECT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.GssetconstantbuffersUnbinddeletingobject">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_GSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_GSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.GssetsamplersUnbinddeletingobject">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_GSSETSAMPLERS_UNBINDDELETINGOBJECT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_GSSETSAMPLERS_UNBINDDELETINGOBJECT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.SosettargetsUnbinddeletingobject">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_SOSETTARGETS_UNBINDDELETINGOBJECT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_SOSETTARGETS_UNBINDDELETINGOBJECT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.PssetshaderUnbinddeletingobject">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_PSSETSHADER_UNBINDDELETINGOBJECT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_PSSETSHADER_UNBINDDELETINGOBJECT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.PssetshaderresourcesUnbinddeletingobject">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_PSSETSHADERRESOURCES_UNBINDDELETINGOBJECT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_PSSETSHADERRESOURCES_UNBINDDELETINGOBJECT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.PssetconstantbuffersUnbinddeletingobject">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_PSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_PSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.PssetsamplersUnbinddeletingobject">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_PSSETSAMPLERS_UNBINDDELETINGOBJECT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_PSSETSAMPLERS_UNBINDDELETINGOBJECT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.RssetstateUnbinddeletingobject">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_RSSETSTATE_UNBINDDELETINGOBJECT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_RSSETSTATE_UNBINDDELETINGOBJECT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.OmsetblendstateUnbinddeletingobject">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_OMSETBLENDSTATE_UNBINDDELETINGOBJECT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_OMSETBLENDSTATE_UNBINDDELETINGOBJECT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.OmsetdepthstencilstateUnbinddeletingobject">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_OMSETDEPTHSTENCILSTATE_UNBINDDELETINGOBJECT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_OMSETDEPTHSTENCILSTATE_UNBINDDELETINGOBJECT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.OmsetrendertargetsUnbinddeletingobject">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_OMSETRENDERTARGETS_UNBINDDELETINGOBJECT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_OMSETRENDERTARGETS_UNBINDDELETINGOBJECT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.SetpredicationUnbinddeletingobject">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_SETPREDICATION_UNBINDDELETINGOBJECT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_SETPREDICATION_UNBINDDELETINGOBJECT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.GetprivatedataMoredata">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_GETPRIVATEDATA_MOREDATA']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_GETPRIVATEDATA_MOREDATA</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.SetprivatedataInvalidfreedata">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_SETPRIVATEDATA_INVALIDFREEDATA']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_SETPRIVATEDATA_INVALIDFREEDATA</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.SetprivatedataInvalidiunknown">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_SETPRIVATEDATA_INVALIDIUNKNOWN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_SETPRIVATEDATA_INVALIDIUNKNOWN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.SetprivatedataInvalidflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_SETPRIVATEDATA_INVALIDFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_SETPRIVATEDATA_INVALIDFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.SetprivatedataChangingparams">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_SETPRIVATEDATA_CHANGINGPARAMS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_SETPRIVATEDATA_CHANGINGPARAMS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.SetprivatedataOutofmemory">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_SETPRIVATEDATA_OUTOFMEMORY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_SETPRIVATEDATA_OUTOFMEMORY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatebufferUnrecognizedformat">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDFORMAT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDFORMAT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatebufferInvalidsamples">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDSAMPLES']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDSAMPLES</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatebufferUnrecognizedusage">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDUSAGE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDUSAGE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatebufferUnrecognizedbindflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDBINDFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDBINDFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatebufferUnrecognizedcpuaccessflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDCPUACCESSFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDCPUACCESSFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatebufferUnrecognizedmiscflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDMISCFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBUFFER_UNRECOGNIZEDMISCFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatebufferInvalidcpuaccessflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDCPUACCESSFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDCPUACCESSFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatebufferInvalidbindflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDBINDFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDBINDFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatebufferInvalidinitialdata">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDINITIALDATA']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDINITIALDATA</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatebufferInvaliddimensions">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDDIMENSIONS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDDIMENSIONS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatebufferInvalidmiplevels">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDMIPLEVELS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDMIPLEVELS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatebufferInvalidmiscflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDMISCFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDMISCFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatebufferInvalidargReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDARG_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDARG_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatebufferOutofmemoryReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBUFFER_OUTOFMEMORY_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBUFFER_OUTOFMEMORY_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatebufferNulldesc">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBUFFER_NULLDESC']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBUFFER_NULLDESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatebufferInvalidconstantbufferbindings">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDCONSTANTBUFFERBINDINGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDCONSTANTBUFFERBINDINGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatebufferLargeallocation">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBUFFER_LARGEALLOCATION']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBUFFER_LARGEALLOCATION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture1dUnrecognizedformat">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDFORMAT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDFORMAT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture1dUnsupportedformat">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE1D_UNSUPPORTEDFORMAT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE1D_UNSUPPORTEDFORMAT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture1dInvalidsamples">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDSAMPLES']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDSAMPLES</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture1dUnrecognizedusage">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDUSAGE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDUSAGE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture1dUnrecognizedbindflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDBINDFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDBINDFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture1dUnrecognizedcpuaccessflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDCPUACCESSFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDCPUACCESSFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture1dUnrecognizedmiscflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDMISCFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE1D_UNRECOGNIZEDMISCFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture1dInvalidcpuaccessflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDCPUACCESSFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDCPUACCESSFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture1dInvalidbindflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDBINDFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDBINDFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture1dInvalidinitialdata">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDINITIALDATA']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDINITIALDATA</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture1dInvaliddimensions">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDDIMENSIONS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDDIMENSIONS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture1dInvalidmiplevels">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDMIPLEVELS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDMIPLEVELS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture1dInvalidmiscflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDMISCFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDMISCFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture1dInvalidargReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDARG_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE1D_INVALIDARG_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture1dOutofmemoryReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE1D_OUTOFMEMORY_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE1D_OUTOFMEMORY_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture1dNulldesc">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE1D_NULLDESC']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE1D_NULLDESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture1dLargeallocation">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE1D_LARGEALLOCATION']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE1D_LARGEALLOCATION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture2dUnrecognizedformat">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDFORMAT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDFORMAT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture2dUnsupportedformat">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE2D_UNSUPPORTEDFORMAT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE2D_UNSUPPORTEDFORMAT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture2dInvalidsamples">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDSAMPLES']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDSAMPLES</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture2dUnrecognizedusage">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDUSAGE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDUSAGE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture2dUnrecognizedbindflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDBINDFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDBINDFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture2dUnrecognizedcpuaccessflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDCPUACCESSFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDCPUACCESSFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture2dUnrecognizedmiscflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDMISCFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE2D_UNRECOGNIZEDMISCFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture2dInvalidcpuaccessflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDCPUACCESSFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDCPUACCESSFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture2dInvalidbindflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDBINDFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDBINDFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture2dInvalidinitialdata">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDINITIALDATA']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDINITIALDATA</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture2dInvaliddimensions">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDDIMENSIONS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDDIMENSIONS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture2dInvalidmiplevels">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDMIPLEVELS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDMIPLEVELS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture2dInvalidmiscflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDMISCFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDMISCFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture2dInvalidargReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDARG_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE2D_INVALIDARG_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture2dOutofmemoryReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE2D_OUTOFMEMORY_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE2D_OUTOFMEMORY_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture2dNulldesc">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE2D_NULLDESC']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE2D_NULLDESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture2dLargeallocation">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE2D_LARGEALLOCATION']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE2D_LARGEALLOCATION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture3dUnrecognizedformat">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDFORMAT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDFORMAT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture3dUnsupportedformat">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE3D_UNSUPPORTEDFORMAT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE3D_UNSUPPORTEDFORMAT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture3dInvalidsamples">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE3D_INVALIDSAMPLES']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE3D_INVALIDSAMPLES</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture3dUnrecognizedusage">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDUSAGE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDUSAGE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture3dUnrecognizedbindflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDBINDFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDBINDFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture3dUnrecognizedcpuaccessflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDCPUACCESSFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDCPUACCESSFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture3dUnrecognizedmiscflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDMISCFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE3D_UNRECOGNIZEDMISCFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture3dInvalidcpuaccessflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE3D_INVALIDCPUACCESSFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE3D_INVALIDCPUACCESSFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture3dInvalidbindflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE3D_INVALIDBINDFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE3D_INVALIDBINDFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture3dInvalidinitialdata">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE3D_INVALIDINITIALDATA']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE3D_INVALIDINITIALDATA</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture3dInvaliddimensions">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE3D_INVALIDDIMENSIONS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE3D_INVALIDDIMENSIONS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture3dInvalidmiplevels">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE3D_INVALIDMIPLEVELS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE3D_INVALIDMIPLEVELS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture3dInvalidmiscflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE3D_INVALIDMISCFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE3D_INVALIDMISCFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture3dInvalidargReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE3D_INVALIDARG_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE3D_INVALIDARG_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture3dOutofmemoryReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE3D_OUTOFMEMORY_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE3D_OUTOFMEMORY_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture3dNulldesc">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE3D_NULLDESC']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE3D_NULLDESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Createtexture3dLargeallocation">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATETEXTURE3D_LARGEALLOCATION']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATETEXTURE3D_LARGEALLOCATION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateshaderresourceviewUnrecognizedformat">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_UNRECOGNIZEDFORMAT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_UNRECOGNIZEDFORMAT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateshaderresourceviewInvaliddesc">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDDESC']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDDESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateshaderresourceviewInvalidformat">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDFORMAT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDFORMAT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateshaderresourceviewInvaliddimensions">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDDIMENSIONS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDDIMENSIONS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateshaderresourceviewInvalidresource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDRESOURCE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDRESOURCE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateshaderresourceviewToomanyobjects">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_TOOMANYOBJECTS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_TOOMANYOBJECTS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateshaderresourceviewInvalidargReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDARG_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDARG_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateshaderresourceviewOutofmemoryReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_OUTOFMEMORY_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_OUTOFMEMORY_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreaterendertargetviewUnrecognizedformat">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_UNRECOGNIZEDFORMAT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_UNRECOGNIZEDFORMAT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreaterendertargetviewUnsupportedformat">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_UNSUPPORTEDFORMAT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_UNSUPPORTEDFORMAT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreaterendertargetviewInvaliddesc">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDDESC']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDDESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreaterendertargetviewInvalidformat">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDFORMAT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDFORMAT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreaterendertargetviewInvaliddimensions">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDDIMENSIONS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDDIMENSIONS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreaterendertargetviewInvalidresource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDRESOURCE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDRESOURCE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreaterendertargetviewToomanyobjects">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_TOOMANYOBJECTS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_TOOMANYOBJECTS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreaterendertargetviewInvalidargReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDARG_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_INVALIDARG_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreaterendertargetviewOutofmemoryReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_OUTOFMEMORY_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERENDERTARGETVIEW_OUTOFMEMORY_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatedepthstencilviewUnrecognizedformat">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_UNRECOGNIZEDFORMAT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_UNRECOGNIZEDFORMAT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatedepthstencilviewInvaliddesc">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDDESC']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDDESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatedepthstencilviewInvalidformat">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDFORMAT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDFORMAT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatedepthstencilviewInvaliddimensions">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDDIMENSIONS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDDIMENSIONS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatedepthstencilviewInvalidresource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDRESOURCE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDRESOURCE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatedepthstencilviewToomanyobjects">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_TOOMANYOBJECTS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_TOOMANYOBJECTS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatedepthstencilviewInvalidargReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDARG_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDARG_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatedepthstencilviewOutofmemoryReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_OUTOFMEMORY_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_OUTOFMEMORY_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateinputlayoutOutofmemory">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_OUTOFMEMORY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_OUTOFMEMORY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateinputlayoutToomanyelements">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_TOOMANYELEMENTS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_TOOMANYELEMENTS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateinputlayoutInvalidformat">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDFORMAT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDFORMAT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateinputlayoutIncompatibleformat">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_INCOMPATIBLEFORMAT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_INCOMPATIBLEFORMAT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateinputlayoutInvalidslot">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDSLOT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDSLOT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateinputlayoutInvalidinputslotclass">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDINPUTSLOTCLASS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDINPUTSLOTCLASS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateinputlayoutSteprateslotclassmismatch">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_STEPRATESLOTCLASSMISMATCH']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_STEPRATESLOTCLASSMISMATCH</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateinputlayoutInvalidslotclasschange">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDSLOTCLASSCHANGE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDSLOTCLASSCHANGE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateinputlayoutInvalidstepratechange">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDSTEPRATECHANGE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDSTEPRATECHANGE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateinputlayoutInvalidalignment">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDALIGNMENT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_INVALIDALIGNMENT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateinputlayoutDuplicatesemantic">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_DUPLICATESEMANTIC']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_DUPLICATESEMANTIC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateinputlayoutUnparseableinputsignature">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_UNPARSEABLEINPUTSIGNATURE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_UNPARSEABLEINPUTSIGNATURE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateinputlayoutNullsemantic">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_NULLSEMANTIC']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_NULLSEMANTIC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateinputlayoutMissingelement">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_MISSINGELEMENT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_MISSINGELEMENT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateinputlayoutNulldesc">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_NULLDESC']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_NULLDESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatevertexshaderOutofmemory">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEVERTEXSHADER_OUTOFMEMORY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEVERTEXSHADER_OUTOFMEMORY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatevertexshaderInvalidshaderbytecode">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEVERTEXSHADER_INVALIDSHADERBYTECODE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEVERTEXSHADER_INVALIDSHADERBYTECODE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatevertexshaderInvalidshadertype">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEVERTEXSHADER_INVALIDSHADERTYPE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEVERTEXSHADER_INVALIDSHADERTYPE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderOutofmemory">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADER_OUTOFMEMORY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADER_OUTOFMEMORY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderInvalidshaderbytecode">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADER_INVALIDSHADERBYTECODE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADER_INVALIDSHADERBYTECODE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderInvalidshadertype">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADER_INVALIDSHADERTYPE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADER_INVALIDSHADERTYPE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderwithstreamoutputOutofmemory">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_OUTOFMEMORY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_OUTOFMEMORY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderwithstreamoutputInvalidshaderbytecode">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSHADERBYTECODE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSHADERBYTECODE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderwithstreamoutputInvalidshadertype">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSHADERTYPE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSHADERTYPE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderwithstreamoutputInvalidnumentries">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDNUMENTRIES']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDNUMENTRIES</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderwithstreamoutputOutputstreamstrideunused">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_OUTPUTSTREAMSTRIDEUNUSED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_OUTPUTSTREAMSTRIDEUNUSED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderwithstreamoutputUnexpecteddecl">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_UNEXPECTEDDECL']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_UNEXPECTEDDECL</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderwithstreamoutputExpecteddecl">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_EXPECTEDDECL']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_EXPECTEDDECL</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderwithstreamoutputOutputslot0expected">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_OUTPUTSLOT0EXPECTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_OUTPUTSLOT0EXPECTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderwithstreamoutputInvalidoutputslot">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDOUTPUTSLOT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDOUTPUTSLOT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderwithstreamoutputOnlyoneelementperslot">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_ONLYONEELEMENTPERSLOT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_ONLYONEELEMENTPERSLOT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderwithstreamoutputInvalidcomponentcount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDCOMPONENTCOUNT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDCOMPONENTCOUNT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderwithstreamoutputInvalidstartcomponentandcomponentcount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSTARTCOMPONENTANDCOMPONENTCOUNT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSTARTCOMPONENTANDCOMPONENTCOUNT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderwithstreamoutputInvalidgapdefinition">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDGAPDEFINITION']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDGAPDEFINITION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderwithstreamoutputRepeatedoutput">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_REPEATEDOUTPUT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_REPEATEDOUTPUT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderwithstreamoutputInvalidoutputstreamstride">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDOUTPUTSTREAMSTRIDE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDOUTPUTSTREAMSTRIDE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderwithstreamoutputMissingsemantic">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_MISSINGSEMANTIC']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_MISSINGSEMANTIC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderwithstreamoutputMaskmismatch">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_MASKMISMATCH']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_MASKMISMATCH</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderwithstreamoutputCanthaveonlygaps">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_CANTHAVEONLYGAPS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_CANTHAVEONLYGAPS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderwithstreamoutputDecltoocomplex">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_DECLTOOCOMPLEX']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_DECLTOOCOMPLEX</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderwithstreamoutputMissingoutputsignature">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_MISSINGOUTPUTSIGNATURE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_MISSINGOUTPUTSIGNATURE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatepixelshaderOutofmemory">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEPIXELSHADER_OUTOFMEMORY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEPIXELSHADER_OUTOFMEMORY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatepixelshaderInvalidshaderbytecode">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEPIXELSHADER_INVALIDSHADERBYTECODE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEPIXELSHADER_INVALIDSHADERBYTECODE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatepixelshaderInvalidshadertype">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEPIXELSHADER_INVALIDSHADERTYPE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEPIXELSHADER_INVALIDSHADERTYPE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreaterasterizerstateInvalidfillmode">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDFILLMODE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDFILLMODE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreaterasterizerstateInvalidcullmode">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDCULLMODE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDCULLMODE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreaterasterizerstateInvaliddepthbiasclamp">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDDEPTHBIASCLAMP']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDDEPTHBIASCLAMP</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreaterasterizerstateInvalidslopescaleddepthbias">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDSLOPESCALEDDEPTHBIAS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_INVALIDSLOPESCALEDDEPTHBIAS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreaterasterizerstateToomanyobjects">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_TOOMANYOBJECTS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_TOOMANYOBJECTS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreaterasterizerstateNulldesc">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_NULLDESC']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_NULLDESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatedepthstencilstateInvaliddepthwritemask">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDDEPTHWRITEMASK']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDDEPTHWRITEMASK</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatedepthstencilstateInvaliddepthfunc">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDDEPTHFUNC']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDDEPTHFUNC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatedepthstencilstateInvalidfrontfacestencilfailop">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILFAILOP']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILFAILOP</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatedepthstencilstateInvalidfrontfacestencilzfailop">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILZFAILOP']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILZFAILOP</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatedepthstencilstateInvalidfrontfacestencilpassop">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILPASSOP']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILPASSOP</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatedepthstencilstateInvalidfrontfacestencilfunc">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILFUNC']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDFRONTFACESTENCILFUNC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatedepthstencilstateInvalidbackfacestencilfailop">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILFAILOP']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILFAILOP</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatedepthstencilstateInvalidbackfacestencilzfailop">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILZFAILOP']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILZFAILOP</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatedepthstencilstateInvalidbackfacestencilpassop">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILPASSOP']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILPASSOP</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatedepthstencilstateInvalidbackfacestencilfunc">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILFUNC']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_INVALIDBACKFACESTENCILFUNC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatedepthstencilstateToomanyobjects">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_TOOMANYOBJECTS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_TOOMANYOBJECTS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatedepthstencilstateNulldesc">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_NULLDESC']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_NULLDESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateblendstateInvalidsrcblend">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBLENDSTATE_INVALIDSRCBLEND']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBLENDSTATE_INVALIDSRCBLEND</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateblendstateInvaliddestblend">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBLENDSTATE_INVALIDDESTBLEND']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBLENDSTATE_INVALIDDESTBLEND</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateblendstateInvalidblendop">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBLENDSTATE_INVALIDBLENDOP']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBLENDSTATE_INVALIDBLENDOP</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateblendstateInvalidsrcblendalpha">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBLENDSTATE_INVALIDSRCBLENDALPHA']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBLENDSTATE_INVALIDSRCBLENDALPHA</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateblendstateInvaliddestblendalpha">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBLENDSTATE_INVALIDDESTBLENDALPHA']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBLENDSTATE_INVALIDDESTBLENDALPHA</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateblendstateInvalidblendopalpha">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBLENDSTATE_INVALIDBLENDOPALPHA']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBLENDSTATE_INVALIDBLENDOPALPHA</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateblendstateInvalidrendertargetwritemask">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBLENDSTATE_INVALIDRENDERTARGETWRITEMASK']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBLENDSTATE_INVALIDRENDERTARGETWRITEMASK</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateblendstateToomanyobjects">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBLENDSTATE_TOOMANYOBJECTS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBLENDSTATE_TOOMANYOBJECTS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateblendstateNulldesc">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBLENDSTATE_NULLDESC']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBLENDSTATE_NULLDESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatesamplerstateInvalidfilter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDFILTER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDFILTER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatesamplerstateInvalidaddressu">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDADDRESSU']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDADDRESSU</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatesamplerstateInvalidaddressv">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDADDRESSV']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDADDRESSV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatesamplerstateInvalidaddressw">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDADDRESSW']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDADDRESSW</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatesamplerstateInvalidmiplodbias">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDMIPLODBIAS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDMIPLODBIAS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatesamplerstateInvalidmaxanisotropy">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDMAXANISOTROPY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDMAXANISOTROPY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatesamplerstateInvalidcomparisonfunc">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDCOMPARISONFUNC']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDCOMPARISONFUNC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatesamplerstateInvalidminlod">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDMINLOD']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDMINLOD</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatesamplerstateInvalidmaxlod">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDMAXLOD']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATESAMPLERSTATE_INVALIDMAXLOD</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatesamplerstateToomanyobjects">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATESAMPLERSTATE_TOOMANYOBJECTS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATESAMPLERSTATE_TOOMANYOBJECTS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatesamplerstateNulldesc">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATESAMPLERSTATE_NULLDESC']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATESAMPLERSTATE_NULLDESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatequeryorpredicateInvalidquery">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEQUERYORPREDICATE_INVALIDQUERY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEQUERYORPREDICATE_INVALIDQUERY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatequeryorpredicateInvalidmiscflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEQUERYORPREDICATE_INVALIDMISCFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEQUERYORPREDICATE_INVALIDMISCFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatequeryorpredicateUnexpectedmiscflag">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEQUERYORPREDICATE_UNEXPECTEDMISCFLAG']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEQUERYORPREDICATE_UNEXPECTEDMISCFLAG</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatequeryorpredicateNulldesc">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEQUERYORPREDICATE_NULLDESC']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEQUERYORPREDICATE_NULLDESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceIasetprimitivetopologyTopologyUnrecognized">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_IASETPRIMITIVETOPOLOGY_TOPOLOGY_UNRECOGNIZED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_IASETPRIMITIVETOPOLOGY_TOPOLOGY_UNRECOGNIZED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceIasetprimitivetopologyTopologyUndefined">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_IASETPRIMITIVETOPOLOGY_TOPOLOGY_UNDEFINED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_IASETPRIMITIVETOPOLOGY_TOPOLOGY_UNDEFINED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.IasetvertexbuffersInvalidbuffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_IASETVERTEXBUFFERS_INVALIDBUFFER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_IASETVERTEXBUFFERS_INVALIDBUFFER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceIasetvertexbuffersOffsetTooLarge">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_OFFSET_TOO_LARGE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_OFFSET_TOO_LARGE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceIasetvertexbuffersBuffersEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_BUFFERS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_BUFFERS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.IasetindexbufferInvalidbuffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_IASETINDEXBUFFER_INVALIDBUFFER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_IASETINDEXBUFFER_INVALIDBUFFER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceIasetindexbufferFormatInvalid">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_IASETINDEXBUFFER_FORMAT_INVALID']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_IASETINDEXBUFFER_FORMAT_INVALID</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceIasetindexbufferOffsetTooLarge">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_IASETINDEXBUFFER_OFFSET_TOO_LARGE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_IASETINDEXBUFFER_OFFSET_TOO_LARGE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceIasetindexbufferOffsetUnaligned">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_IASETINDEXBUFFER_OFFSET_UNALIGNED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_IASETINDEXBUFFER_OFFSET_UNALIGNED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceVssetshaderresourcesViewsEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_VSSETSHADERRESOURCES_VIEWS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_VSSETSHADERRESOURCES_VIEWS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.VssetconstantbuffersInvalidbuffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_VSSETCONSTANTBUFFERS_INVALIDBUFFER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_VSSETCONSTANTBUFFERS_INVALIDBUFFER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceVssetconstantbuffersBuffersEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_VSSETCONSTANTBUFFERS_BUFFERS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_VSSETCONSTANTBUFFERS_BUFFERS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceVssetsamplersSamplersEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_VSSETSAMPLERS_SAMPLERS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_VSSETSAMPLERS_SAMPLERS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceGssetshaderresourcesViewsEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_GSSETSHADERRESOURCES_VIEWS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_GSSETSHADERRESOURCES_VIEWS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.GssetconstantbuffersInvalidbuffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_GSSETCONSTANTBUFFERS_INVALIDBUFFER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_GSSETCONSTANTBUFFERS_INVALIDBUFFER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceGssetconstantbuffersBuffersEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_GSSETCONSTANTBUFFERS_BUFFERS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_GSSETCONSTANTBUFFERS_BUFFERS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceGssetsamplersSamplersEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_GSSETSAMPLERS_SAMPLERS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_GSSETSAMPLERS_SAMPLERS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.SosettargetsInvalidbuffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_SOSETTARGETS_INVALIDBUFFER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_SOSETTARGETS_INVALIDBUFFER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceSosettargetsOffsetUnaligned">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_SOSETTARGETS_OFFSET_UNALIGNED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_SOSETTARGETS_OFFSET_UNALIGNED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DevicePssetshaderresourcesViewsEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_PSSETSHADERRESOURCES_VIEWS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_PSSETSHADERRESOURCES_VIEWS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.PssetconstantbuffersInvalidbuffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_PSSETCONSTANTBUFFERS_INVALIDBUFFER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_PSSETCONSTANTBUFFERS_INVALIDBUFFER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DevicePssetconstantbuffersBuffersEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_PSSETCONSTANTBUFFERS_BUFFERS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_PSSETCONSTANTBUFFERS_BUFFERS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DevicePssetsamplersSamplersEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_PSSETSAMPLERS_SAMPLERS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_PSSETSAMPLERS_SAMPLERS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceRssetviewportsInvalidviewport">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_RSSETVIEWPORTS_INVALIDVIEWPORT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_RSSETVIEWPORTS_INVALIDVIEWPORT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceRssetscissorrectsInvalidscissor">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_RSSETSCISSORRECTS_INVALIDSCISSOR']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_RSSETSCISSORRECTS_INVALIDSCISSOR</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.ClearrendertargetviewDenormflush">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CLEARRENDERTARGETVIEW_DENORMFLUSH']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CLEARRENDERTARGETVIEW_DENORMFLUSH</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CleardepthstencilviewDenormflush">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CLEARDEPTHSTENCILVIEW_DENORMFLUSH']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CLEARDEPTHSTENCILVIEW_DENORMFLUSH</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CleardepthstencilviewInvalid">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CLEARDEPTHSTENCILVIEW_INVALID']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CLEARDEPTHSTENCILVIEW_INVALID</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceIagetvertexbuffersBuffersEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_IAGETVERTEXBUFFERS_BUFFERS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_IAGETVERTEXBUFFERS_BUFFERS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceVsgetshaderresourcesViewsEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_VSGETSHADERRESOURCES_VIEWS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_VSGETSHADERRESOURCES_VIEWS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceVsgetconstantbuffersBuffersEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_VSGETCONSTANTBUFFERS_BUFFERS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_VSGETCONSTANTBUFFERS_BUFFERS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceVsgetsamplersSamplersEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_VSGETSAMPLERS_SAMPLERS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_VSGETSAMPLERS_SAMPLERS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceGsgetshaderresourcesViewsEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_GSGETSHADERRESOURCES_VIEWS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_GSGETSHADERRESOURCES_VIEWS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceGsgetconstantbuffersBuffersEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_GSGETCONSTANTBUFFERS_BUFFERS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_GSGETCONSTANTBUFFERS_BUFFERS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceGsgetsamplersSamplersEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_GSGETSAMPLERS_SAMPLERS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_GSGETSAMPLERS_SAMPLERS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceSogettargetsBuffersEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_SOGETTARGETS_BUFFERS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_SOGETTARGETS_BUFFERS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DevicePsgetshaderresourcesViewsEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_PSGETSHADERRESOURCES_VIEWS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_PSGETSHADERRESOURCES_VIEWS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DevicePsgetconstantbuffersBuffersEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_PSGETCONSTANTBUFFERS_BUFFERS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_PSGETCONSTANTBUFFERS_BUFFERS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DevicePsgetsamplersSamplersEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_PSGETSAMPLERS_SAMPLERS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_PSGETSAMPLERS_SAMPLERS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceRsgetviewportsViewportsEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_RSGETVIEWPORTS_VIEWPORTS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_RSGETVIEWPORTS_VIEWPORTS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceRsgetscissorrectsRectsEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_RSGETSCISSORRECTS_RECTS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_RSGETSCISSORRECTS_RECTS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceGeneratemipsResourceInvalid">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_GENERATEMIPS_RESOURCE_INVALID']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_GENERATEMIPS_RESOURCE_INVALID</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CopysubresourceregionInvaliddestinationsubresource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDDESTINATIONSUBRESOURCE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDDESTINATIONSUBRESOURCE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CopysubresourceregionInvalidsourcesubresource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDSOURCESUBRESOURCE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDSOURCESUBRESOURCE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CopysubresourceregionInvalidsourcebox">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDSOURCEBOX']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDSOURCEBOX</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CopysubresourceregionInvalidsource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDSOURCE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDSOURCE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CopysubresourceregionInvaliddestinationstate">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDDESTINATIONSTATE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDDESTINATIONSTATE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CopysubresourceregionInvalidsourcestate">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDSOURCESTATE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_COPYSUBRESOURCEREGION_INVALIDSOURCESTATE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CopyresourceInvalidsource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_COPYRESOURCE_INVALIDSOURCE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_COPYRESOURCE_INVALIDSOURCE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CopyresourceInvaliddestinationstate">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_COPYRESOURCE_INVALIDDESTINATIONSTATE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_COPYRESOURCE_INVALIDDESTINATIONSTATE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CopyresourceInvalidsourcestate">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_COPYRESOURCE_INVALIDSOURCESTATE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_COPYRESOURCE_INVALIDSOURCESTATE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.UpdatesubresourceInvaliddestinationsubresource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_UPDATESUBRESOURCE_INVALIDDESTINATIONSUBRESOURCE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_UPDATESUBRESOURCE_INVALIDDESTINATIONSUBRESOURCE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.UpdatesubresourceInvaliddestinationbox">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_UPDATESUBRESOURCE_INVALIDDESTINATIONBOX']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_UPDATESUBRESOURCE_INVALIDDESTINATIONBOX</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.UpdatesubresourceInvaliddestinationstate">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_UPDATESUBRESOURCE_INVALIDDESTINATIONSTATE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_UPDATESUBRESOURCE_INVALIDDESTINATIONSTATE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceResolvesubresourceDestinationInvalid">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_DESTINATION_INVALID']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_DESTINATION_INVALID</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceResolvesubresourceDestinationSubResourceInvalid">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_DESTINATION_SUBRESOURCE_INVALID']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_DESTINATION_SUBRESOURCE_INVALID</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceResolvesubresourceSourceInvalid">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_SOURCE_INVALID']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_SOURCE_INVALID</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceResolvesubresourceSourceSubResourceInvalid">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_SOURCE_SUBRESOURCE_INVALID']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_SOURCE_SUBRESOURCE_INVALID</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceResolvesubresourceFormatInvalid">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_FORMAT_INVALID']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_RESOLVESUBRESOURCE_FORMAT_INVALID</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.BufferMapInvalidmaptype">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_BUFFER_MAP_INVALIDMAPTYPE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_BUFFER_MAP_INVALIDMAPTYPE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.BufferMapInvalidflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_BUFFER_MAP_INVALIDFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_BUFFER_MAP_INVALIDFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.BufferMapAlreadymapped">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_BUFFER_MAP_ALREADYMAPPED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_BUFFER_MAP_ALREADYMAPPED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.BufferMapDeviceremovedReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_BUFFER_MAP_DEVICEREMOVED_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_BUFFER_MAP_DEVICEREMOVED_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.BufferUnmapNotmapped">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_BUFFER_UNMAP_NOTMAPPED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_BUFFER_UNMAP_NOTMAPPED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Texture1DMapInvalidmaptype">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_TEXTURE1D_MAP_INVALIDMAPTYPE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_TEXTURE1D_MAP_INVALIDMAPTYPE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Texture1DMapInvalidsubresource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_TEXTURE1D_MAP_INVALIDSUBRESOURCE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_TEXTURE1D_MAP_INVALIDSUBRESOURCE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Texture1DMapInvalidflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_TEXTURE1D_MAP_INVALIDFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_TEXTURE1D_MAP_INVALIDFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Texture1DMapAlreadymapped">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_TEXTURE1D_MAP_ALREADYMAPPED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_TEXTURE1D_MAP_ALREADYMAPPED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Texture1DMapDeviceremovedReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_TEXTURE1D_MAP_DEVICEREMOVED_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_TEXTURE1D_MAP_DEVICEREMOVED_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Texture1DUnmapInvalidsubresource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_TEXTURE1D_UNMAP_INVALIDSUBRESOURCE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_TEXTURE1D_UNMAP_INVALIDSUBRESOURCE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Texture1DUnmapNotmapped">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_TEXTURE1D_UNMAP_NOTMAPPED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_TEXTURE1D_UNMAP_NOTMAPPED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Texture2DMapInvalidmaptype">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_TEXTURE2D_MAP_INVALIDMAPTYPE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_TEXTURE2D_MAP_INVALIDMAPTYPE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Texture2DMapInvalidsubresource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_TEXTURE2D_MAP_INVALIDSUBRESOURCE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_TEXTURE2D_MAP_INVALIDSUBRESOURCE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Texture2DMapInvalidflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_TEXTURE2D_MAP_INVALIDFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_TEXTURE2D_MAP_INVALIDFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Texture2DMapAlreadymapped">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_TEXTURE2D_MAP_ALREADYMAPPED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_TEXTURE2D_MAP_ALREADYMAPPED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Texture2DMapDeviceremovedReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_TEXTURE2D_MAP_DEVICEREMOVED_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_TEXTURE2D_MAP_DEVICEREMOVED_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Texture2DUnmapInvalidsubresource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_TEXTURE2D_UNMAP_INVALIDSUBRESOURCE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_TEXTURE2D_UNMAP_INVALIDSUBRESOURCE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Texture2DUnmapNotmapped">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_TEXTURE2D_UNMAP_NOTMAPPED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_TEXTURE2D_UNMAP_NOTMAPPED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Texture3DMapInvalidmaptype">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_TEXTURE3D_MAP_INVALIDMAPTYPE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_TEXTURE3D_MAP_INVALIDMAPTYPE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Texture3DMapInvalidsubresource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_TEXTURE3D_MAP_INVALIDSUBRESOURCE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_TEXTURE3D_MAP_INVALIDSUBRESOURCE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Texture3DMapInvalidflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_TEXTURE3D_MAP_INVALIDFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_TEXTURE3D_MAP_INVALIDFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Texture3DMapAlreadymapped">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_TEXTURE3D_MAP_ALREADYMAPPED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_TEXTURE3D_MAP_ALREADYMAPPED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Texture3DMapDeviceremovedReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_TEXTURE3D_MAP_DEVICEREMOVED_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_TEXTURE3D_MAP_DEVICEREMOVED_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Texture3DUnmapInvalidsubresource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_TEXTURE3D_UNMAP_INVALIDSUBRESOURCE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_TEXTURE3D_UNMAP_INVALIDSUBRESOURCE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.Texture3DUnmapNotmapped">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_TEXTURE3D_UNMAP_NOTMAPPED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_TEXTURE3D_UNMAP_NOTMAPPED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CheckformatsupportFormatDeprecated">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CHECKFORMATSUPPORT_FORMAT_DEPRECATED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CHECKFORMATSUPPORT_FORMAT_DEPRECATED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CheckmultisamplequalitylevelsFormatDeprecated">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CHECKMULTISAMPLEQUALITYLEVELS_FORMAT_DEPRECATED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CHECKMULTISAMPLEQUALITYLEVELS_FORMAT_DEPRECATED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.SetexceptionmodeUnrecognizedflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_SETEXCEPTIONMODE_UNRECOGNIZEDFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_SETEXCEPTIONMODE_UNRECOGNIZEDFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.SetexceptionmodeInvalidargReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_SETEXCEPTIONMODE_INVALIDARG_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_SETEXCEPTIONMODE_INVALIDARG_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.SetexceptionmodeDeviceremovedReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_SETEXCEPTIONMODE_DEVICEREMOVED_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_SETEXCEPTIONMODE_DEVICEREMOVED_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.RefSimulatingInfinitelyFastHardware">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_REF_SIMULATING_INFINITELY_FAST_HARDWARE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_REF_SIMULATING_INFINITELY_FAST_HARDWARE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.RefThreadingMode">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_REF_THREADING_MODE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_REF_THREADING_MODE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.RefUmdriverException">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_REF_UMDRIVER_EXCEPTION']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_REF_UMDRIVER_EXCEPTION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.RefKmdriverException">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_REF_KMDRIVER_EXCEPTION']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_REF_KMDRIVER_EXCEPTION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.RefHardwareException">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_REF_HARDWARE_EXCEPTION']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_REF_HARDWARE_EXCEPTION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.RefAccessingIndexableTempOutOfRange">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_REF_ACCESSING_INDEXABLE_TEMP_OUT_OF_RANGE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_REF_ACCESSING_INDEXABLE_TEMP_OUT_OF_RANGE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.RefProblemParsingShader">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_REF_PROBLEM_PARSING_SHADER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_REF_PROBLEM_PARSING_SHADER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.RefOutOfMemory">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_REF_OUT_OF_MEMORY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_REF_OUT_OF_MEMORY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.RefInformation">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_REF_INFO']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_REF_INFO</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawVertexposOverflow">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_VERTEXPOS_OVERFLOW']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_VERTEXPOS_OVERFLOW</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawindexedIndexposOverflow">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAWINDEXED_INDEXPOS_OVERFLOW']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAWINDEXED_INDEXPOS_OVERFLOW</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawinstancedVertexposOverflow">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAWINSTANCED_VERTEXPOS_OVERFLOW']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAWINSTANCED_VERTEXPOS_OVERFLOW</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawinstancedInstanceposOverflow">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAWINSTANCED_INSTANCEPOS_OVERFLOW']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAWINSTANCED_INSTANCEPOS_OVERFLOW</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawindexedinstancedInstanceposOverflow">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAWINDEXEDINSTANCED_INSTANCEPOS_OVERFLOW']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAWINDEXEDINSTANCED_INSTANCEPOS_OVERFLOW</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawindexedinstancedIndexposOverflow">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAWINDEXEDINSTANCED_INDEXPOS_OVERFLOW']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAWINDEXEDINSTANCED_INDEXPOS_OVERFLOW</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawVertexShaderNotSet">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_VERTEX_SHADER_NOT_SET']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_VERTEX_SHADER_NOT_SET</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceShaderLinkageSemanticnameNotFound">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_SHADER_LINKAGE_SEMANTICNAME_NOT_FOUND']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_SHADER_LINKAGE_SEMANTICNAME_NOT_FOUND</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceShaderLinkageRegisterindex">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_SHADER_LINKAGE_REGISTERINDEX']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_SHADER_LINKAGE_REGISTERINDEX</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceShaderLinkageComponenttype">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_SHADER_LINKAGE_COMPONENTTYPE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_SHADER_LINKAGE_COMPONENTTYPE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceShaderLinkageRegistermask">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_SHADER_LINKAGE_REGISTERMASK']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_SHADER_LINKAGE_REGISTERMASK</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceShaderLinkageSystemvalue">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_SHADER_LINKAGE_SYSTEMVALUE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_SHADER_LINKAGE_SYSTEMVALUE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceShaderLinkageNeverwrittenAlwaysreads">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_SHADER_LINKAGE_NEVERWRITTEN_ALWAYSREADS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_SHADER_LINKAGE_NEVERWRITTEN_ALWAYSREADS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawVertexBufferNotSet">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_VERTEX_BUFFER_NOT_SET']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_VERTEX_BUFFER_NOT_SET</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawInputlayoutNotSet">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_INPUTLAYOUT_NOT_SET']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_INPUTLAYOUT_NOT_SET</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawConstantBufferNotSet">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_CONSTANT_BUFFER_NOT_SET']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_CONSTANT_BUFFER_NOT_SET</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawConstantBufferTooSmall">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_CONSTANT_BUFFER_TOO_SMALL']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_CONSTANT_BUFFER_TOO_SMALL</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawSamplerNotSet">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_SAMPLER_NOT_SET']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_SAMPLER_NOT_SET</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawShaderresourceviewNotSet">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_SHADERRESOURCEVIEW_NOT_SET']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_SHADERRESOURCEVIEW_NOT_SET</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawViewDimensionMismatch">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_VIEW_DIMENSION_MISMATCH']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_VIEW_DIMENSION_MISMATCH</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawVertexBufferStrideTooSmall">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_VERTEX_BUFFER_STRIDE_TOO_SMALL']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_VERTEX_BUFFER_STRIDE_TOO_SMALL</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawVertexBufferTooSmall">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_VERTEX_BUFFER_TOO_SMALL']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_VERTEX_BUFFER_TOO_SMALL</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawIndexBufferNotSet">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_INDEX_BUFFER_NOT_SET']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_INDEX_BUFFER_NOT_SET</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawIndexBufferFormatInvalid">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_INDEX_BUFFER_FORMAT_INVALID']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_INDEX_BUFFER_FORMAT_INVALID</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawIndexBufferTooSmall">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_INDEX_BUFFER_TOO_SMALL']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_INDEX_BUFFER_TOO_SMALL</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawGsInputPrimitiveMismatch">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_GS_INPUT_PRIMITIVE_MISMATCH']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_GS_INPUT_PRIMITIVE_MISMATCH</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawResourceReturnTypeMismatch">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_RESOURCE_RETURN_TYPE_MISMATCH']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_RESOURCE_RETURN_TYPE_MISMATCH</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawPositionNotPresent">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_POSITION_NOT_PRESENT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_POSITION_NOT_PRESENT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawOutputStreamNotSet">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_OUTPUT_STREAM_NOT_SET']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_OUTPUT_STREAM_NOT_SET</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawBoundResourceMapped">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_BOUND_RESOURCE_MAPPED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_BOUND_RESOURCE_MAPPED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawInvalidPrimitivetopology">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_INVALID_PRIMITIVETOPOLOGY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_INVALID_PRIMITIVETOPOLOGY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawVertexOffsetUnaligned">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_VERTEX_OFFSET_UNALIGNED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_VERTEX_OFFSET_UNALIGNED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawVertexStrideUnaligned">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_VERTEX_STRIDE_UNALIGNED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_VERTEX_STRIDE_UNALIGNED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawIndexOffsetUnaligned">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_INDEX_OFFSET_UNALIGNED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_INDEX_OFFSET_UNALIGNED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawOutputStreamOffsetUnaligned">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_OUTPUT_STREAM_OFFSET_UNALIGNED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_OUTPUT_STREAM_OFFSET_UNALIGNED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawResourceFormatLdUnsupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_RESOURCE_FORMAT_LD_UNSUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_RESOURCE_FORMAT_LD_UNSUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawResourceFormatSampleUnsupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_RESOURCE_FORMAT_SAMPLE_UNSUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_RESOURCE_FORMAT_SAMPLE_UNSUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawResourceFormatSampleCUnsupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_RESOURCE_FORMAT_SAMPLE_C_UNSUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_RESOURCE_FORMAT_SAMPLE_C_UNSUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawResourceMultisampleUnsupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_RESOURCE_MULTISAMPLE_UNSUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_RESOURCE_MULTISAMPLE_UNSUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawStreamOutputTargetsBoundWithoutSource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_SO_TARGETS_BOUND_WITHOUT_SOURCE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_SO_TARGETS_BOUND_WITHOUT_SOURCE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawStreamOutputStrideLargerThanBuffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_SO_STRIDE_LARGER_THAN_BUFFER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_SO_STRIDE_LARGER_THAN_BUFFER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawOmRenderTargetDoesNotSupportBlending">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_OM_RENDER_TARGET_DOES_NOT_SUPPORT_BLENDING']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_OM_RENDER_TARGET_DOES_NOT_SUPPORT_BLENDING</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawOmDualSourceBlendingCanOnlyHaveRenderTarget0">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_OM_DUAL_SOURCE_BLENDING_CAN_ONLY_HAVE_RENDER_TARGET_0']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_OM_DUAL_SOURCE_BLENDING_CAN_ONLY_HAVE_RENDER_TARGET_0</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceRemovalProcessAtFault">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_REMOVAL_PROCESS_AT_FAULT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_REMOVAL_PROCESS_AT_FAULT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceRemovalProcessPossiblyAtFault">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_REMOVAL_PROCESS_POSSIBLY_AT_FAULT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_REMOVAL_PROCESS_POSSIBLY_AT_FAULT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceRemovalProcessNotAtFault">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_REMOVAL_PROCESS_NOT_AT_FAULT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_REMOVAL_PROCESS_NOT_AT_FAULT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceOpenSharedResourceInvalidargReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_OPEN_SHARED_RESOURCE_INVALIDARG_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_OPEN_SHARED_RESOURCE_INVALIDARG_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceOpenSharedResourceOutofmemoryReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_OPEN_SHARED_RESOURCE_OUTOFMEMORY_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_OPEN_SHARED_RESOURCE_OUTOFMEMORY_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceOpenSharedResourceBadinterfaceReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_OPEN_SHARED_RESOURCE_BADINTERFACE_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_OPEN_SHARED_RESOURCE_BADINTERFACE_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawViewportNotSet">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_VIEWPORT_NOT_SET']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_VIEWPORT_NOT_SET</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateinputlayoutTrailingDigitInSemantic">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_TRAILING_DIGIT_IN_SEMANTIC']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_TRAILING_DIGIT_IN_SEMANTIC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderwithstreamoutputTrailingDigitInSemantic">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_TRAILING_DIGIT_IN_SEMANTIC']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_TRAILING_DIGIT_IN_SEMANTIC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceRssetviewportsDenormflush">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_RSSETVIEWPORTS_DENORMFLUSH']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_RSSETVIEWPORTS_DENORMFLUSH</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.OmsetrendertargetsInvalidview">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_OMSETRENDERTARGETS_INVALIDVIEW']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_OMSETRENDERTARGETS_INVALIDVIEW</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceSettextfiltersizeInvaliddimensions">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_SETTEXTFILTERSIZE_INVALIDDIMENSIONS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_SETTEXTFILTERSIZE_INVALIDDIMENSIONS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawSamplerMismatch">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_SAMPLER_MISMATCH']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_SAMPLER_MISMATCH</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateinputlayoutTypeMismatch">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_TYPE_MISMATCH']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_TYPE_MISMATCH</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.BlendstateGetdescLegacy">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_BLENDSTATE_GETDESC_LEGACY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_BLENDSTATE_GETDESC_LEGACY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.ShaderresourceviewGetdescLegacy">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_SHADERRESOURCEVIEW_GETDESC_LEGACY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_SHADERRESOURCEVIEW_GETDESC_LEGACY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatequeryOutofmemoryReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEQUERY_OUTOFMEMORY_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEQUERY_OUTOFMEMORY_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatepredicateOutofmemoryReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEPREDICATE_OUTOFMEMORY_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEPREDICATE_OUTOFMEMORY_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatecounterOutofrangeCounter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATECOUNTER_OUTOFRANGE_COUNTER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATECOUNTER_OUTOFRANGE_COUNTER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatecounterSimultaneousActiveCountersExhausted">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATECOUNTER_SIMULTANEOUS_ACTIVE_COUNTERS_EXHAUSTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATECOUNTER_SIMULTANEOUS_ACTIVE_COUNTERS_EXHAUSTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatecounterUnsupportedWellknownCounter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATECOUNTER_UNSUPPORTED_WELLKNOWN_COUNTER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATECOUNTER_UNSUPPORTED_WELLKNOWN_COUNTER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatecounterOutofmemoryReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATECOUNTER_OUTOFMEMORY_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATECOUNTER_OUTOFMEMORY_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatecounterNonexclusiveReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATECOUNTER_NONEXCLUSIVE_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATECOUNTER_NONEXCLUSIVE_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatecounterNulldesc">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATECOUNTER_NULLDESC']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATECOUNTER_NULLDESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CheckcounterOutofrangeCounter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CHECKCOUNTER_OUTOFRANGE_COUNTER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CHECKCOUNTER_OUTOFRANGE_COUNTER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CheckcounterUnsupportedWellknownCounter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CHECKCOUNTER_UNSUPPORTED_WELLKNOWN_COUNTER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CHECKCOUNTER_UNSUPPORTED_WELLKNOWN_COUNTER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.SetpredicationInvalidPredicateState">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_SETPREDICATION_INVALID_PREDICATE_STATE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_SETPREDICATION_INVALID_PREDICATE_STATE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.QueryBeginUnsupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_QUERY_BEGIN_UNSUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_QUERY_BEGIN_UNSUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.PredicateBeginDuringPredication">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_PREDICATE_BEGIN_DURING_PREDICATION']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_PREDICATE_BEGIN_DURING_PREDICATION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.QueryBeginDuplicate">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_QUERY_BEGIN_DUPLICATE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_QUERY_BEGIN_DUPLICATE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.QueryBeginAbandoningPreviousResults">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_QUERY_BEGIN_ABANDONING_PREVIOUS_RESULTS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_QUERY_BEGIN_ABANDONING_PREVIOUS_RESULTS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.PredicateEndDuringPredication">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_PREDICATE_END_DURING_PREDICATION']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_PREDICATE_END_DURING_PREDICATION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.QueryEndAbandoningPreviousResults">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_QUERY_END_ABANDONING_PREVIOUS_RESULTS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_QUERY_END_ABANDONING_PREVIOUS_RESULTS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.QueryEndWithoutBegin">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_QUERY_END_WITHOUT_BEGIN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_QUERY_END_WITHOUT_BEGIN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.QueryGetdataInvalidDatasize">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_QUERY_GETDATA_INVALID_DATASIZE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_QUERY_GETDATA_INVALID_DATASIZE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.QueryGetdataInvalidFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_QUERY_GETDATA_INVALID_FLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_QUERY_GETDATA_INVALID_FLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.QueryGetdataInvalidCall">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_QUERY_GETDATA_INVALID_CALL']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_QUERY_GETDATA_INVALID_CALL</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawPsOutputTypeMismatch">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_PS_OUTPUT_TYPE_MISMATCH']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_PS_OUTPUT_TYPE_MISMATCH</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawResourceFormatGatherUnsupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_RESOURCE_FORMAT_GATHER_UNSUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_RESOURCE_FORMAT_GATHER_UNSUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawInvalidUseOfCenterMultisamplePattern">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_INVALID_USE_OF_CENTER_MULTISAMPLE_PATTERN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_INVALID_USE_OF_CENTER_MULTISAMPLE_PATTERN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceIasetvertexbuffersStrideTooLarge">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_STRIDE_TOO_LARGE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_STRIDE_TOO_LARGE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceIasetvertexbuffersInvalidrange">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_INVALIDRANGE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_IASETVERTEXBUFFERS_INVALIDRANGE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateinputlayoutEmptyLayout">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_EMPTY_LAYOUT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_EMPTY_LAYOUT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawResourceSampleCountMismatch">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_RESOURCE_SAMPLE_COUNT_MISMATCH']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_RESOURCE_SAMPLE_COUNT_MISMATCH</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.D3D10MessagesEnd">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_D3D10_MESSAGES_END']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_D3D10_MESSAGES_END</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.D3D10L9MessagesStart">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_D3D10L9_MESSAGES_START']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_D3D10L9_MESSAGES_START</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatedepthstencilstateStencilNoTwoSided">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_STENCIL_NO_TWO_SIDED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEDEPTHSTENCILSTATE_STENCIL_NO_TWO_SIDED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreaterasterizerstateDepthBiasClampNotSupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_DepthBiasClamp_NOT_SUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_DepthBiasClamp_NOT_SUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatesamplerstateNoComparisonSupport">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATESAMPLERSTATE_NO_COMPARISON_SUPPORT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATESAMPLERSTATE_NO_COMPARISON_SUPPORT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatesamplerstateExcessiveAnisotropy">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATESAMPLERSTATE_EXCESSIVE_ANISOTROPY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATESAMPLERSTATE_EXCESSIVE_ANISOTROPY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatesamplerstateBorderOutOfRange">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATESAMPLERSTATE_BORDER_OUT_OF_RANGE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATESAMPLERSTATE_BORDER_OUT_OF_RANGE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.VssetsamplersNotSupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_VSSETSAMPLERS_NOT_SUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_VSSETSAMPLERS_NOT_SUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.VssetsamplersTooManySamplers">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_VSSETSAMPLERS_TOO_MANY_SAMPLERS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_VSSETSAMPLERS_TOO_MANY_SAMPLERS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.PssetsamplersTooManySamplers">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_PSSETSAMPLERS_TOO_MANY_SAMPLERS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_PSSETSAMPLERS_TOO_MANY_SAMPLERS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateresourceNoArrays">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERESOURCE_NO_ARRAYS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERESOURCE_NO_ARRAYS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateresourceNoVbAndIbBind">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERESOURCE_NO_VB_AND_IB_BIND']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERESOURCE_NO_VB_AND_IB_BIND</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateresourceNoTexture1d">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERESOURCE_NO_TEXTURE_1D']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERESOURCE_NO_TEXTURE_1D</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateresourceDimensionOutOfRange">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERESOURCE_DIMENSION_OUT_OF_RANGE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERESOURCE_DIMENSION_OUT_OF_RANGE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateresourceNotBindableAsShaderResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERESOURCE_NOT_BINDABLE_AS_SHADER_RESOURCE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERESOURCE_NOT_BINDABLE_AS_SHADER_RESOURCE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.OmsetrendertargetsTooManyRenderTargets">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_OMSETRENDERTARGETS_TOO_MANY_RENDER_TARGETS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_OMSETRENDERTARGETS_TOO_MANY_RENDER_TARGETS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.OmsetrendertargetsNoDifferingBitDepths">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_OMSETRENDERTARGETS_NO_DIFFERING_BIT_DEPTHS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_OMSETRENDERTARGETS_NO_DIFFERING_BIT_DEPTHS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.IasetvertexbuffersBadBufferIndex">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_IASETVERTEXBUFFERS_BAD_BUFFER_INDEX']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_IASETVERTEXBUFFERS_BAD_BUFFER_INDEX</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceRssetviewportsTooManyViewports">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_RSSETVIEWPORTS_TOO_MANY_VIEWPORTS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_RSSETVIEWPORTS_TOO_MANY_VIEWPORTS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceIasetprimitivetopologyAdjacencyUnsupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_IASETPRIMITIVETOPOLOGY_ADJACENCY_UNSUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_IASETPRIMITIVETOPOLOGY_ADJACENCY_UNSUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceRssetscissorrectsTooManyScissors">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_RSSETSCISSORRECTS_TOO_MANY_SCISSORS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_RSSETSCISSORRECTS_TOO_MANY_SCISSORS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CopyresourceOnlyTexture2dWithinGpuMemory">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_COPYRESOURCE_ONLY_TEXTURE_2D_WITHIN_GPU_MEMORY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_COPYRESOURCE_ONLY_TEXTURE_2D_WITHIN_GPU_MEMORY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CopyresourceNoTexture3dReadback">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_COPYRESOURCE_NO_TEXTURE_3D_READBACK']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_COPYRESOURCE_NO_TEXTURE_3D_READBACK</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CopyresourceNoTextureOnlyReadback">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_COPYRESOURCE_NO_TEXTURE_ONLY_READBACK']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_COPYRESOURCE_NO_TEXTURE_ONLY_READBACK</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateinputlayoutUnsupportedFormat">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_UNSUPPORTED_FORMAT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEINPUTLAYOUT_UNSUPPORTED_FORMAT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateblendstateNoAlphaToCoverage">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBLENDSTATE_NO_ALPHA_TO_COVERAGE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBLENDSTATE_NO_ALPHA_TO_COVERAGE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreaterasterizerstateDepthClipEnableMustBeTrue">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_DepthClipEnable_MUST_BE_TRUE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERASTERIZERSTATE_DepthClipEnable_MUST_BE_TRUE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DrawindexedStartindexlocationMustBePositive">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DRAWINDEXED_STARTINDEXLOCATION_MUST_BE_POSITIVE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DRAWINDEXED_STARTINDEXLOCATION_MUST_BE_POSITIVE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateshaderresourceviewMustUseLowestLod">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_MUST_USE_LOWEST_LOD']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_MUST_USE_LOWEST_LOD</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatesamplerstateMinlodMustNotBeFractional">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATESAMPLERSTATE_MINLOD_MUST_NOT_BE_FRACTIONAL']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATESAMPLERSTATE_MINLOD_MUST_NOT_BE_FRACTIONAL</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatesamplerstateMaxlodMustBeFltMaximum">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATESAMPLERSTATE_MAXLOD_MUST_BE_FLT_MAX']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATESAMPLERSTATE_MAXLOD_MUST_BE_FLT_MAX</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateshaderresourceviewFirstarraysliceMustBeZero">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_FIRSTARRAYSLICE_MUST_BE_ZERO']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_FIRSTARRAYSLICE_MUST_BE_ZERO</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateshaderresourceviewCubesMustHave6Sides">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_CUBES_MUST_HAVE_6_SIDES']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_CUBES_MUST_HAVE_6_SIDES</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateresourceNotBindableAsRenderTarget">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERESOURCE_NOT_BINDABLE_AS_RENDER_TARGET']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERESOURCE_NOT_BINDABLE_AS_RENDER_TARGET</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateresourceNoDwordIndexBuffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERESOURCE_NO_DWORD_INDEX_BUFFER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERESOURCE_NO_DWORD_INDEX_BUFFER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateresourceMsaaPrecludesShaderResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERESOURCE_MSAA_PRECLUDES_SHADER_RESOURCE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERESOURCE_MSAA_PRECLUDES_SHADER_RESOURCE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateresourcePresentationPrecludesShaderResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERESOURCE_PRESENTATION_PRECLUDES_SHADER_RESOURCE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERESOURCE_PRESENTATION_PRECLUDES_SHADER_RESOURCE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateblendstateNoIndependentBlendEnable">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBLENDSTATE_NO_INDEPENDENT_BLEND_ENABLE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBLENDSTATE_NO_INDEPENDENT_BLEND_ENABLE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateblendstateNoIndependentWriteMasks">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBLENDSTATE_NO_INDEPENDENT_WRITE_MASKS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBLENDSTATE_NO_INDEPENDENT_WRITE_MASKS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateresourceNoStreamOut">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERESOURCE_NO_STREAM_OUT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERESOURCE_NO_STREAM_OUT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateresourceOnlyVbIbForBuffers">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERESOURCE_ONLY_VB_IB_FOR_BUFFERS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERESOURCE_ONLY_VB_IB_FOR_BUFFERS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateresourceNoAutogenForVolumes">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERESOURCE_NO_AUTOGEN_FOR_VOLUMES']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERESOURCE_NO_AUTOGEN_FOR_VOLUMES</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateresourceDxgiFormatR8G8B8A8CannotBeShared">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERESOURCE_DXGI_FORMAT_R8G8B8A8_CANNOT_BE_SHARED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERESOURCE_DXGI_FORMAT_R8G8B8A8_CANNOT_BE_SHARED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.VsshaderresourcesNotSupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_VSSHADERRESOURCES_NOT_SUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_VSSHADERRESOURCES_NOT_SUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.GeometryShaderNotSupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_GEOMETRY_SHADER_NOT_SUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_GEOMETRY_SHADER_NOT_SUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.StreamOutNotSupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_STREAM_OUT_NOT_SUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_STREAM_OUT_NOT_SUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.TextFilterNotSupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_TEXT_FILTER_NOT_SUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_TEXT_FILTER_NOT_SUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateblendstateNoSeparateAlphaBlend">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBLENDSTATE_NO_SEPARATE_ALPHA_BLEND']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBLENDSTATE_NO_SEPARATE_ALPHA_BLEND</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateblendstateNoMrtBlend">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBLENDSTATE_NO_MRT_BLEND']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBLENDSTATE_NO_MRT_BLEND</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateblendstateOperationNotSupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBLENDSTATE_OPERATION_NOT_SUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBLENDSTATE_OPERATION_NOT_SUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatesamplerstateNoMirroronce">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATESAMPLERSTATE_NO_MIRRORONCE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATESAMPLERSTATE_NO_MIRRORONCE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DrawinstancedNotSupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DRAWINSTANCED_NOT_SUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DRAWINSTANCED_NOT_SUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DrawindexedinstancedNotSupportedBelow93">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DRAWINDEXEDINSTANCED_NOT_SUPPORTED_BELOW_9_3']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DRAWINDEXEDINSTANCED_NOT_SUPPORTED_BELOW_9_3</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DrawindexedPointListUnsupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DRAWINDEXED_POINTLIST_UNSUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DRAWINDEXED_POINTLIST_UNSUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.SetblendstateSampleMaskCannotBeZero">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_SETBLENDSTATE_SAMPLE_MASK_CANNOT_BE_ZERO']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_SETBLENDSTATE_SAMPLE_MASK_CANNOT_BE_ZERO</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateresourceDimensionExceedsFeatureLevelDefinition">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERESOURCE_DIMENSION_EXCEEDS_FEATURE_LEVEL_DEFINITION']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERESOURCE_DIMENSION_EXCEEDS_FEATURE_LEVEL_DEFINITION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateresourceOnlySingleMipLevelDepthStencilSupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERESOURCE_ONLY_SINGLE_MIP_LEVEL_DEPTH_STENCIL_SUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERESOURCE_ONLY_SINGLE_MIP_LEVEL_DEPTH_STENCIL_SUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceRssetscissorrectsNegativescissor">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_RSSETSCISSORRECTS_NEGATIVESCISSOR']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_RSSETSCISSORRECTS_NEGATIVESCISSOR</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.SlotZeroMustBeD3D10InputPerVertexData">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_SLOT_ZERO_MUST_BE_D3D10_INPUT_PER_VERTEX_DATA']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_SLOT_ZERO_MUST_BE_D3D10_INPUT_PER_VERTEX_DATA</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateresourceNonPow2Mipmap">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATERESOURCE_NON_POW_2_MIPMAP']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATERESOURCE_NON_POW_2_MIPMAP</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatesamplerstateBorderNotSupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATESAMPLERSTATE_BORDER_NOT_SUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATESAMPLERSTATE_BORDER_NOT_SUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.OmsetrendertargetsNoSRgbMrt">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_OMSETRENDERTARGETS_NO_SRGB_MRT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_OMSETRENDERTARGETS_NO_SRGB_MRT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.D3D10L9MessagesEnd">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_D3D10L9_MESSAGES_END']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_D3D10L9_MESSAGES_END</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.D3D11MessagesStart">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_D3D11_MESSAGES_START']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_D3D11_MESSAGES_START</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatedepthstencilviewInvalidflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEDEPTHSTENCILVIEW_INVALIDFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatevertexshaderInvalidclasslinkage">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEVERTEXSHADER_INVALIDCLASSLINKAGE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEVERTEXSHADER_INVALIDCLASSLINKAGE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderInvalidclasslinkage">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADER_INVALIDCLASSLINKAGE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADER_INVALIDCLASSLINKAGE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderwithstreamoutputInvalidnumstreams">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDNUMSTREAMS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDNUMSTREAMS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderwithstreamoutputInvalidstreamtorasterizer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSTREAMTORASTERIZER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSTREAMTORASTERIZER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderwithstreamoutputUnexpectedstreams">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_UNEXPECTEDSTREAMS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_UNEXPECTEDSTREAMS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderwithstreamoutputInvalidclasslinkage">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDCLASSLINKAGE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDCLASSLINKAGE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatepixelshaderInvalidclasslinkage">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEPIXELSHADER_INVALIDCLASSLINKAGE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEPIXELSHADER_INVALIDCLASSLINKAGE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatedeferredcontextInvalidCommandlistflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEDEFERREDCONTEXT_INVALID_COMMANDLISTFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEDEFERREDCONTEXT_INVALID_COMMANDLISTFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatedeferredcontextSinglethreaded">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEDEFERREDCONTEXT_SINGLETHREADED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEDEFERREDCONTEXT_SINGLETHREADED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatedeferredcontextInvalidargReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEDEFERREDCONTEXT_INVALIDARG_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEDEFERREDCONTEXT_INVALIDARG_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatedeferredcontextInvalidCallReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEDEFERREDCONTEXT_INVALID_CALL_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEDEFERREDCONTEXT_INVALID_CALL_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatedeferredcontextOutofmemoryReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEDEFERREDCONTEXT_OUTOFMEMORY_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEDEFERREDCONTEXT_OUTOFMEMORY_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.FinishdisplaylistOnimmediatecontext">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_FINISHDISPLAYLIST_ONIMMEDIATECONTEXT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_FINISHDISPLAYLIST_ONIMMEDIATECONTEXT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.FinishdisplaylistOutofmemoryReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_FINISHDISPLAYLIST_OUTOFMEMORY_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_FINISHDISPLAYLIST_OUTOFMEMORY_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.FinishdisplaylistInvalidCallReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_FINISHDISPLAYLIST_INVALID_CALL_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_FINISHDISPLAYLIST_INVALID_CALL_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderwithstreamoutputInvalidstream">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSTREAM']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDSTREAM</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderwithstreamoutputUnexpectedentries">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_UNEXPECTEDENTRIES']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_UNEXPECTEDENTRIES</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderwithstreamoutputUnexpectedstrides">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_UNEXPECTEDSTRIDES']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_UNEXPECTEDSTRIDES</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreategeometryshaderwithstreamoutputInvalidnumstrides">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDNUMSTRIDES']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_INVALIDNUMSTRIDES</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceHssetshaderresourcesHazard">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_HSSETSHADERRESOURCES_HAZARD']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_HSSETSHADERRESOURCES_HAZARD</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceHssetconstantbuffersHazard">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_HSSETCONSTANTBUFFERS_HAZARD']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_HSSETCONSTANTBUFFERS_HAZARD</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.HssetshaderresourcesUnbinddeletingobject">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_HSSETSHADERRESOURCES_UNBINDDELETINGOBJECT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_HSSETSHADERRESOURCES_UNBINDDELETINGOBJECT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.HssetconstantbuffersUnbinddeletingobject">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_HSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_HSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatehullshaderInvalidcall">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEHULLSHADER_INVALIDCALL']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEHULLSHADER_INVALIDCALL</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatehullshaderOutofmemory">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEHULLSHADER_OUTOFMEMORY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEHULLSHADER_OUTOFMEMORY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatehullshaderInvalidshaderbytecode">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEHULLSHADER_INVALIDSHADERBYTECODE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEHULLSHADER_INVALIDSHADERBYTECODE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatehullshaderInvalidshadertype">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEHULLSHADER_INVALIDSHADERTYPE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEHULLSHADER_INVALIDSHADERTYPE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatehullshaderInvalidclasslinkage">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEHULLSHADER_INVALIDCLASSLINKAGE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEHULLSHADER_INVALIDCLASSLINKAGE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceHssetshaderresourcesViewsEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_HSSETSHADERRESOURCES_VIEWS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_HSSETSHADERRESOURCES_VIEWS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.HssetconstantbuffersInvalidbuffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_HSSETCONSTANTBUFFERS_INVALIDBUFFER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_HSSETCONSTANTBUFFERS_INVALIDBUFFER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceHssetconstantbuffersBuffersEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_HSSETCONSTANTBUFFERS_BUFFERS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_HSSETCONSTANTBUFFERS_BUFFERS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceHssetsamplersSamplersEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_HSSETSAMPLERS_SAMPLERS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_HSSETSAMPLERS_SAMPLERS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceHsgetshaderresourcesViewsEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_HSGETSHADERRESOURCES_VIEWS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_HSGETSHADERRESOURCES_VIEWS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceHsgetconstantbuffersBuffersEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_HSGETCONSTANTBUFFERS_BUFFERS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_HSGETCONSTANTBUFFERS_BUFFERS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceHsgetsamplersSamplersEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_HSGETSAMPLERS_SAMPLERS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_HSGETSAMPLERS_SAMPLERS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDssetshaderresourcesHazard">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DSSETSHADERRESOURCES_HAZARD']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DSSETSHADERRESOURCES_HAZARD</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDssetconstantbuffersHazard">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DSSETCONSTANTBUFFERS_HAZARD']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DSSETCONSTANTBUFFERS_HAZARD</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DssetshaderresourcesUnbinddeletingobject">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DSSETSHADERRESOURCES_UNBINDDELETINGOBJECT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DSSETSHADERRESOURCES_UNBINDDELETINGOBJECT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DssetconstantbuffersUnbinddeletingobject">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatedomainshaderInvalidcall">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEDOMAINSHADER_INVALIDCALL']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEDOMAINSHADER_INVALIDCALL</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatedomainshaderOutofmemory">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEDOMAINSHADER_OUTOFMEMORY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEDOMAINSHADER_OUTOFMEMORY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatedomainshaderInvalidshaderbytecode">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEDOMAINSHADER_INVALIDSHADERBYTECODE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEDOMAINSHADER_INVALIDSHADERBYTECODE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatedomainshaderInvalidshadertype">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEDOMAINSHADER_INVALIDSHADERTYPE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEDOMAINSHADER_INVALIDSHADERTYPE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatedomainshaderInvalidclasslinkage">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEDOMAINSHADER_INVALIDCLASSLINKAGE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEDOMAINSHADER_INVALIDCLASSLINKAGE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDssetshaderresourcesViewsEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DSSETSHADERRESOURCES_VIEWS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DSSETSHADERRESOURCES_VIEWS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DssetconstantbuffersInvalidbuffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DSSETCONSTANTBUFFERS_INVALIDBUFFER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DSSETCONSTANTBUFFERS_INVALIDBUFFER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDssetconstantbuffersBuffersEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DSSETCONSTANTBUFFERS_BUFFERS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DSSETCONSTANTBUFFERS_BUFFERS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDssetsamplersSamplersEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DSSETSAMPLERS_SAMPLERS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DSSETSAMPLERS_SAMPLERS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDsgetshaderresourcesViewsEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DSGETSHADERRESOURCES_VIEWS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DSGETSHADERRESOURCES_VIEWS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDsgetconstantbuffersBuffersEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DSGETCONSTANTBUFFERS_BUFFERS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DSGETCONSTANTBUFFERS_BUFFERS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDsgetsamplersSamplersEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DSGETSAMPLERS_SAMPLERS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DSGETSAMPLERS_SAMPLERS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawHsXorDsMismatch">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_HS_XOR_DS_MISMATCH']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_HS_XOR_DS_MISMATCH</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeferredContextRemovalProcessAtFault">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEFERRED_CONTEXT_REMOVAL_PROCESS_AT_FAULT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEFERRED_CONTEXT_REMOVAL_PROCESS_AT_FAULT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawindirectInvalidArgBuffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAWINDIRECT_INVALID_ARG_BUFFER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAWINDIRECT_INVALID_ARG_BUFFER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawindirectOffsetUnaligned">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAWINDIRECT_OFFSET_UNALIGNED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAWINDIRECT_OFFSET_UNALIGNED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawindirectOffsetOverflow">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAWINDIRECT_OFFSET_OVERFLOW']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAWINDIRECT_OFFSET_OVERFLOW</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.ResourceMapInvalidmaptype">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_RESOURCE_MAP_INVALIDMAPTYPE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_RESOURCE_MAP_INVALIDMAPTYPE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.ResourceMapInvalidsubresource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_RESOURCE_MAP_INVALIDSUBRESOURCE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_RESOURCE_MAP_INVALIDSUBRESOURCE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.ResourceMapInvalidflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_RESOURCE_MAP_INVALIDFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_RESOURCE_MAP_INVALIDFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.ResourceMapAlreadymapped">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_RESOURCE_MAP_ALREADYMAPPED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_RESOURCE_MAP_ALREADYMAPPED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.ResourceMapDeviceremovedReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_RESOURCE_MAP_DEVICEREMOVED_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_RESOURCE_MAP_DEVICEREMOVED_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.ResourceMapOutofmemoryReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_RESOURCE_MAP_OUTOFMEMORY_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_RESOURCE_MAP_OUTOFMEMORY_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.ResourceMapWithoutInitialDiscard">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_RESOURCE_MAP_WITHOUT_INITIAL_DISCARD']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_RESOURCE_MAP_WITHOUT_INITIAL_DISCARD</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.ResourceUnmapInvalidsubresource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_RESOURCE_UNMAP_INVALIDSUBRESOURCE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_RESOURCE_UNMAP_INVALIDSUBRESOURCE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.ResourceUnmapNotmapped">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_RESOURCE_UNMAP_NOTMAPPED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_RESOURCE_UNMAP_NOTMAPPED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawRasterizingControlPoints">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_RASTERIZING_CONTROL_POINTS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_RASTERIZING_CONTROL_POINTS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceIasetprimitivetopologyTopologyUnsupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_IASETPRIMITIVETOPOLOGY_TOPOLOGY_UNSUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_IASETPRIMITIVETOPOLOGY_TOPOLOGY_UNSUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawHsDsSignatureMismatch">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_HS_DS_SIGNATURE_MISMATCH']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_HS_DS_SIGNATURE_MISMATCH</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawHullShaderInputTopologyMismatch">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_HULL_SHADER_INPUT_TOPOLOGY_MISMATCH']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_HULL_SHADER_INPUT_TOPOLOGY_MISMATCH</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawHsDsControlPointCountMismatch">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_HS_DS_CONTROL_POINT_COUNT_MISMATCH']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_HS_DS_CONTROL_POINT_COUNT_MISMATCH</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawHsDsTessellatorDomainMismatch">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_HS_DS_TESSELLATOR_DOMAIN_MISMATCH']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_HS_DS_TESSELLATOR_DOMAIN_MISMATCH</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateContext">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATE_CONTEXT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATE_CONTEXT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.LiveContext">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_LIVE_CONTEXT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_LIVE_CONTEXT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DestroyContext">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DESTROY_CONTEXT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DESTROY_CONTEXT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateBuffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATE_BUFFER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATE_BUFFER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.LiveBuffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_LIVE_BUFFER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_LIVE_BUFFER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DestroyBuffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DESTROY_BUFFER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DESTROY_BUFFER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateTexture1D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATE_TEXTURE1D']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATE_TEXTURE1D</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.LiveTexture1D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_LIVE_TEXTURE1D']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_LIVE_TEXTURE1D</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DestroyTexture1D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DESTROY_TEXTURE1D']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DESTROY_TEXTURE1D</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateTexture2D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATE_TEXTURE2D']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATE_TEXTURE2D</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.LiveTexture2D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_LIVE_TEXTURE2D']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_LIVE_TEXTURE2D</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DestroyTexture2D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DESTROY_TEXTURE2D']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DESTROY_TEXTURE2D</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateTexture3D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATE_TEXTURE3D']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATE_TEXTURE3D</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.LiveTexture3D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_LIVE_TEXTURE3D']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_LIVE_TEXTURE3D</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DestroyTexture3D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DESTROY_TEXTURE3D']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DESTROY_TEXTURE3D</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateShaderresourceview">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATE_SHADERRESOURCEVIEW']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATE_SHADERRESOURCEVIEW</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.LiveShaderresourceview">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_LIVE_SHADERRESOURCEVIEW']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_LIVE_SHADERRESOURCEVIEW</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DestroyShaderresourceview">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DESTROY_SHADERRESOURCEVIEW']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DESTROY_SHADERRESOURCEVIEW</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateRendertargetview">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATE_RENDERTARGETVIEW']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATE_RENDERTARGETVIEW</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.LiveRendertargetview">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_LIVE_RENDERTARGETVIEW']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_LIVE_RENDERTARGETVIEW</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DestroyRendertargetview">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DESTROY_RENDERTARGETVIEW']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DESTROY_RENDERTARGETVIEW</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateDepthstencilview">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATE_DEPTHSTENCILVIEW']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATE_DEPTHSTENCILVIEW</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.LiveDepthstencilview">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_LIVE_DEPTHSTENCILVIEW']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_LIVE_DEPTHSTENCILVIEW</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DestroyDepthstencilview">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DESTROY_DEPTHSTENCILVIEW']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DESTROY_DEPTHSTENCILVIEW</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateVertexshader">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATE_VERTEXSHADER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATE_VERTEXSHADER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.LiveVertexshader">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_LIVE_VERTEXSHADER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_LIVE_VERTEXSHADER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DestroyVertexshader">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DESTROY_VERTEXSHADER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DESTROY_VERTEXSHADER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateHullshader">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATE_HULLSHADER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATE_HULLSHADER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.LiveHullshader">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_LIVE_HULLSHADER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_LIVE_HULLSHADER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DestroyHullshader">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DESTROY_HULLSHADER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DESTROY_HULLSHADER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateDomainshader">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATE_DOMAINSHADER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATE_DOMAINSHADER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.LiveDomainshader">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_LIVE_DOMAINSHADER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_LIVE_DOMAINSHADER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DestroyDomainshader">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DESTROY_DOMAINSHADER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DESTROY_DOMAINSHADER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateGeometryshader">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATE_GEOMETRYSHADER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATE_GEOMETRYSHADER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.LiveGeometryshader">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_LIVE_GEOMETRYSHADER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_LIVE_GEOMETRYSHADER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DestroyGeometryshader">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DESTROY_GEOMETRYSHADER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DESTROY_GEOMETRYSHADER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatePixelshader">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATE_PIXELSHADER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATE_PIXELSHADER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.LivePixelshader">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_LIVE_PIXELSHADER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_LIVE_PIXELSHADER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DestroyPixelshader">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DESTROY_PIXELSHADER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DESTROY_PIXELSHADER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateInputlayout">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATE_INPUTLAYOUT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATE_INPUTLAYOUT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.LiveInputlayout">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_LIVE_INPUTLAYOUT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_LIVE_INPUTLAYOUT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DestroyInputlayout">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DESTROY_INPUTLAYOUT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DESTROY_INPUTLAYOUT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateSampler">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATE_SAMPLER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATE_SAMPLER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.LiveSampler">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_LIVE_SAMPLER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_LIVE_SAMPLER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DestroySampler">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DESTROY_SAMPLER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DESTROY_SAMPLER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateBlendstate">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATE_BLENDSTATE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATE_BLENDSTATE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.LiveBlendstate">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_LIVE_BLENDSTATE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_LIVE_BLENDSTATE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DestroyBlendstate">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DESTROY_BLENDSTATE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DESTROY_BLENDSTATE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateDepthstencilstate">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATE_DEPTHSTENCILSTATE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATE_DEPTHSTENCILSTATE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.LiveDepthstencilstate">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_LIVE_DEPTHSTENCILSTATE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_LIVE_DEPTHSTENCILSTATE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DestroyDepthstencilstate">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DESTROY_DEPTHSTENCILSTATE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DESTROY_DEPTHSTENCILSTATE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateRasterizerstate">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATE_RASTERIZERSTATE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATE_RASTERIZERSTATE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.LiveRasterizerstate">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_LIVE_RASTERIZERSTATE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_LIVE_RASTERIZERSTATE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DestroyRasterizerstate">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DESTROY_RASTERIZERSTATE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DESTROY_RASTERIZERSTATE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateQuery">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATE_QUERY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATE_QUERY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.LiveQuery">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_LIVE_QUERY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_LIVE_QUERY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DestroyQuery">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DESTROY_QUERY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DESTROY_QUERY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatePredicate">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATE_PREDICATE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATE_PREDICATE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.LivePredicate">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_LIVE_PREDICATE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_LIVE_PREDICATE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DestroyPredicate">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DESTROY_PREDICATE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DESTROY_PREDICATE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateCounter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATE_COUNTER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATE_COUNTER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.LiveCounter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_LIVE_COUNTER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_LIVE_COUNTER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DestroyCounter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DESTROY_COUNTER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DESTROY_COUNTER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateCommandlist">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATE_COMMANDLIST']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATE_COMMANDLIST</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.LiveCommandlist">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_LIVE_COMMANDLIST']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_LIVE_COMMANDLIST</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DestroyCommandlist">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DESTROY_COMMANDLIST']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DESTROY_COMMANDLIST</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateClassinstance">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATE_CLASSINSTANCE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATE_CLASSINSTANCE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.LiveClassinstance">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_LIVE_CLASSINSTANCE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_LIVE_CLASSINSTANCE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DestroyClassinstance">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DESTROY_CLASSINSTANCE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DESTROY_CLASSINSTANCE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateClasslinkage">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATE_CLASSLINKAGE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATE_CLASSLINKAGE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.LiveClasslinkage">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_LIVE_CLASSLINKAGE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_LIVE_CLASSLINKAGE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DestroyClasslinkage">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DESTROY_CLASSLINKAGE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DESTROY_CLASSLINKAGE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.LiveDevice">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_LIVE_DEVICE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_LIVE_DEVICE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.LiveObjectSummary">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_LIVE_OBJECT_SUMMARY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_LIVE_OBJECT_SUMMARY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateComputeshader">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATE_COMPUTESHADER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATE_COMPUTESHADER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.LiveComputeshader">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_LIVE_COMPUTESHADER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_LIVE_COMPUTESHADER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DestroyComputeshader">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DESTROY_COMPUTESHADER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DESTROY_COMPUTESHADER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateUnorderedaccessview">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATE_UNORDEREDACCESSVIEW']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATE_UNORDEREDACCESSVIEW</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.LiveUnorderedaccessview">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_LIVE_UNORDEREDACCESSVIEW']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_LIVE_UNORDEREDACCESSVIEW</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DestroyUnorderedaccessview">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DESTROY_UNORDEREDACCESSVIEW']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DESTROY_UNORDEREDACCESSVIEW</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceSetshaderInterfacesFeaturelevel">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_SETSHADER_INTERFACES_FEATURELEVEL']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_SETSHADER_INTERFACES_FEATURELEVEL</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceSetshaderInterfaceCountMismatch">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_SETSHADER_INTERFACE_COUNT_MISMATCH']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_SETSHADER_INTERFACE_COUNT_MISMATCH</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceSetshaderInvalidInstance">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_SETSHADER_INVALID_INSTANCE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_SETSHADER_INVALID_INSTANCE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceSetshaderInvalidInstanceIndex">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_SETSHADER_INVALID_INSTANCE_INDEX']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_SETSHADER_INVALID_INSTANCE_INDEX</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceSetshaderInvalidInstanceType">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_SETSHADER_INVALID_INSTANCE_TYPE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_SETSHADER_INVALID_INSTANCE_TYPE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceSetshaderInvalidInstanceData">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_SETSHADER_INVALID_INSTANCE_DATA']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_SETSHADER_INVALID_INSTANCE_DATA</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceSetshaderUnboundInstanceData">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_SETSHADER_UNBOUND_INSTANCE_DATA']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_SETSHADER_UNBOUND_INSTANCE_DATA</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceSetshaderInstanceDataBindings">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_SETSHADER_INSTANCE_DATA_BINDINGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_SETSHADER_INSTANCE_DATA_BINDINGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceCreateshaderClasslinkageFull">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_CREATESHADER_CLASSLINKAGE_FULL']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_CREATESHADER_CLASSLINKAGE_FULL</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceCheckfeaturesupportUnrecognizedFeature">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_CHECKFEATURESUPPORT_UNRECOGNIZED_FEATURE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_CHECKFEATURESUPPORT_UNRECOGNIZED_FEATURE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceCheckfeaturesupportMismatchedDataSize">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_CHECKFEATURESUPPORT_MISMATCHED_DATA_SIZE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_CHECKFEATURESUPPORT_MISMATCHED_DATA_SIZE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceCheckfeaturesupportInvalidargReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_CHECKFEATURESUPPORT_INVALIDARG_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_CHECKFEATURESUPPORT_INVALIDARG_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceCssetshaderresourcesHazard">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_CSSETSHADERRESOURCES_HAZARD']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_CSSETSHADERRESOURCES_HAZARD</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceCssetconstantbuffersHazard">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_CSSETCONSTANTBUFFERS_HAZARD']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_CSSETCONSTANTBUFFERS_HAZARD</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CssetshaderresourcesUnbinddeletingobject">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CSSETSHADERRESOURCES_UNBINDDELETINGOBJECT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CSSETSHADERRESOURCES_UNBINDDELETINGOBJECT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CssetconstantbuffersUnbinddeletingobject">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CSSETCONSTANTBUFFERS_UNBINDDELETINGOBJECT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatecomputeshaderInvalidcall">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATECOMPUTESHADER_INVALIDCALL']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATECOMPUTESHADER_INVALIDCALL</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatecomputeshaderOutofmemory">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATECOMPUTESHADER_OUTOFMEMORY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATECOMPUTESHADER_OUTOFMEMORY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatecomputeshaderInvalidshaderbytecode">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATECOMPUTESHADER_INVALIDSHADERBYTECODE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATECOMPUTESHADER_INVALIDSHADERBYTECODE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatecomputeshaderInvalidshadertype">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATECOMPUTESHADER_INVALIDSHADERTYPE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATECOMPUTESHADER_INVALIDSHADERTYPE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatecomputeshaderInvalidclasslinkage">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATECOMPUTESHADER_INVALIDCLASSLINKAGE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATECOMPUTESHADER_INVALIDCLASSLINKAGE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceCssetshaderresourcesViewsEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_CSSETSHADERRESOURCES_VIEWS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_CSSETSHADERRESOURCES_VIEWS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CssetconstantbuffersInvalidbuffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CSSETCONSTANTBUFFERS_INVALIDBUFFER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CSSETCONSTANTBUFFERS_INVALIDBUFFER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceCssetconstantbuffersBuffersEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_CSSETCONSTANTBUFFERS_BUFFERS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_CSSETCONSTANTBUFFERS_BUFFERS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceCssetsamplersSamplersEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_CSSETSAMPLERS_SAMPLERS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_CSSETSAMPLERS_SAMPLERS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceCsgetshaderresourcesViewsEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_CSGETSHADERRESOURCES_VIEWS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_CSGETSHADERRESOURCES_VIEWS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceCsgetconstantbuffersBuffersEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_CSGETCONSTANTBUFFERS_BUFFERS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_CSGETCONSTANTBUFFERS_BUFFERS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceCsgetsamplersSamplersEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_CSGETSAMPLERS_SAMPLERS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_CSGETSAMPLERS_SAMPLERS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceCreatevertexshaderDoublefloatopsnotsupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_CREATEVERTEXSHADER_DOUBLEFLOATOPSNOTSUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_CREATEVERTEXSHADER_DOUBLEFLOATOPSNOTSUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceCreatehullshaderDoublefloatopsnotsupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_CREATEHULLSHADER_DOUBLEFLOATOPSNOTSUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_CREATEHULLSHADER_DOUBLEFLOATOPSNOTSUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceCreatedomainshaderDoublefloatopsnotsupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_CREATEDOMAINSHADER_DOUBLEFLOATOPSNOTSUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_CREATEDOMAINSHADER_DOUBLEFLOATOPSNOTSUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceCreategeometryshaderDoublefloatopsnotsupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_CREATEGEOMETRYSHADER_DOUBLEFLOATOPSNOTSUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_CREATEGEOMETRYSHADER_DOUBLEFLOATOPSNOTSUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceCreategeometryshaderwithstreamoutputDoublefloatopsnotsupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_DOUBLEFLOATOPSNOTSUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT_DOUBLEFLOATOPSNOTSUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceCreatepixelshaderDoublefloatopsnotsupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_CREATEPIXELSHADER_DOUBLEFLOATOPSNOTSUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_CREATEPIXELSHADER_DOUBLEFLOATOPSNOTSUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceCreatecomputeshaderDoublefloatopsnotsupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_CREATECOMPUTESHADER_DOUBLEFLOATOPSNOTSUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_CREATECOMPUTESHADER_DOUBLEFLOATOPSNOTSUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreatebufferInvalidstructurestride">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDSTRUCTURESTRIDE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEBUFFER_INVALIDSTRUCTURESTRIDE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateshaderresourceviewInvalidflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATESHADERRESOURCEVIEW_INVALIDFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateunorderedaccessviewInvalidresource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDRESOURCE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDRESOURCE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateunorderedaccessviewInvaliddesc">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDDESC']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDDESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateunorderedaccessviewInvalidformat">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDFORMAT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDFORMAT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateunorderedaccessviewInvaliddimensions">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDDIMENSIONS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDDIMENSIONS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateunorderedaccessviewUnrecognizedformat">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_UNRECOGNIZEDFORMAT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_UNRECOGNIZEDFORMAT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceOmsetrendertargetsandunorderedaccessviewsHazard">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_OMSETRENDERTARGETSANDUNORDEREDACCESSVIEWS_HAZARD']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_OMSETRENDERTARGETSANDUNORDEREDACCESSVIEWS_HAZARD</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceOmsetrendertargetsandunorderedaccessviewsOverlappingOldSlots">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_OMSETRENDERTARGETSANDUNORDEREDACCESSVIEWS_OVERLAPPING_OLD_SLOTS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_OMSETRENDERTARGETSANDUNORDEREDACCESSVIEWS_OVERLAPPING_OLD_SLOTS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceOmsetrendertargetsandunorderedaccessviewsNoOperation">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_OMSETRENDERTARGETSANDUNORDEREDACCESSVIEWS_NO_OP']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_OMSETRENDERTARGETSANDUNORDEREDACCESSVIEWS_NO_OP</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CssetunorderedaccessviewsUnbinddeletingobject">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CSSETUNORDEREDACCESSVIEWS_UNBINDDELETINGOBJECT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CSSETUNORDEREDACCESSVIEWS_UNBINDDELETINGOBJECT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.PssetunorderedaccessviewsUnbinddeletingobject">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_PSSETUNORDEREDACCESSVIEWS_UNBINDDELETINGOBJECT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_PSSETUNORDEREDACCESSVIEWS_UNBINDDELETINGOBJECT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateunorderedaccessviewInvalidargReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDARG_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDARG_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateunorderedaccessviewOutofmemoryReturn">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_OUTOFMEMORY_RETURN']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_OUTOFMEMORY_RETURN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateunorderedaccessviewToomanyobjects">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_TOOMANYOBJECTS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_TOOMANYOBJECTS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceCssetunorderedaccessviewsHazard">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_CSSETUNORDEREDACCESSVIEWS_HAZARD']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_CSSETUNORDEREDACCESSVIEWS_HAZARD</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.ClearunorderedaccessviewDenormflush">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CLEARUNORDEREDACCESSVIEW_DENORMFLUSH']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CLEARUNORDEREDACCESSVIEW_DENORMFLUSH</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceCssetunorderedaccesssViewsEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_CSSETUNORDEREDACCESSS_VIEWS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_CSSETUNORDEREDACCESSS_VIEWS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceCsgetunorderedaccesssViewsEmpty">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_CSGETUNORDEREDACCESSS_VIEWS_EMPTY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_CSGETUNORDEREDACCESSS_VIEWS_EMPTY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateunorderedaccessviewInvalidflags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDFLAGS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATEUNORDEREDACCESSVIEW_INVALIDFLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CreateshaderresesourceviewToomanyobjects">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CREATESHADERRESESOURCEVIEW_TOOMANYOBJECTS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CREATESHADERRESESOURCEVIEW_TOOMANYOBJECTS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDispatchindirectInvalidArgBuffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DISPATCHINDIRECT_INVALID_ARG_BUFFER']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DISPATCHINDIRECT_INVALID_ARG_BUFFER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDispatchindirectOffsetUnaligned">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DISPATCHINDIRECT_OFFSET_UNALIGNED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DISPATCHINDIRECT_OFFSET_UNALIGNED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDispatchindirectOffsetOverflow">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DISPATCHINDIRECT_OFFSET_OVERFLOW']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DISPATCHINDIRECT_OFFSET_OVERFLOW</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceSetresourceminlodInvalidcontext">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_SETRESOURCEMINLOD_INVALIDCONTEXT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_SETRESOURCEMINLOD_INVALIDCONTEXT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceSetresourceminlodInvalidresource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_SETRESOURCEMINLOD_INVALIDRESOURCE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_SETRESOURCEMINLOD_INVALIDRESOURCE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceSetresourceminlodInvalidminlod">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_SETRESOURCEMINLOD_INVALIDMINLOD']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_SETRESOURCEMINLOD_INVALIDMINLOD</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceGetresourceminlodInvalidcontext">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_GETRESOURCEMINLOD_INVALIDCONTEXT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_GETRESOURCEMINLOD_INVALIDCONTEXT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceGetresourceminlodInvalidresource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_GETRESOURCEMINLOD_INVALIDRESOURCE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_GETRESOURCEMINLOD_INVALIDRESOURCE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.OmsetdepthstencilUnbinddeletingobject">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_OMSETDEPTHSTENCIL_UNBINDDELETINGOBJECT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_OMSETDEPTHSTENCIL_UNBINDDELETINGOBJECT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CleardepthstencilviewDepthReadonly">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CLEARDEPTHSTENCILVIEW_DEPTH_READONLY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CLEARDEPTHSTENCILVIEW_DEPTH_READONLY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CleardepthstencilviewStencilReadonly">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CLEARDEPTHSTENCILVIEW_STENCIL_READONLY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CLEARDEPTHSTENCILVIEW_STENCIL_READONLY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CheckfeaturesupportFormatDeprecated">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CHECKFEATURESUPPORT_FORMAT_DEPRECATED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CHECKFEATURESUPPORT_FORMAT_DEPRECATED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceUnorderedaccessviewReturnTypeMismatch">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_RETURN_TYPE_MISMATCH']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_RETURN_TYPE_MISMATCH</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceUnorderedaccessviewNotSet">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_NOT_SET']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_NOT_SET</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDrawUnorderedaccessviewRendertargetviewOverlap">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DRAW_UNORDEREDACCESSVIEW_RENDERTARGETVIEW_OVERLAP']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DRAW_UNORDEREDACCESSVIEW_RENDERTARGETVIEW_OVERLAP</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceUnorderedaccessviewDimensionMismatch">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_DIMENSION_MISMATCH']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_DIMENSION_MISMATCH</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceUnorderedaccessviewAppendUnsupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_APPEND_UNSUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_APPEND_UNSUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceUnorderedaccessviewAtomicsUnsupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_ATOMICS_UNSUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_ATOMICS_UNSUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceUnorderedaccessviewStructureStrideMismatch">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_STRUCTURE_STRIDE_MISMATCH']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_STRUCTURE_STRIDE_MISMATCH</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceUnorderedaccessviewBufferTypeMismatch">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_BUFFER_TYPE_MISMATCH']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_BUFFER_TYPE_MISMATCH</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceUnorderedaccessviewRawUnsupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_RAW_UNSUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_RAW_UNSUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceUnorderedaccessviewFormatLdUnsupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_FORMAT_LD_UNSUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_FORMAT_LD_UNSUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceUnorderedaccessviewFormatStoreUnsupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_FORMAT_STORE_UNSUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_FORMAT_STORE_UNSUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceUnorderedaccessviewAtomicAddUnsupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_ATOMIC_ADD_UNSUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_ATOMIC_ADD_UNSUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceUnorderedaccessviewAtomicBitwiseOpsUnsupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_ATOMIC_BITWISE_OPS_UNSUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_ATOMIC_BITWISE_OPS_UNSUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceUnorderedaccessviewAtomicCmpstoreCmpexchangeUnsupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_ATOMIC_CMPSTORE_CMPEXCHANGE_UNSUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_ATOMIC_CMPSTORE_CMPEXCHANGE_UNSUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceUnorderedaccessviewAtomicExchangeUnsupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_ATOMIC_EXCHANGE_UNSUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_ATOMIC_EXCHANGE_UNSUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceUnorderedaccessviewAtomicSignedMinmaxUnsupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_ATOMIC_SIGNED_MINMAX_UNSUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_ATOMIC_SIGNED_MINMAX_UNSUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceUnorderedaccessviewAtomicUnsignedMinmaxUnsupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_ATOMIC_UNSIGNED_MINMAX_UNSUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_ATOMIC_UNSIGNED_MINMAX_UNSUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDispatchBoundResourceMapped">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DISPATCH_BOUND_RESOURCE_MAPPED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DISPATCH_BOUND_RESOURCE_MAPPED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDispatchThreadgroupcountOverflow">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DISPATCH_THREADGROUPCOUNT_OVERFLOW']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DISPATCH_THREADGROUPCOUNT_OVERFLOW</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDispatchThreadgroupcountZero">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DISPATCH_THREADGROUPCOUNT_ZERO']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DISPATCH_THREADGROUPCOUNT_ZERO</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceShaderresourceviewStructureStrideMismatch">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_SHADERRESOURCEVIEW_STRUCTURE_STRIDE_MISMATCH']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_SHADERRESOURCEVIEW_STRUCTURE_STRIDE_MISMATCH</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceShaderresourceviewBufferTypeMismatch">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_SHADERRESOURCEVIEW_BUFFER_TYPE_MISMATCH']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_SHADERRESOURCEVIEW_BUFFER_TYPE_MISMATCH</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceShaderresourceviewRawUnsupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_SHADERRESOURCEVIEW_RAW_UNSUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_SHADERRESOURCEVIEW_RAW_UNSUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDispatchUnsupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DISPATCH_UNSUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DISPATCH_UNSUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceDispatchindirectUnsupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_DISPATCHINDIRECT_UNSUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_DISPATCHINDIRECT_UNSUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CopystructurecountInvalidoffset">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_COPYSTRUCTURECOUNT_INVALIDOFFSET']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_COPYSTRUCTURECOUNT_INVALIDOFFSET</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CopystructurecountLargeoffset">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_COPYSTRUCTURECOUNT_LARGEOFFSET']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_COPYSTRUCTURECOUNT_LARGEOFFSET</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CopystructurecountInvaliddestinationstate">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_COPYSTRUCTURECOUNT_INVALIDDESTINATIONSTATE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_COPYSTRUCTURECOUNT_INVALIDDESTINATIONSTATE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CopystructurecountInvalidsourcestate">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_COPYSTRUCTURECOUNT_INVALIDSOURCESTATE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_COPYSTRUCTURECOUNT_INVALIDSOURCESTATE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.CheckformatsupportFormatNotSupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CHECKFORMATSUPPORT_FORMAT_NOT_SUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CHECKFORMATSUPPORT_FORMAT_NOT_SUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceCssetunorderedaccessviewsInvalidview">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_CSSETUNORDEREDACCESSVIEWS_INVALIDVIEW']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_CSSETUNORDEREDACCESSVIEWS_INVALIDVIEW</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceCssetunorderedaccessviewsInvalidoffset">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_CSSETUNORDEREDACCESSVIEWS_INVALIDOFFSET']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_CSSETUNORDEREDACCESSVIEWS_INVALIDOFFSET</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceCssetunorderedaccessviewsToomanyviews">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_CSSETUNORDEREDACCESSVIEWS_TOOMANYVIEWS']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_CSSETUNORDEREDACCESSVIEWS_TOOMANYVIEWS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.ClearunorderedaccessviewfloatInvalidformat">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_CLEARUNORDEREDACCESSVIEWFLOAT_INVALIDFORMAT']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_CLEARUNORDEREDACCESSVIEWFLOAT_INVALIDFORMAT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.DeviceUnorderedaccessviewCounterUnsupported">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_COUNTER_UNSUPPORTED']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_DEVICE_UNORDEREDACCESSVIEW_COUNTER_UNSUPPORTED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.RefWarning">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_REF_WARNING']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_REF_WARNING</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageId.D3D11MessagesEnd">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_ID_D3D11_MESSAGES_END']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID_D3D11_MESSAGES_END</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.MessageSeverity">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_SEVERITY']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_SEVERITY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageSeverity.Corruption">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_SEVERITY_CORRUPTION']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_SEVERITY_CORRUPTION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageSeverity.Error">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_SEVERITY_ERROR']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_SEVERITY_ERROR</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageSeverity.Warning">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_SEVERITY_WARNING']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_SEVERITY_WARNING</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.MessageSeverity.Information">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE_SEVERITY_INFO']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_SEVERITY_INFO</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.NormalMapFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_NORMALMAP_FLAG']/*"/>
|
|
<unmanaged>D3DX11_NORMALMAP_FLAG</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.NormalMapFlags.MirrorU">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_NORMALMAP_MIRROR_U']/*"/>
|
|
<unmanaged>D3DX11_NORMALMAP_MIRROR_U</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.NormalMapFlags.MirrorV">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_NORMALMAP_MIRROR_V']/*"/>
|
|
<unmanaged>D3DX11_NORMALMAP_MIRROR_V</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.NormalMapFlags.Mirror">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_NORMALMAP_MIRROR']/*"/>
|
|
<unmanaged>D3DX11_NORMALMAP_MIRROR</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.NormalMapFlags.Invertsign">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_NORMALMAP_INVERTSIGN']/*"/>
|
|
<unmanaged>D3DX11_NORMALMAP_INVERTSIGN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.NormalMapFlags.ComputeOcclusion">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_NORMALMAP_COMPUTE_OCCLUSION']/*"/>
|
|
<unmanaged>D3DX11_NORMALMAP_COMPUTE_OCCLUSION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.NormalMapFlags.None">
|
|
<summary>
|
|
None.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='']/*"/>
|
|
<unmanaged>None</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.QueryFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_MISC_FLAG']/*"/>
|
|
<unmanaged>D3D11_QUERY_MISC_FLAG</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.QueryFlags.Predicatehint">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_MISC_PREDICATEHINT']/*"/>
|
|
<unmanaged>D3D11_QUERY_MISC_PREDICATEHINT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.QueryFlags.None">
|
|
<summary>
|
|
None.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='']/*"/>
|
|
<unmanaged>None</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.QueryType">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY']/*"/>
|
|
<unmanaged>D3D11_QUERY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.QueryType.Event">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_EVENT']/*"/>
|
|
<unmanaged>D3D11_QUERY_EVENT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.QueryType.Occlusion">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_OCCLUSION']/*"/>
|
|
<unmanaged>D3D11_QUERY_OCCLUSION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.QueryType.Timestamp">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_TIMESTAMP']/*"/>
|
|
<unmanaged>D3D11_QUERY_TIMESTAMP</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.QueryType.TimestampDisjoint">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_TIMESTAMP_DISJOINT']/*"/>
|
|
<unmanaged>D3D11_QUERY_TIMESTAMP_DISJOINT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.QueryType.PipelineStatistics">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_PIPELINE_STATISTICS']/*"/>
|
|
<unmanaged>D3D11_QUERY_PIPELINE_STATISTICS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.QueryType.OcclusionPredicate">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_OCCLUSION_PREDICATE']/*"/>
|
|
<unmanaged>D3D11_QUERY_OCCLUSION_PREDICATE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.QueryType.StreamOutputStatistics">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_SO_STATISTICS']/*"/>
|
|
<unmanaged>D3D11_QUERY_SO_STATISTICS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.QueryType.StreamOutputOverflowPredicate">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_SO_OVERFLOW_PREDICATE']/*"/>
|
|
<unmanaged>D3D11_QUERY_SO_OVERFLOW_PREDICATE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.QueryType.StreamOutputStatisticsStream0">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_SO_STATISTICS_STREAM0']/*"/>
|
|
<unmanaged>D3D11_QUERY_SO_STATISTICS_STREAM0</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.QueryType.StreamOutputOverflowPredicateStream0">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_SO_OVERFLOW_PREDICATE_STREAM0']/*"/>
|
|
<unmanaged>D3D11_QUERY_SO_OVERFLOW_PREDICATE_STREAM0</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.QueryType.StreamOutputStatisticsStream1">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_SO_STATISTICS_STREAM1']/*"/>
|
|
<unmanaged>D3D11_QUERY_SO_STATISTICS_STREAM1</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.QueryType.StreamOutputOverflowPredicateStream1">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_SO_OVERFLOW_PREDICATE_STREAM1']/*"/>
|
|
<unmanaged>D3D11_QUERY_SO_OVERFLOW_PREDICATE_STREAM1</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.QueryType.StreamOutputStatisticsStream2">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_SO_STATISTICS_STREAM2']/*"/>
|
|
<unmanaged>D3D11_QUERY_SO_STATISTICS_STREAM2</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.QueryType.StreamOutputOverflowPredicateStream2">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_SO_OVERFLOW_PREDICATE_STREAM2']/*"/>
|
|
<unmanaged>D3D11_QUERY_SO_OVERFLOW_PREDICATE_STREAM2</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.QueryType.StreamOutputStatisticsStream3">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_SO_STATISTICS_STREAM3']/*"/>
|
|
<unmanaged>D3D11_QUERY_SO_STATISTICS_STREAM3</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.QueryType.StreamOutputOverflowPredicateStream3">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_SO_OVERFLOW_PREDICATE_STREAM3']/*"/>
|
|
<unmanaged>D3D11_QUERY_SO_OVERFLOW_PREDICATE_STREAM3</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.RenderTargetViewDimension">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RTV_DIMENSION']/*"/>
|
|
<unmanaged>D3D11_RTV_DIMENSION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDimension.Unknown">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RTV_DIMENSION_UNKNOWN']/*"/>
|
|
<unmanaged>D3D11_RTV_DIMENSION_UNKNOWN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDimension.Buffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RTV_DIMENSION_BUFFER']/*"/>
|
|
<unmanaged>D3D11_RTV_DIMENSION_BUFFER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDimension.Texture1D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RTV_DIMENSION_TEXTURE1D']/*"/>
|
|
<unmanaged>D3D11_RTV_DIMENSION_TEXTURE1D</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDimension.Texture1DArray">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RTV_DIMENSION_TEXTURE1DARRAY']/*"/>
|
|
<unmanaged>D3D11_RTV_DIMENSION_TEXTURE1DARRAY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDimension.Texture2D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RTV_DIMENSION_TEXTURE2D']/*"/>
|
|
<unmanaged>D3D11_RTV_DIMENSION_TEXTURE2D</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDimension.Texture2DArray">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RTV_DIMENSION_TEXTURE2DARRAY']/*"/>
|
|
<unmanaged>D3D11_RTV_DIMENSION_TEXTURE2DARRAY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDimension.Texture2DMultisampled">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RTV_DIMENSION_TEXTURE2DMS']/*"/>
|
|
<unmanaged>D3D11_RTV_DIMENSION_TEXTURE2DMS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDimension.Texture2DMultisampledArray">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RTV_DIMENSION_TEXTURE2DMSARRAY']/*"/>
|
|
<unmanaged>D3D11_RTV_DIMENSION_TEXTURE2DMSARRAY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDimension.Texture3D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RTV_DIMENSION_TEXTURE3D']/*"/>
|
|
<unmanaged>D3D11_RTV_DIMENSION_TEXTURE3D</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.ReportingLevel">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RLDO_FLAGS']/*"/>
|
|
<unmanaged>D3D11_RLDO_FLAGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ReportingLevel.Summary">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RLDO_SUMMARY']/*"/>
|
|
<unmanaged>D3D11_RLDO_SUMMARY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ReportingLevel.Detail">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RLDO_DETAIL']/*"/>
|
|
<unmanaged>D3D11_RLDO_DETAIL</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ReportingLevel.None">
|
|
<summary>
|
|
None.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='']/*"/>
|
|
<unmanaged>None</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.ResourceDimension">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RESOURCE_DIMENSION']/*"/>
|
|
<unmanaged>D3D11_RESOURCE_DIMENSION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ResourceDimension.Unknown">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RESOURCE_DIMENSION_UNKNOWN']/*"/>
|
|
<unmanaged>D3D11_RESOURCE_DIMENSION_UNKNOWN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ResourceDimension.Buffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RESOURCE_DIMENSION_BUFFER']/*"/>
|
|
<unmanaged>D3D11_RESOURCE_DIMENSION_BUFFER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ResourceDimension.Texture1D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RESOURCE_DIMENSION_TEXTURE1D']/*"/>
|
|
<unmanaged>D3D11_RESOURCE_DIMENSION_TEXTURE1D</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ResourceDimension.Texture2D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RESOURCE_DIMENSION_TEXTURE2D']/*"/>
|
|
<unmanaged>D3D11_RESOURCE_DIMENSION_TEXTURE2D</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ResourceDimension.Texture3D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RESOURCE_DIMENSION_TEXTURE3D']/*"/>
|
|
<unmanaged>D3D11_RESOURCE_DIMENSION_TEXTURE3D</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.ResourceOptionFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RESOURCE_MISC_FLAG']/*"/>
|
|
<unmanaged>D3D11_RESOURCE_MISC_FLAG</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ResourceOptionFlags.GenerateMipMaps">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RESOURCE_MISC_GENERATE_MIPS']/*"/>
|
|
<unmanaged>D3D11_RESOURCE_MISC_GENERATE_MIPS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ResourceOptionFlags.Shared">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RESOURCE_MISC_SHARED']/*"/>
|
|
<unmanaged>D3D11_RESOURCE_MISC_SHARED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ResourceOptionFlags.TextureCube">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RESOURCE_MISC_TEXTURECUBE']/*"/>
|
|
<unmanaged>D3D11_RESOURCE_MISC_TEXTURECUBE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ResourceOptionFlags.DrawindirectArgs">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RESOURCE_MISC_DRAWINDIRECT_ARGS']/*"/>
|
|
<unmanaged>D3D11_RESOURCE_MISC_DRAWINDIRECT_ARGS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ResourceOptionFlags.BufferAllowRawViews">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RESOURCE_MISC_BUFFER_ALLOW_RAW_VIEWS']/*"/>
|
|
<unmanaged>D3D11_RESOURCE_MISC_BUFFER_ALLOW_RAW_VIEWS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ResourceOptionFlags.BufferStructured">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RESOURCE_MISC_BUFFER_STRUCTURED']/*"/>
|
|
<unmanaged>D3D11_RESOURCE_MISC_BUFFER_STRUCTURED</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ResourceOptionFlags.ResourceClamp">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RESOURCE_MISC_RESOURCE_CLAMP']/*"/>
|
|
<unmanaged>D3D11_RESOURCE_MISC_RESOURCE_CLAMP</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ResourceOptionFlags.SharedKeyedmutex">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RESOURCE_MISC_SHARED_KEYEDMUTEX']/*"/>
|
|
<unmanaged>D3D11_RESOURCE_MISC_SHARED_KEYEDMUTEX</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ResourceOptionFlags.GdiCompatible">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RESOURCE_MISC_GDI_COMPATIBLE']/*"/>
|
|
<unmanaged>D3D11_RESOURCE_MISC_GDI_COMPATIBLE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ResourceOptionFlags.None">
|
|
<summary>
|
|
None.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='']/*"/>
|
|
<unmanaged>None</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.ResourceUsage">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_USAGE']/*"/>
|
|
<unmanaged>D3D11_USAGE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ResourceUsage.Default">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_USAGE_DEFAULT']/*"/>
|
|
<unmanaged>D3D11_USAGE_DEFAULT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ResourceUsage.Immutable">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_USAGE_IMMUTABLE']/*"/>
|
|
<unmanaged>D3D11_USAGE_IMMUTABLE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ResourceUsage.Dynamic">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_USAGE_DYNAMIC']/*"/>
|
|
<unmanaged>D3D11_USAGE_DYNAMIC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ResourceUsage.Staging">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_USAGE_STAGING']/*"/>
|
|
<unmanaged>D3D11_USAGE_STAGING</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.ScanDataType">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_SCAN_DATA_TYPE']/*"/>
|
|
<unmanaged>D3DX11_SCAN_DATA_TYPE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ScanDataType.Float">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_SCAN_DATA_TYPE_FLOAT']/*"/>
|
|
<unmanaged>D3DX11_SCAN_DATA_TYPE_FLOAT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ScanDataType.Int">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_SCAN_DATA_TYPE_INT']/*"/>
|
|
<unmanaged>D3DX11_SCAN_DATA_TYPE_INT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ScanDataType.UInt">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_SCAN_DATA_TYPE_UINT']/*"/>
|
|
<unmanaged>D3DX11_SCAN_DATA_TYPE_UINT</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.ScanDirection">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_SCAN_DIRECTION']/*"/>
|
|
<unmanaged>D3DX11_SCAN_DIRECTION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ScanDirection.Forward">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_SCAN_DIRECTION_FORWARD']/*"/>
|
|
<unmanaged>D3DX11_SCAN_DIRECTION_FORWARD</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ScanDirection.Backward">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_SCAN_DIRECTION_BACKWARD']/*"/>
|
|
<unmanaged>D3DX11_SCAN_DIRECTION_BACKWARD</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.ScanOpcode">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_SCAN_OPCODE']/*"/>
|
|
<unmanaged>D3DX11_SCAN_OPCODE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ScanOpcode.Add">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_SCAN_OPCODE_ADD']/*"/>
|
|
<unmanaged>D3DX11_SCAN_OPCODE_ADD</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ScanOpcode.Minimum">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_SCAN_OPCODE_MIN']/*"/>
|
|
<unmanaged>D3DX11_SCAN_OPCODE_MIN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ScanOpcode.Maximum">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_SCAN_OPCODE_MAX']/*"/>
|
|
<unmanaged>D3DX11_SCAN_OPCODE_MAX</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ScanOpcode.Mul">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_SCAN_OPCODE_MUL']/*"/>
|
|
<unmanaged>D3DX11_SCAN_OPCODE_MUL</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ScanOpcode.And">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_SCAN_OPCODE_AND']/*"/>
|
|
<unmanaged>D3DX11_SCAN_OPCODE_AND</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ScanOpcode.Or">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_SCAN_OPCODE_OR']/*"/>
|
|
<unmanaged>D3DX11_SCAN_OPCODE_OR</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ScanOpcode.Xor">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_SCAN_OPCODE_XOR']/*"/>
|
|
<unmanaged>D3DX11_SCAN_OPCODE_XOR</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.ShaderResourceViewExtendedBufferFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BUFFEREX_SRV_FLAG']/*"/>
|
|
<unmanaged>D3D11_BUFFEREX_SRV_FLAG</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewExtendedBufferFlags.Raw">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BUFFEREX_SRV_FLAG_RAW']/*"/>
|
|
<unmanaged>D3D11_BUFFEREX_SRV_FLAG_RAW</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewExtendedBufferFlags.None">
|
|
<summary>
|
|
None.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='']/*"/>
|
|
<unmanaged>None</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.StandardMultisampleQualityLevels">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_STANDARD_MULTISAMPLE_QUALITY_LEVELS']/*"/>
|
|
<unmanaged>D3D11_STANDARD_MULTISAMPLE_QUALITY_LEVELS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StandardMultisampleQualityLevels.StandardMultisamplePattern">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_STANDARD_MULTISAMPLE_PATTERN']/*"/>
|
|
<unmanaged>D3D11_STANDARD_MULTISAMPLE_PATTERN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StandardMultisampleQualityLevels.CenterMultisamplePattern">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_CENTER_MULTISAMPLE_PATTERN']/*"/>
|
|
<unmanaged>D3D11_CENTER_MULTISAMPLE_PATTERN</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.StencilOperation">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_STENCIL_OP']/*"/>
|
|
<unmanaged>D3D11_STENCIL_OP</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StencilOperation.Keep">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_STENCIL_OP_KEEP']/*"/>
|
|
<unmanaged>D3D11_STENCIL_OP_KEEP</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StencilOperation.Zero">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_STENCIL_OP_ZERO']/*"/>
|
|
<unmanaged>D3D11_STENCIL_OP_ZERO</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StencilOperation.Replace">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_STENCIL_OP_REPLACE']/*"/>
|
|
<unmanaged>D3D11_STENCIL_OP_REPLACE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StencilOperation.IncrementAndClamp">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_STENCIL_OP_INCR_SAT']/*"/>
|
|
<unmanaged>D3D11_STENCIL_OP_INCR_SAT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StencilOperation.DecrementAndClamp">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_STENCIL_OP_DECR_SAT']/*"/>
|
|
<unmanaged>D3D11_STENCIL_OP_DECR_SAT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StencilOperation.Invert">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_STENCIL_OP_INVERT']/*"/>
|
|
<unmanaged>D3D11_STENCIL_OP_INVERT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StencilOperation.Increment">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_STENCIL_OP_INCR']/*"/>
|
|
<unmanaged>D3D11_STENCIL_OP_INCR</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StencilOperation.Decrement">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_STENCIL_OP_DECR']/*"/>
|
|
<unmanaged>D3D11_STENCIL_OP_DECR</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.TextureAddressMode">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE_ADDRESS_MODE']/*"/>
|
|
<unmanaged>D3D11_TEXTURE_ADDRESS_MODE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.TextureAddressMode.Wrap">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE_ADDRESS_WRAP']/*"/>
|
|
<unmanaged>D3D11_TEXTURE_ADDRESS_WRAP</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.TextureAddressMode.Mirror">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE_ADDRESS_MIRROR']/*"/>
|
|
<unmanaged>D3D11_TEXTURE_ADDRESS_MIRROR</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.TextureAddressMode.Clamp">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE_ADDRESS_CLAMP']/*"/>
|
|
<unmanaged>D3D11_TEXTURE_ADDRESS_CLAMP</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.TextureAddressMode.Border">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE_ADDRESS_BORDER']/*"/>
|
|
<unmanaged>D3D11_TEXTURE_ADDRESS_BORDER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.TextureAddressMode.MirrorOnce">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE_ADDRESS_MIRROR_ONCE']/*"/>
|
|
<unmanaged>D3D11_TEXTURE_ADDRESS_MIRROR_ONCE</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.TextureCubeFace">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURECUBE_FACE']/*"/>
|
|
<unmanaged>D3D11_TEXTURECUBE_FACE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.TextureCubeFace.PositiveX">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURECUBE_FACE_POSITIVE_X']/*"/>
|
|
<unmanaged>D3D11_TEXTURECUBE_FACE_POSITIVE_X</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.TextureCubeFace.NegativeX">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURECUBE_FACE_NEGATIVE_X']/*"/>
|
|
<unmanaged>D3D11_TEXTURECUBE_FACE_NEGATIVE_X</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.TextureCubeFace.PositiveY">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURECUBE_FACE_POSITIVE_Y']/*"/>
|
|
<unmanaged>D3D11_TEXTURECUBE_FACE_POSITIVE_Y</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.TextureCubeFace.NegativeY">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURECUBE_FACE_NEGATIVE_Y']/*"/>
|
|
<unmanaged>D3D11_TEXTURECUBE_FACE_NEGATIVE_Y</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.TextureCubeFace.PositiveZ">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURECUBE_FACE_POSITIVE_Z']/*"/>
|
|
<unmanaged>D3D11_TEXTURECUBE_FACE_POSITIVE_Z</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.TextureCubeFace.NegativeZ">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURECUBE_FACE_NEGATIVE_Z']/*"/>
|
|
<unmanaged>D3D11_TEXTURECUBE_FACE_NEGATIVE_Z</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.UnorderedAccessViewBufferFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BUFFER_UAV_FLAG']/*"/>
|
|
<unmanaged>D3D11_BUFFER_UAV_FLAG</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewBufferFlags.Raw">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BUFFER_UAV_FLAG_RAW']/*"/>
|
|
<unmanaged>D3D11_BUFFER_UAV_FLAG_RAW</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewBufferFlags.Append">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BUFFER_UAV_FLAG_APPEND']/*"/>
|
|
<unmanaged>D3D11_BUFFER_UAV_FLAG_APPEND</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewBufferFlags.Counter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BUFFER_UAV_FLAG_COUNTER']/*"/>
|
|
<unmanaged>D3D11_BUFFER_UAV_FLAG_COUNTER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewBufferFlags.None">
|
|
<summary>
|
|
None.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='']/*"/>
|
|
<unmanaged>None</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.UnorderedAccessViewDimension">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_UAV_DIMENSION']/*"/>
|
|
<unmanaged>D3D11_UAV_DIMENSION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewDimension.Unknown">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_UAV_DIMENSION_UNKNOWN']/*"/>
|
|
<unmanaged>D3D11_UAV_DIMENSION_UNKNOWN</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewDimension.Buffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_UAV_DIMENSION_BUFFER']/*"/>
|
|
<unmanaged>D3D11_UAV_DIMENSION_BUFFER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewDimension.Texture1D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_UAV_DIMENSION_TEXTURE1D']/*"/>
|
|
<unmanaged>D3D11_UAV_DIMENSION_TEXTURE1D</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewDimension.Texture1DArray">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_UAV_DIMENSION_TEXTURE1DARRAY']/*"/>
|
|
<unmanaged>D3D11_UAV_DIMENSION_TEXTURE1DARRAY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewDimension.Texture2D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_UAV_DIMENSION_TEXTURE2D']/*"/>
|
|
<unmanaged>D3D11_UAV_DIMENSION_TEXTURE2D</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewDimension.Texture2DArray">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_UAV_DIMENSION_TEXTURE2DARRAY']/*"/>
|
|
<unmanaged>D3D11_UAV_DIMENSION_TEXTURE2DARRAY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewDimension.Texture3D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_UAV_DIMENSION_TEXTURE3D']/*"/>
|
|
<unmanaged>D3D11_UAV_DIMENSION_TEXTURE3D</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.D3D11">
|
|
<summary>
|
|
Functions
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.Direct3D11.D3D11']/*"/>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.D3D11.SdkVersion">
|
|
<summary>Constant SdkVersion.</summary>
|
|
<unmanaged>D3D11_SDK_VERSION</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.D3D11.DllHandle0_">
|
|
<summary>
|
|
DLLs loaders
|
|
</summary>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.D3D11.CreateDeviceAndSwapChain(SharpDX.DXGI.Adapter,SharpDX.Direct3D.DriverType,System.IntPtr,SharpDX.Direct3D11.DeviceCreationFlags,SharpDX.Direct3D.FeatureLevel[],System.Int32,System.Int32,SharpDX.DXGI.SwapChainDescription@,SharpDX.DXGI.SwapChain@,SharpDX.Direct3D11.Device@,SharpDX.Direct3D.FeatureLevel@,SharpDX.Direct3D11.DeviceContext@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="adapterRef">No documentation.</param>
|
|
<param name="driverType">No documentation.</param>
|
|
<param name="software">No documentation.</param>
|
|
<param name="flags">No documentation.</param>
|
|
<param name="featureLevelsRef">No documentation.</param>
|
|
<param name="featureLevels">No documentation.</param>
|
|
<param name="sDKVersion">No documentation.</param>
|
|
<param name="swapChainDescRef">No documentation.</param>
|
|
<param name="swapChainOut">No documentation.</param>
|
|
<param name="deviceOut">No documentation.</param>
|
|
<param name="featureLevelRef">No documentation.</param>
|
|
<param name="immediateContextOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11CreateDeviceAndSwapChain']/*"/>
|
|
<unmanaged>HRESULT D3D11CreateDeviceAndSwapChain([In, Optional] IDXGIAdapter* pAdapter,[In] D3D_DRIVER_TYPE DriverType,[In] HINSTANCE Software,[In] D3D11_CREATE_DEVICE_FLAG Flags,[In, Buffer, Optional] const D3D_FEATURE_LEVEL* pFeatureLevels,[In] unsigned int FeatureLevels,[In] unsigned int SDKVersion,[In] const DXGI_SWAP_CHAIN_DESC* pSwapChainDesc,[Out, Optional] IDXGISwapChain** ppSwapChain,[Out, Optional] ID3D11Device** ppDevice,[Out, Optional] D3D_FEATURE_LEVEL* pFeatureLevel,[Out, Optional] ID3D11DeviceContext** ppImmediateContext)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.D3D11.CreateDevice(SharpDX.DXGI.Adapter,SharpDX.Direct3D.DriverType,System.IntPtr,SharpDX.Direct3D11.DeviceCreationFlags,SharpDX.Direct3D.FeatureLevel[],System.Int32,System.Int32,SharpDX.Direct3D11.Device,SharpDX.Direct3D.FeatureLevel@,SharpDX.Direct3D11.DeviceContext@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="adapterRef">No documentation.</param>
|
|
<param name="driverType">No documentation.</param>
|
|
<param name="software">No documentation.</param>
|
|
<param name="flags">No documentation.</param>
|
|
<param name="featureLevelsRef">No documentation.</param>
|
|
<param name="featureLevels">No documentation.</param>
|
|
<param name="sDKVersion">No documentation.</param>
|
|
<param name="deviceOut">No documentation.</param>
|
|
<param name="featureLevelRef">No documentation.</param>
|
|
<param name="immediateContextOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11CreateDevice']/*"/>
|
|
<unmanaged>HRESULT D3D11CreateDevice([In, Optional] IDXGIAdapter* pAdapter,[In] D3D_DRIVER_TYPE DriverType,[In] HINSTANCE Software,[In] D3D11_CREATE_DEVICE_FLAG Flags,[In, Buffer, Optional] const D3D_FEATURE_LEVEL* pFeatureLevels,[In] unsigned int FeatureLevels,[In] unsigned int SDKVersion,[Out, Fast] ID3D11Device** ppDevice,[Out, Optional] D3D_FEATURE_LEVEL* pFeatureLevel,[Out, Optional] ID3D11DeviceContext** ppImmediateContext)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.D3DCSX">
|
|
<summary>
|
|
Functions
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.Direct3D11.D3DCSX']/*"/>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.D3DCSX.DllHandle0_">
|
|
<summary>
|
|
DLLs loaders
|
|
</summary>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.D3DCSX.CreateFFT2DComplex(SharpDX.Direct3D11.DeviceContext,System.Int32,System.Int32,System.Int32,SharpDX.Direct3D11.FastFourierTransformBufferRequirements@,SharpDX.Direct3D11.FastFourierTransform@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="deviceContextRef">No documentation.</param>
|
|
<param name="x">No documentation.</param>
|
|
<param name="y">No documentation.</param>
|
|
<param name="flags">No documentation.</param>
|
|
<param name="bufferInfoRef">No documentation.</param>
|
|
<param name="fFTOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11CreateFFT2DComplex']/*"/>
|
|
<unmanaged>HRESULT D3DX11CreateFFT2DComplex([In] ID3D11DeviceContext* pDeviceContext,[In] unsigned int X,[In] unsigned int Y,[In] unsigned int Flags,[Out] D3DX11_FFT_BUFFER_INFO* pBufferInfo,[Out] ID3DX11FFT** ppFFT)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.D3DCSX.CreateFFT(SharpDX.Direct3D11.DeviceContext,SharpDX.Direct3D11.FastFourierTransformDescription@,System.Int32,SharpDX.Direct3D11.FastFourierTransformBufferRequirements@,SharpDX.Direct3D11.FastFourierTransform)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="deviceContextRef">No documentation.</param>
|
|
<param name="descRef">No documentation.</param>
|
|
<param name="flags">No documentation.</param>
|
|
<param name="bufferInfoRef">No documentation.</param>
|
|
<param name="fFTOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11CreateFFT']/*"/>
|
|
<unmanaged>HRESULT D3DX11CreateFFT([In] ID3D11DeviceContext* pDeviceContext,[In] const D3DX11_FFT_DESC* pDesc,[In] unsigned int Flags,[Out] D3DX11_FFT_BUFFER_INFO* pBufferInfo,[Out, Fast] ID3DX11FFT** ppFFT)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.D3DCSX.CreateFFT1DComplex(SharpDX.Direct3D11.DeviceContext,System.Int32,System.Int32,SharpDX.Direct3D11.FastFourierTransformBufferRequirements@,SharpDX.Direct3D11.FastFourierTransform@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="deviceContextRef">No documentation.</param>
|
|
<param name="x">No documentation.</param>
|
|
<param name="flags">No documentation.</param>
|
|
<param name="bufferInfoRef">No documentation.</param>
|
|
<param name="fFTOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11CreateFFT1DComplex']/*"/>
|
|
<unmanaged>HRESULT D3DX11CreateFFT1DComplex([In] ID3D11DeviceContext* pDeviceContext,[In] unsigned int X,[In] unsigned int Flags,[Out] D3DX11_FFT_BUFFER_INFO* pBufferInfo,[Out] ID3DX11FFT** ppFFT)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.D3DCSX.CreateSegmentedScan(SharpDX.Direct3D11.DeviceContext,System.Int32,SharpDX.Direct3D11.SegmentedScan)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="deviceContextRef">No documentation.</param>
|
|
<param name="maxElementScanSize">No documentation.</param>
|
|
<param name="scanOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11CreateSegmentedScan']/*"/>
|
|
<unmanaged>HRESULT D3DX11CreateSegmentedScan([In] ID3D11DeviceContext* pDeviceContext,[In] unsigned int MaxElementScanSize,[Out, Fast] ID3DX11SegmentedScan** ppScan)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.D3DCSX.CreateFFT2DReal(SharpDX.Direct3D11.DeviceContext,System.Int32,System.Int32,System.Int32,SharpDX.Direct3D11.FastFourierTransformBufferRequirements@,SharpDX.Direct3D11.FastFourierTransform@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="deviceContextRef">No documentation.</param>
|
|
<param name="x">No documentation.</param>
|
|
<param name="y">No documentation.</param>
|
|
<param name="flags">No documentation.</param>
|
|
<param name="bufferInfoRef">No documentation.</param>
|
|
<param name="fFTOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11CreateFFT2DReal']/*"/>
|
|
<unmanaged>HRESULT D3DX11CreateFFT2DReal([In] ID3D11DeviceContext* pDeviceContext,[In] unsigned int X,[In] unsigned int Y,[In] unsigned int Flags,[Out] D3DX11_FFT_BUFFER_INFO* pBufferInfo,[Out] ID3DX11FFT** ppFFT)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.D3DCSX.CreateScan(SharpDX.Direct3D11.DeviceContext,System.Int32,System.Int32,SharpDX.Direct3D11.Scan)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="deviceContextRef">No documentation.</param>
|
|
<param name="maxElementScanSize">No documentation.</param>
|
|
<param name="maxScanCount">No documentation.</param>
|
|
<param name="scanOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11CreateScan']/*"/>
|
|
<unmanaged>HRESULT D3DX11CreateScan([In] ID3D11DeviceContext* pDeviceContext,[In] unsigned int MaxElementScanSize,[In] unsigned int MaxScanCount,[Out, Fast] ID3DX11Scan** ppScan)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.D3DCSX.CreateFFT1DReal(SharpDX.Direct3D11.DeviceContext,System.Int32,System.Int32,SharpDX.Direct3D11.FastFourierTransformBufferRequirements@,SharpDX.Direct3D11.FastFourierTransform@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="deviceContextRef">No documentation.</param>
|
|
<param name="x">No documentation.</param>
|
|
<param name="flags">No documentation.</param>
|
|
<param name="bufferInfoRef">No documentation.</param>
|
|
<param name="fFTOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11CreateFFT1DReal']/*"/>
|
|
<unmanaged>HRESULT D3DX11CreateFFT1DReal([In] ID3D11DeviceContext* pDeviceContext,[In] unsigned int X,[In] unsigned int Flags,[Out] D3DX11_FFT_BUFFER_INFO* pBufferInfo,[Out] ID3DX11FFT** ppFFT)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.D3DCSX.CreateFFT3DComplex(SharpDX.Direct3D11.DeviceContext,System.Int32,System.Int32,System.Int32,System.Int32,SharpDX.Direct3D11.FastFourierTransformBufferRequirements@,SharpDX.Direct3D11.FastFourierTransform@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="deviceContextRef">No documentation.</param>
|
|
<param name="x">No documentation.</param>
|
|
<param name="y">No documentation.</param>
|
|
<param name="z">No documentation.</param>
|
|
<param name="flags">No documentation.</param>
|
|
<param name="bufferInfoRef">No documentation.</param>
|
|
<param name="fFTOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11CreateFFT3DComplex']/*"/>
|
|
<unmanaged>HRESULT D3DX11CreateFFT3DComplex([In] ID3D11DeviceContext* pDeviceContext,[In] unsigned int X,[In] unsigned int Y,[In] unsigned int Z,[In] unsigned int Flags,[Out] D3DX11_FFT_BUFFER_INFO* pBufferInfo,[Out] ID3DX11FFT** ppFFT)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.D3DCSX.CreateFFT3DReal(SharpDX.Direct3D11.DeviceContext,System.Int32,System.Int32,System.Int32,System.Int32,SharpDX.Direct3D11.FastFourierTransformBufferRequirements@,SharpDX.Direct3D11.FastFourierTransform@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="deviceContextRef">No documentation.</param>
|
|
<param name="x">No documentation.</param>
|
|
<param name="y">No documentation.</param>
|
|
<param name="z">No documentation.</param>
|
|
<param name="flags">No documentation.</param>
|
|
<param name="bufferInfoRef">No documentation.</param>
|
|
<param name="fFTOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11CreateFFT3DReal']/*"/>
|
|
<unmanaged>HRESULT D3DX11CreateFFT3DReal([In] ID3D11DeviceContext* pDeviceContext,[In] unsigned int X,[In] unsigned int Y,[In] unsigned int Z,[In] unsigned int Flags,[Out] D3DX11_FFT_BUFFER_INFO* pBufferInfo,[Out] ID3DX11FFT** ppFFT)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.D3DX11">
|
|
<summary>
|
|
Functions
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.Direct3D11.D3DX11']/*"/>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.D3DX11.DllHandle0_">
|
|
<summary>
|
|
DLLs loaders
|
|
</summary>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.D3DX11.CheckVersion(System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="d3DSdkVersion">No documentation.</param>
|
|
<param name="d3DX11SdkVersion">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11CheckVersion']/*"/>
|
|
<unmanaged>HRESULT D3DX11CheckVersion([In] unsigned int D3DSdkVersion,[In] unsigned int D3DX11SdkVersion)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.D3DX11.CreateTextureFromResource(SharpDX.Direct3D11.Device,System.IntPtr,System.String,System.Nullable{SharpDX.Direct3D11.ImageLoadInformation},System.IntPtr,SharpDX.Direct3D11.Resource@,SharpDX.Result@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="deviceRef">No documentation.</param>
|
|
<param name="hSrcModule">No documentation.</param>
|
|
<param name="srcResourceRef">No documentation.</param>
|
|
<param name="loadInfoRef">No documentation.</param>
|
|
<param name="pumpRef">No documentation.</param>
|
|
<param name="textureOut">No documentation.</param>
|
|
<param name="hResultRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11CreateTextureFromResourceW']/*"/>
|
|
<unmanaged>HRESULT D3DX11CreateTextureFromResourceW([In] ID3D11Device* pDevice,[In] HINSTANCE hSrcModule,[In] const wchar_t* pSrcResource,[In, Optional] D3DX11_IMAGE_LOAD_INFO* pLoadInfo,[In] ID3DX11ThreadPump* pPump,[Out] ID3D11Resource** ppTexture,[Out] HRESULT* pHResult)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.D3DX11.CreateShaderResourceViewFromResource(SharpDX.Direct3D11.Device,System.IntPtr,System.String,System.Nullable{SharpDX.Direct3D11.ImageLoadInformation},System.IntPtr,SharpDX.Direct3D11.ShaderResourceView@,SharpDX.Result@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="deviceRef">No documentation.</param>
|
|
<param name="hSrcModule">No documentation.</param>
|
|
<param name="srcResourceRef">No documentation.</param>
|
|
<param name="loadInfoRef">No documentation.</param>
|
|
<param name="pumpRef">No documentation.</param>
|
|
<param name="shaderResourceViewOut">No documentation.</param>
|
|
<param name="hResultRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11CreateShaderResourceViewFromResourceW']/*"/>
|
|
<unmanaged>HRESULT D3DX11CreateShaderResourceViewFromResourceW([In] ID3D11Device* pDevice,[In] HINSTANCE hSrcModule,[In] const wchar_t* pSrcResource,[In, Optional] D3DX11_IMAGE_LOAD_INFO* pLoadInfo,[In] ID3DX11ThreadPump* pPump,[In] ID3D11ShaderResourceView** ppShaderResourceView,[Out] HRESULT* pHResult)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.D3DX11.CreateTextureFromMemory(SharpDX.Direct3D11.Device,System.IntPtr,SharpDX.Size,System.Nullable{SharpDX.Direct3D11.ImageLoadInformation},System.IntPtr,SharpDX.Direct3D11.Resource@,SharpDX.Result@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="deviceRef">No documentation.</param>
|
|
<param name="srcDataRef">No documentation.</param>
|
|
<param name="srcDataSize">No documentation.</param>
|
|
<param name="loadInfoRef">No documentation.</param>
|
|
<param name="pumpRef">No documentation.</param>
|
|
<param name="textureOut">No documentation.</param>
|
|
<param name="hResultRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11CreateTextureFromMemory']/*"/>
|
|
<unmanaged>HRESULT D3DX11CreateTextureFromMemory([In] ID3D11Device* pDevice,[In] const void* pSrcData,[In] SIZE_T SrcDataSize,[In, Optional] D3DX11_IMAGE_LOAD_INFO* pLoadInfo,[In] ID3DX11ThreadPump* pPump,[Out] ID3D11Resource** ppTexture,[Out] HRESULT* pHResult)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.D3DX11.GetImageInfoFromMemory(System.IntPtr,SharpDX.Size,System.IntPtr,SharpDX.Direct3D11.ImageInformation@,SharpDX.Result@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="srcDataRef">No documentation.</param>
|
|
<param name="srcDataSize">No documentation.</param>
|
|
<param name="pumpRef">No documentation.</param>
|
|
<param name="srcInfoRef">No documentation.</param>
|
|
<param name="hResultRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11GetImageInfoFromMemory']/*"/>
|
|
<unmanaged>HRESULT D3DX11GetImageInfoFromMemory([In] const void* pSrcData,[In] SIZE_T SrcDataSize,[In] ID3DX11ThreadPump* pPump,[In] D3DX11_IMAGE_INFO* pSrcInfo,[Out] HRESULT* pHResult)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.D3DX11.SHProjectCubeMap(SharpDX.Direct3D11.DeviceContext,System.Int32,SharpDX.Direct3D11.Texture2D,System.Single[],System.Single[],System.Single[])">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="contextRef">No documentation.</param>
|
|
<param name="order">No documentation.</param>
|
|
<param name="cubeMapRef">No documentation.</param>
|
|
<param name="rOutRef">No documentation.</param>
|
|
<param name="gOutRef">No documentation.</param>
|
|
<param name="bOutRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11SHProjectCubeMap']/*"/>
|
|
<unmanaged>HRESULT D3DX11SHProjectCubeMap([In] ID3D11DeviceContext* pContext,[In] unsigned int Order,[In] ID3D11Texture2D* pCubeMap,[Out, Buffer] float* pROut,[Out, Buffer, Optional] float* pGOut,[Out, Buffer, Optional] float* pBOut)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.D3DX11.ComputeNormalMap(SharpDX.Direct3D11.DeviceContext,SharpDX.Direct3D11.Texture2D,SharpDX.Direct3D11.NormalMapFlags,SharpDX.Direct3D11.Channel,System.Single,SharpDX.Direct3D11.Texture2D)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="contextRef">No documentation.</param>
|
|
<param name="srcTextureRef">No documentation.</param>
|
|
<param name="flags">No documentation.</param>
|
|
<param name="channel">No documentation.</param>
|
|
<param name="amplitude">No documentation.</param>
|
|
<param name="destTextureRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11ComputeNormalMap']/*"/>
|
|
<unmanaged>HRESULT D3DX11ComputeNormalMap([In] ID3D11DeviceContext* pContext,[In] ID3D11Texture2D* pSrcTexture,[In] D3DX11_NORMALMAP_FLAG Flags,[In] D3DX11_CHANNEL_FLAG Channel,[In] float Amplitude,[In] ID3D11Texture2D* pDestTexture)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.D3DX11.CreateShaderResourceViewFromMemory(SharpDX.Direct3D11.Device,System.IntPtr,SharpDX.Size,System.Nullable{SharpDX.Direct3D11.ImageLoadInformation},System.IntPtr,SharpDX.Direct3D11.ShaderResourceView@,SharpDX.Result@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="deviceRef">No documentation.</param>
|
|
<param name="srcDataRef">No documentation.</param>
|
|
<param name="srcDataSize">No documentation.</param>
|
|
<param name="loadInfoRef">No documentation.</param>
|
|
<param name="pumpRef">No documentation.</param>
|
|
<param name="shaderResourceViewOut">No documentation.</param>
|
|
<param name="hResultRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11CreateShaderResourceViewFromMemory']/*"/>
|
|
<unmanaged>HRESULT D3DX11CreateShaderResourceViewFromMemory([In] ID3D11Device* pDevice,[In] const void* pSrcData,[In] SIZE_T SrcDataSize,[In, Optional] D3DX11_IMAGE_LOAD_INFO* pLoadInfo,[In] ID3DX11ThreadPump* pPump,[In] ID3D11ShaderResourceView** ppShaderResourceView,[Out] HRESULT* pHResult)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.D3DX11.GetImageInfoFromResource(System.IntPtr,System.String,System.IntPtr,SharpDX.Direct3D11.ImageInformation@,SharpDX.Result@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="hSrcModule">No documentation.</param>
|
|
<param name="srcResourceRef">No documentation.</param>
|
|
<param name="pumpRef">No documentation.</param>
|
|
<param name="srcInfoRef">No documentation.</param>
|
|
<param name="hResultRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11GetImageInfoFromResourceW']/*"/>
|
|
<unmanaged>HRESULT D3DX11GetImageInfoFromResourceW([In] HINSTANCE hSrcModule,[In] const wchar_t* pSrcResource,[In] ID3DX11ThreadPump* pPump,[In] D3DX11_IMAGE_INFO* pSrcInfo,[Out] HRESULT* pHResult)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.D3DX11.CreateShaderResourceViewFromFile(SharpDX.Direct3D11.Device,System.String,System.Nullable{SharpDX.Direct3D11.ImageLoadInformation},System.IntPtr,SharpDX.Direct3D11.ShaderResourceView@,SharpDX.Result@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="deviceRef">No documentation.</param>
|
|
<param name="srcFileRef">No documentation.</param>
|
|
<param name="loadInfoRef">No documentation.</param>
|
|
<param name="pumpRef">No documentation.</param>
|
|
<param name="shaderResourceViewOut">No documentation.</param>
|
|
<param name="hResultRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11CreateShaderResourceViewFromFileW']/*"/>
|
|
<unmanaged>HRESULT D3DX11CreateShaderResourceViewFromFileW([In] ID3D11Device* pDevice,[In] const wchar_t* pSrcFile,[In, Optional] D3DX11_IMAGE_LOAD_INFO* pLoadInfo,[In] ID3DX11ThreadPump* pPump,[In] ID3D11ShaderResourceView** ppShaderResourceView,[Out] HRESULT* pHResult)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.D3DX11.LoadTextureFromTexture(SharpDX.Direct3D11.DeviceContext,SharpDX.Direct3D11.Resource,SharpDX.Direct3D11.TextureLoadInformation,SharpDX.Direct3D11.Resource)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="contextRef">No documentation.</param>
|
|
<param name="srcTextureRef">No documentation.</param>
|
|
<param name="loadInfoRef">No documentation.</param>
|
|
<param name="dstTextureRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11LoadTextureFromTexture']/*"/>
|
|
<unmanaged>HRESULT D3DX11LoadTextureFromTexture([In] ID3D11DeviceContext* pContext,[In] ID3D11Resource* pSrcTexture,[In] D3DX11_TEXTURE_LOAD_INFO* pLoadInfo,[In] ID3D11Resource* pDstTexture)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.D3DX11.GetImageInfoFromFile(System.String,System.IntPtr,SharpDX.Direct3D11.ImageInformation@,SharpDX.Result@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="srcFileRef">No documentation.</param>
|
|
<param name="pumpRef">No documentation.</param>
|
|
<param name="srcInfoRef">No documentation.</param>
|
|
<param name="hResultRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11GetImageInfoFromFileW']/*"/>
|
|
<unmanaged>HRESULT D3DX11GetImageInfoFromFileW([In] const wchar_t* pSrcFile,[In] ID3DX11ThreadPump* pPump,[In] D3DX11_IMAGE_INFO* pSrcInfo,[Out] HRESULT* pHResult)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.D3DX11.CreateTextureFromFile(SharpDX.Direct3D11.Device,System.String,System.Nullable{SharpDX.Direct3D11.ImageLoadInformation},System.IntPtr,SharpDX.Direct3D11.Resource@,SharpDX.Result@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="deviceRef">No documentation.</param>
|
|
<param name="srcFileRef">No documentation.</param>
|
|
<param name="loadInfoRef">No documentation.</param>
|
|
<param name="pumpRef">No documentation.</param>
|
|
<param name="textureOut">No documentation.</param>
|
|
<param name="hResultRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11CreateTextureFromFileW']/*"/>
|
|
<unmanaged>HRESULT D3DX11CreateTextureFromFileW([In] ID3D11Device* pDevice,[In] const wchar_t* pSrcFile,[In, Optional] D3DX11_IMAGE_LOAD_INFO* pLoadInfo,[In] ID3DX11ThreadPump* pPump,[Out] ID3D11Resource** ppTexture,[Out] HRESULT* pHResult)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.D3DX11.SaveTextureToMemory(SharpDX.Direct3D11.DeviceContext,SharpDX.Direct3D11.Resource,SharpDX.Direct3D11.ImageFileFormat,SharpDX.Direct3D.Blob@,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="contextRef">No documentation.</param>
|
|
<param name="srcTextureRef">No documentation.</param>
|
|
<param name="destFormat">No documentation.</param>
|
|
<param name="destBufOut">No documentation.</param>
|
|
<param name="flags">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11SaveTextureToMemory']/*"/>
|
|
<unmanaged>HRESULT D3DX11SaveTextureToMemory([In] ID3D11DeviceContext* pContext,[In] ID3D11Resource* pSrcTexture,[In] D3DX11_IMAGE_FILE_FORMAT DestFormat,[Out] ID3D10Blob** ppDestBuf,[In] unsigned int Flags)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.D3DX11.FilterTexture(SharpDX.Direct3D11.DeviceContext,SharpDX.Direct3D11.Resource,System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="contextRef">No documentation.</param>
|
|
<param name="textureRef">No documentation.</param>
|
|
<param name="srcLevel">No documentation.</param>
|
|
<param name="mipFilter">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11FilterTexture']/*"/>
|
|
<unmanaged>HRESULT D3DX11FilterTexture([In] ID3D11DeviceContext* pContext,[In] ID3D11Resource* pTexture,[In] unsigned int SrcLevel,[In] unsigned int MipFilter)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.D3DX11.SaveTextureToFile(SharpDX.Direct3D11.DeviceContext,SharpDX.Direct3D11.Resource,SharpDX.Direct3D11.ImageFileFormat,System.String)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="contextRef">No documentation.</param>
|
|
<param name="srcTextureRef">No documentation.</param>
|
|
<param name="destFormat">No documentation.</param>
|
|
<param name="destFileRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11SaveTextureToFileW']/*"/>
|
|
<unmanaged>HRESULT D3DX11SaveTextureToFileW([In] ID3D11DeviceContext* pContext,[In] ID3D11Resource* pSrcTexture,[In] D3DX11_IMAGE_FILE_FORMAT DestFormat,[In] const wchar_t* pDestFile)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.D3DX11Effects">
|
|
<summary>
|
|
Functions
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='SharpDX.Direct3D11.D3DX11Effects']/*"/>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.D3DX11Effects.DllHandle0_">
|
|
<summary>
|
|
DLLs loaders
|
|
</summary>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.D3DX11Effects.CreateEffectFromMemory(System.IntPtr,SharpDX.Size,System.Int32,SharpDX.Direct3D11.Device,SharpDX.Direct3D11.Effect)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="dataRef">No documentation.</param>
|
|
<param name="dataLength">No documentation.</param>
|
|
<param name="fXFlags">No documentation.</param>
|
|
<param name="deviceRef">No documentation.</param>
|
|
<param name="effectOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11CreateEffectFromMemory']/*"/>
|
|
<unmanaged>HRESULT D3DX11CreateEffectFromMemory([In] const void* pData,[In] SIZE_T DataLength,[In] unsigned int FXFlags,[In] ID3D11Device* pDevice,[Out, Fast] ID3DX11Effect** ppEffect)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.CommandList">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11CommandList']/*"/>
|
|
<unmanaged>ID3D11CommandList</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.CommandList.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.CommandList"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.CommandList.GetContextFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11CommandList::GetContextFlags']/*"/>
|
|
<unmanaged>unsigned int ID3D11CommandList::GetContextFlags()</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.CommandList.ContextFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11CommandList::GetContextFlags']/*"/>
|
|
<unmanaged>GetContextFlags</unmanaged>
|
|
<unmanaged>unsigned int ID3D11CommandList::GetContextFlags()</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.EffectClassInstanceVariable">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectClassInstanceVariable']/*"/>
|
|
<unmanaged>ID3DX11EffectClassInstanceVariable</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectClassInstanceVariable.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.EffectClassInstanceVariable"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectClassInstanceVariable.GetClassInstance(SharpDX.Direct3D11.ClassInstance@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="classInstanceOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectClassInstanceVariable::GetClassInstance']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectClassInstanceVariable::GetClassInstance([In] ID3D11ClassInstance** ppClassInstance)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.EffectClassInstanceVariable.ClassInstance">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectClassInstanceVariable::GetClassInstance']/*"/>
|
|
<unmanaged>GetClassInstance</unmanaged>
|
|
<unmanaged>HRESULT ID3DX11EffectClassInstanceVariable::GetClassInstance([In] ID3D11ClassInstance** ppClassInstance)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.EffectConstantBuffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectConstantBuffer']/*"/>
|
|
<unmanaged>ID3DX11EffectConstantBuffer</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectConstantBuffer.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.EffectConstantBuffer"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectConstantBuffer.SetConstantBuffer(SharpDX.Direct3D11.Buffer)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="constantBufferRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectConstantBuffer::SetConstantBuffer']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectConstantBuffer::SetConstantBuffer([In] ID3D11Buffer* pConstantBuffer)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectConstantBuffer.UndoSetConstantBuffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectConstantBuffer::UndoSetConstantBuffer']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectConstantBuffer::UndoSetConstantBuffer()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectConstantBuffer.GetConstantBuffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectConstantBuffer::GetConstantBuffer']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectConstantBuffer::GetConstantBuffer([Out] ID3D11Buffer** ppConstantBuffer)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectConstantBuffer.SetTextureBuffer(SharpDX.Direct3D11.ShaderResourceView)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="textureBufferRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectConstantBuffer::SetTextureBuffer']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectConstantBuffer::SetTextureBuffer([In] ID3D11ShaderResourceView* pTextureBuffer)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectConstantBuffer.UndoSetTextureBuffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectConstantBuffer::UndoSetTextureBuffer']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectConstantBuffer::UndoSetTextureBuffer()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectConstantBuffer.GetTextureBuffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectConstantBuffer::GetTextureBuffer']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectConstantBuffer::GetTextureBuffer([Out] ID3D11ShaderResourceView** ppTextureBuffer)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.EffectGroup">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectGroup']/*"/>
|
|
<unmanaged>ID3DX11EffectGroup</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectGroup.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.EffectGroup"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectGroup.IsValid_">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectGroup::IsValid']/*"/>
|
|
<unmanaged>BOOL ID3DX11EffectGroup::IsValid()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectGroup.GetDescription(SharpDX.Direct3D11.EffectGroupDescription@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="descRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectGroup::GetDesc']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectGroup::GetDesc([In] D3DX11_GROUP_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectGroup.GetAnnotationByIndex(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="index">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectGroup::GetAnnotationByIndex']/*"/>
|
|
<unmanaged>ID3DX11EffectVariable* ID3DX11EffectGroup::GetAnnotationByIndex([In] unsigned int Index)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectGroup.GetAnnotationByName(System.String)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="name">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectGroup::GetAnnotationByName']/*"/>
|
|
<unmanaged>ID3DX11EffectVariable* ID3DX11EffectGroup::GetAnnotationByName([In] const char* Name)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectGroup.GetTechniqueByIndex(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="index">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectGroup::GetTechniqueByIndex']/*"/>
|
|
<unmanaged>ID3DX11EffectTechnique* ID3DX11EffectGroup::GetTechniqueByIndex([In] unsigned int Index)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectGroup.GetTechniqueByName(System.String)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="name">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectGroup::GetTechniqueByName']/*"/>
|
|
<unmanaged>ID3DX11EffectTechnique* ID3DX11EffectGroup::GetTechniqueByName([In] const char* Name)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.EffectGroup.IsValid">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectGroup::IsValid']/*"/>
|
|
<unmanaged>IsValid</unmanaged>
|
|
<unmanaged>BOOL ID3DX11EffectGroup::IsValid()</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.EffectInterfaceVariable">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectInterfaceVariable']/*"/>
|
|
<unmanaged>ID3DX11EffectInterfaceVariable</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectInterfaceVariable.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.EffectInterfaceVariable"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectInterfaceVariable.SetClassInstance(SharpDX.Direct3D11.EffectClassInstanceVariable)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="effectClassInstanceRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectInterfaceVariable::SetClassInstance']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectInterfaceVariable::SetClassInstance([In] ID3DX11EffectClassInstanceVariable* pEffectClassInstance)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectInterfaceVariable.GetClassInstance(SharpDX.Direct3D11.EffectClassInstanceVariable@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="effectClassInstanceOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectInterfaceVariable::GetClassInstance']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectInterfaceVariable::GetClassInstance([In] ID3DX11EffectClassInstanceVariable** ppEffectClassInstance)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.EffectInterfaceVariable.ClassInstance">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectInterfaceVariable::GetClassInstance']/*"/>
|
|
<unmanaged>GetClassInstance</unmanaged>
|
|
<unmanaged>HRESULT ID3DX11EffectInterfaceVariable::GetClassInstance([In] ID3DX11EffectClassInstanceVariable** ppEffectClassInstance)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.EffectShaderVariable">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectShaderVariable']/*"/>
|
|
<unmanaged>ID3DX11EffectShaderVariable</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectShaderVariable.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.EffectShaderVariable"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectShaderVariable.GetShaderDescription(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="shaderIndex">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectShaderVariable::GetShaderDesc']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectShaderVariable::GetShaderDesc([In] unsigned int ShaderIndex,[Out] D3DX11_EFFECT_SHADER_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectShaderVariable.GetVertexShader(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="shaderIndex">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectShaderVariable::GetVertexShader']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectShaderVariable::GetVertexShader([In] unsigned int ShaderIndex,[Out] ID3D11VertexShader** ppVS)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectShaderVariable.GetGeometryShader(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="shaderIndex">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectShaderVariable::GetGeometryShader']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectShaderVariable::GetGeometryShader([In] unsigned int ShaderIndex,[Out] ID3D11GeometryShader** ppGS)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectShaderVariable.GetPixelShader(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="shaderIndex">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectShaderVariable::GetPixelShader']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectShaderVariable::GetPixelShader([In] unsigned int ShaderIndex,[Out] ID3D11PixelShader** ppPS)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectShaderVariable.GetHullShader(System.Int32,SharpDX.Direct3D11.HullShader@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="shaderIndex">No documentation.</param>
|
|
<param name="pSOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectShaderVariable::GetHullShader']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectShaderVariable::GetHullShader([In] unsigned int ShaderIndex,[In] ID3D11HullShader** ppPS)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectShaderVariable.GetDomainShader(System.Int32,SharpDX.Direct3D11.DomainShader@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="shaderIndex">No documentation.</param>
|
|
<param name="pSOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectShaderVariable::GetDomainShader']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectShaderVariable::GetDomainShader([In] unsigned int ShaderIndex,[In] ID3D11DomainShader** ppPS)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectShaderVariable.GetComputeShader(System.Int32,SharpDX.Direct3D11.ComputeShader@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="shaderIndex">No documentation.</param>
|
|
<param name="pSOut">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectShaderVariable::GetComputeShader']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectShaderVariable::GetComputeShader([In] unsigned int ShaderIndex,[In] ID3D11ComputeShader** ppPS)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectShaderVariable.GetInputSignatureElementDescription(System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="shaderIndex">No documentation.</param>
|
|
<param name="element">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectShaderVariable::GetInputSignatureElementDesc']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectShaderVariable::GetInputSignatureElementDesc([In] unsigned int ShaderIndex,[In] unsigned int Element,[Out] D3D11_SIGNATURE_PARAMETER_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectShaderVariable.GetOutputSignatureElementDescription(System.Int32,System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="shaderIndex">No documentation.</param>
|
|
<param name="element">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectShaderVariable::GetOutputSignatureElementDesc']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectShaderVariable::GetOutputSignatureElementDesc([In] unsigned int ShaderIndex,[In] unsigned int Element,[Out] D3D11_SIGNATURE_PARAMETER_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectShaderVariable.GetPatchConstantSignatureElementDescription(System.Int32,System.Int32,SharpDX.D3DCompiler.ShaderParameterDescription@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="shaderIndex">No documentation.</param>
|
|
<param name="element">No documentation.</param>
|
|
<param name="descRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectShaderVariable::GetPatchConstantSignatureElementDesc']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectShaderVariable::GetPatchConstantSignatureElementDesc([In] unsigned int ShaderIndex,[In] unsigned int Element,[In] D3D11_SIGNATURE_PARAMETER_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.EffectTechnique">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectTechnique']/*"/>
|
|
<unmanaged>ID3DX11EffectTechnique</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectTechnique.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.EffectTechnique"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectTechnique.IsValid_">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectTechnique::IsValid']/*"/>
|
|
<unmanaged>BOOL ID3DX11EffectTechnique::IsValid()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectTechnique.GetDescription(SharpDX.Direct3D11.EffectTechniqueDescription@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="descRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectTechnique::GetDesc']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectTechnique::GetDesc([Out] D3DX11_TECHNIQUE_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectTechnique.GetAnnotationByIndex(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="index">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectTechnique::GetAnnotationByIndex']/*"/>
|
|
<unmanaged>ID3DX11EffectVariable* ID3DX11EffectTechnique::GetAnnotationByIndex([In] unsigned int Index)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectTechnique.GetAnnotationByName(System.String)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="name">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectTechnique::GetAnnotationByName']/*"/>
|
|
<unmanaged>ID3DX11EffectVariable* ID3DX11EffectTechnique::GetAnnotationByName([In] const char* Name)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectTechnique.GetPassByIndex(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="index">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectTechnique::GetPassByIndex']/*"/>
|
|
<unmanaged>ID3DX11EffectPass* ID3DX11EffectTechnique::GetPassByIndex([In] unsigned int Index)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectTechnique.GetPassByName(System.String)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="name">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectTechnique::GetPassByName']/*"/>
|
|
<unmanaged>ID3DX11EffectPass* ID3DX11EffectTechnique::GetPassByName([In] const char* Name)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectTechnique.ComputeStateBlockMask(SharpDX.Direct3D11.StateBlockMask@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="stateBlockMaskRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectTechnique::ComputeStateBlockMask']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectTechnique::ComputeStateBlockMask([In] D3DX11_STATE_BLOCK_MASK* pStateBlockMask)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.EffectTechnique.IsValid">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectTechnique::IsValid']/*"/>
|
|
<unmanaged>IsValid</unmanaged>
|
|
<unmanaged>BOOL ID3DX11EffectTechnique::IsValid()</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.EffectTechnique.Description">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectTechnique::GetDesc']/*"/>
|
|
<unmanaged>GetDesc</unmanaged>
|
|
<unmanaged>HRESULT ID3DX11EffectTechnique::GetDesc([Out] D3DX11_TECHNIQUE_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.EffectType">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectType']/*"/>
|
|
<unmanaged>ID3DX11EffectType</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectType.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.EffectType"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectType.IsValid_">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectType::IsValid']/*"/>
|
|
<unmanaged>BOOL ID3DX11EffectType::IsValid()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectType.GetDescription(SharpDX.Direct3D11.EffectTypeDescription@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="descRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectType::GetDesc']/*"/>
|
|
<unmanaged>HRESULT ID3DX11EffectType::GetDesc([Out] D3DX11_EFFECT_TYPE_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectType.GetMemberTypeByIndex(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="index">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectType::GetMemberTypeByIndex']/*"/>
|
|
<unmanaged>ID3DX11EffectType* ID3DX11EffectType::GetMemberTypeByIndex([In] unsigned int Index)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectType.GetMemberTypeByName(System.String)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="name">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectType::GetMemberTypeByName']/*"/>
|
|
<unmanaged>ID3DX11EffectType* ID3DX11EffectType::GetMemberTypeByName([In] const char* Name)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectType.GetMemberTypeBySemantic(System.String)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="semantic">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectType::GetMemberTypeBySemantic']/*"/>
|
|
<unmanaged>ID3DX11EffectType* ID3DX11EffectType::GetMemberTypeBySemantic([In] const char* Semantic)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectType.GetMemberName(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="index">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectType::GetMemberName']/*"/>
|
|
<unmanaged>const char* ID3DX11EffectType::GetMemberName([In] unsigned int Index)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.EffectType.GetMemberSemantic(System.Int32)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="index">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectType::GetMemberSemantic']/*"/>
|
|
<unmanaged>const char* ID3DX11EffectType::GetMemberSemantic([In] unsigned int Index)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.EffectType.IsValid">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectType::IsValid']/*"/>
|
|
<unmanaged>IsValid</unmanaged>
|
|
<unmanaged>BOOL ID3DX11EffectType::IsValid()</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.EffectType.Description">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11EffectType::GetDesc']/*"/>
|
|
<unmanaged>GetDesc</unmanaged>
|
|
<unmanaged>HRESULT ID3DX11EffectType::GetDesc([Out] D3DX11_EFFECT_TYPE_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.GeometryShader">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11GeometryShader']/*"/>
|
|
<unmanaged>ID3D11GeometryShader</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.GeometryShader.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.GeometryShader"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.GeometryShader.#ctor(SharpDX.Direct3D11.Device,SharpDX.D3DCompiler.ShaderBytecode)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.GeometryShader" /> class.
|
|
</summary>
|
|
<param name = "device">The device used to create the shader.</param>
|
|
<param name = "shaderBytecode">The compiled shader bytecode.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.GeometryShader.#ctor(SharpDX.Direct3D11.Device,SharpDX.D3DCompiler.ShaderBytecode,SharpDX.Direct3D11.ClassLinkage)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.GeometryShader" /> class.
|
|
</summary>
|
|
<param name = "device">The device used to create the shader.</param>
|
|
<param name = "shaderBytecode">The compiled shader bytecode.</param>
|
|
<param name = "linkage">A dynamic class linkage interface.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.GeometryShader.#ctor(SharpDX.Direct3D11.Device,SharpDX.D3DCompiler.ShaderBytecode,SharpDX.Direct3D11.StreamOutputElement[],System.Int32[],System.Int32)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.GeometryShader" /> class.
|
|
</summary>
|
|
<param name = "device">The device used to create the shader.</param>
|
|
<param name = "shaderBytecode">The compiled shader bytecode.</param>
|
|
<param name = "elements">An array of <see cref = "T:SharpDX.Direct3D11.StreamOutputElement" /> instances describing the layout of the output buffers.</param>
|
|
<param name = "bufferedStrides">An array of buffer strides; each stride is the size of an element for that buffer.</param>
|
|
<param name = "rasterizedStream">The index number of the stream to be sent to the rasterizer stage. Set to NoRasterizedStream if no stream is to be rasterized.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.GeometryShader.#ctor(SharpDX.Direct3D11.Device,SharpDX.D3DCompiler.ShaderBytecode,SharpDX.Direct3D11.StreamOutputElement[],System.Int32[],System.Int32,SharpDX.Direct3D11.ClassLinkage)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.GeometryShader" /> class.
|
|
</summary>
|
|
<param name = "device">The device used to create the shader.</param>
|
|
<param name = "shaderBytecode">The compiled shader bytecode.</param>
|
|
<param name = "elements">An array of <see cref = "T:SharpDX.Direct3D11.StreamOutputElement" /> instances describing the layout of the output buffers.</param>
|
|
<param name = "bufferedStrides">An array of buffer strides; each stride is the size of an element for that buffer.</param>
|
|
<param name = "rasterizedStream">The index number of the stream to be sent to the rasterizer stage. Set to NoRasterizedStream if no stream is to be rasterized.</param>
|
|
<param name = "linkage">A dynamic class linkage interface.</param>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.HullShader">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11HullShader']/*"/>
|
|
<unmanaged>ID3D11HullShader</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.HullShader.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.HullShader"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.HullShader.#ctor(SharpDX.Direct3D11.Device,SharpDX.D3DCompiler.ShaderBytecode)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.HullShader" /> class.
|
|
</summary>
|
|
<param name = "device">The device used to create the shader.</param>
|
|
<param name = "shaderBytecode">The compiled shader bytecode.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.HullShader.#ctor(SharpDX.Direct3D11.Device,SharpDX.D3DCompiler.ShaderBytecode,SharpDX.Direct3D11.ClassLinkage)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.HullShader" /> class.
|
|
</summary>
|
|
<param name = "device">The device used to create the shader.</param>
|
|
<param name = "shaderBytecode">The compiled shader bytecode.</param>
|
|
<param name = "linkage">A dynamic class linkage interface.</param>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.InfoQueue">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue']/*"/>
|
|
<unmanaged>ID3D11InfoQueue</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.InfoQueue"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.SetMessageCountLimit(System.Int64)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="messageCountLimit">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::SetMessageCountLimit']/*"/>
|
|
<unmanaged>HRESULT ID3D11InfoQueue::SetMessageCountLimit([In] unsigned longlong MessageCountLimit)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.ClearStoredMessages">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::ClearStoredMessages']/*"/>
|
|
<unmanaged>void ID3D11InfoQueue::ClearStoredMessages()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.GetMessage(System.Int64,System.IntPtr,SharpDX.Size@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="messageIndex">No documentation.</param>
|
|
<param name="messageRef">No documentation.</param>
|
|
<param name="messageByteLengthRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::GetMessageW']/*"/>
|
|
<unmanaged>HRESULT ID3D11InfoQueue::GetMessageW([In] unsigned longlong MessageIndex,[In] void* pMessage,[InOut] SIZE_T* pMessageByteLength)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.GetNumMessagesAllowedByStorageFilter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::GetNumMessagesAllowedByStorageFilter']/*"/>
|
|
<unmanaged>unsigned longlong ID3D11InfoQueue::GetNumMessagesAllowedByStorageFilter()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.GetNumMessagesDeniedByStorageFilter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::GetNumMessagesDeniedByStorageFilter']/*"/>
|
|
<unmanaged>unsigned longlong ID3D11InfoQueue::GetNumMessagesDeniedByStorageFilter()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.GetNumStoredMessages">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::GetNumStoredMessages']/*"/>
|
|
<unmanaged>unsigned longlong ID3D11InfoQueue::GetNumStoredMessages()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.GetNumStoredMessagesAllowedByRetrievalFilter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::GetNumStoredMessagesAllowedByRetrievalFilter']/*"/>
|
|
<unmanaged>unsigned longlong ID3D11InfoQueue::GetNumStoredMessagesAllowedByRetrievalFilter()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.GetNumMessagesDiscardedByMessageCountLimit">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::GetNumMessagesDiscardedByMessageCountLimit']/*"/>
|
|
<unmanaged>unsigned longlong ID3D11InfoQueue::GetNumMessagesDiscardedByMessageCountLimit()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.GetMessageCountLimit">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::GetMessageCountLimit']/*"/>
|
|
<unmanaged>unsigned longlong ID3D11InfoQueue::GetMessageCountLimit()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.AddStorageFilterEntries(SharpDX.Direct3D11.InfoQueueFilter)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="filterRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::AddStorageFilterEntries']/*"/>
|
|
<unmanaged>HRESULT ID3D11InfoQueue::AddStorageFilterEntries([In] D3D11_INFO_QUEUE_FILTER* pFilter)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.GetStorageFilter(System.IntPtr,SharpDX.Size@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="filterRef">No documentation.</param>
|
|
<param name="filterByteLengthRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::GetStorageFilter']/*"/>
|
|
<unmanaged>HRESULT ID3D11InfoQueue::GetStorageFilter([In] void* pFilter,[InOut] SIZE_T* pFilterByteLength)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.ClearStorageFilter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::ClearStorageFilter']/*"/>
|
|
<unmanaged>void ID3D11InfoQueue::ClearStorageFilter()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.PushEmptyStorageFilter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::PushEmptyStorageFilter']/*"/>
|
|
<unmanaged>HRESULT ID3D11InfoQueue::PushEmptyStorageFilter()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.PushCopyOfStorageFilter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::PushCopyOfStorageFilter']/*"/>
|
|
<unmanaged>HRESULT ID3D11InfoQueue::PushCopyOfStorageFilter()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.PushStorageFilter(SharpDX.Direct3D11.InfoQueueFilter)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="filterRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::PushStorageFilter']/*"/>
|
|
<unmanaged>HRESULT ID3D11InfoQueue::PushStorageFilter([In] D3D11_INFO_QUEUE_FILTER* pFilter)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.PopStorageFilter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::PopStorageFilter']/*"/>
|
|
<unmanaged>void ID3D11InfoQueue::PopStorageFilter()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.GetStorageFilterStackSize">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::GetStorageFilterStackSize']/*"/>
|
|
<unmanaged>unsigned int ID3D11InfoQueue::GetStorageFilterStackSize()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.AddRetrievalFilterEntries(SharpDX.Direct3D11.InfoQueueFilter)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="filterRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::AddRetrievalFilterEntries']/*"/>
|
|
<unmanaged>HRESULT ID3D11InfoQueue::AddRetrievalFilterEntries([In] D3D11_INFO_QUEUE_FILTER* pFilter)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.GetRetrievalFilter(System.IntPtr,SharpDX.Size@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="filterRef">No documentation.</param>
|
|
<param name="filterByteLengthRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::GetRetrievalFilter']/*"/>
|
|
<unmanaged>HRESULT ID3D11InfoQueue::GetRetrievalFilter([In] void* pFilter,[InOut] SIZE_T* pFilterByteLength)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.ClearRetrievalFilter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::ClearRetrievalFilter']/*"/>
|
|
<unmanaged>void ID3D11InfoQueue::ClearRetrievalFilter()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.PushEmptyRetrievalFilter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::PushEmptyRetrievalFilter']/*"/>
|
|
<unmanaged>HRESULT ID3D11InfoQueue::PushEmptyRetrievalFilter()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.PushCopyOfRetrievalFilter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::PushCopyOfRetrievalFilter']/*"/>
|
|
<unmanaged>HRESULT ID3D11InfoQueue::PushCopyOfRetrievalFilter()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.PushRetrievalFilter(SharpDX.Direct3D11.InfoQueueFilter)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="filterRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::PushRetrievalFilter']/*"/>
|
|
<unmanaged>HRESULT ID3D11InfoQueue::PushRetrievalFilter([In] D3D11_INFO_QUEUE_FILTER* pFilter)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.PopRetrievalFilter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::PopRetrievalFilter']/*"/>
|
|
<unmanaged>void ID3D11InfoQueue::PopRetrievalFilter()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.GetRetrievalFilterStackSize">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::GetRetrievalFilterStackSize']/*"/>
|
|
<unmanaged>unsigned int ID3D11InfoQueue::GetRetrievalFilterStackSize()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.AddMessage(SharpDX.Direct3D11.MessageCategory,SharpDX.Direct3D11.MessageSeverity,SharpDX.Direct3D11.MessageId,System.String)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="category">No documentation.</param>
|
|
<param name="severity">No documentation.</param>
|
|
<param name="id">No documentation.</param>
|
|
<param name="descriptionRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::AddMessage']/*"/>
|
|
<unmanaged>HRESULT ID3D11InfoQueue::AddMessage([In] D3D11_MESSAGE_CATEGORY Category,[In] D3D11_MESSAGE_SEVERITY Severity,[In] D3D11_MESSAGE_ID ID,[In] const char* pDescription)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.AddApplicationMessage(SharpDX.Direct3D11.MessageSeverity,System.String)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="severity">No documentation.</param>
|
|
<param name="descriptionRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::AddApplicationMessage']/*"/>
|
|
<unmanaged>HRESULT ID3D11InfoQueue::AddApplicationMessage([In] D3D11_MESSAGE_SEVERITY Severity,[In] const char* pDescription)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.SetBreakOnCategory(SharpDX.Direct3D11.MessageCategory,System.Boolean)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="category">No documentation.</param>
|
|
<param name="bEnable">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::SetBreakOnCategory']/*"/>
|
|
<unmanaged>HRESULT ID3D11InfoQueue::SetBreakOnCategory([In] D3D11_MESSAGE_CATEGORY Category,[In] BOOL bEnable)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.SetBreakOnSeverity(SharpDX.Direct3D11.MessageSeverity,System.Boolean)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="severity">No documentation.</param>
|
|
<param name="bEnable">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::SetBreakOnSeverity']/*"/>
|
|
<unmanaged>HRESULT ID3D11InfoQueue::SetBreakOnSeverity([In] D3D11_MESSAGE_SEVERITY Severity,[In] BOOL bEnable)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.SetBreakOnID(SharpDX.Direct3D11.MessageId,System.Boolean)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="id">No documentation.</param>
|
|
<param name="bEnable">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::SetBreakOnID']/*"/>
|
|
<unmanaged>HRESULT ID3D11InfoQueue::SetBreakOnID([In] D3D11_MESSAGE_ID ID,[In] BOOL bEnable)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.GetBreakOnCategory(SharpDX.Direct3D11.MessageCategory)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="category">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::GetBreakOnCategory']/*"/>
|
|
<unmanaged>BOOL ID3D11InfoQueue::GetBreakOnCategory([In] D3D11_MESSAGE_CATEGORY Category)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.GetBreakOnSeverity(SharpDX.Direct3D11.MessageSeverity)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="severity">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::GetBreakOnSeverity']/*"/>
|
|
<unmanaged>BOOL ID3D11InfoQueue::GetBreakOnSeverity([In] D3D11_MESSAGE_SEVERITY Severity)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.GetBreakOnID(SharpDX.Direct3D11.MessageId)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="id">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::GetBreakOnID']/*"/>
|
|
<unmanaged>BOOL ID3D11InfoQueue::GetBreakOnID([In] D3D11_MESSAGE_ID ID)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.SetMuteDebugOutput(System.Boolean)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="bMute">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::SetMuteDebugOutput']/*"/>
|
|
<unmanaged>void ID3D11InfoQueue::SetMuteDebugOutput([In] BOOL bMute)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.GetMuteDebugOutput">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::GetMuteDebugOutput']/*"/>
|
|
<unmanaged>BOOL ID3D11InfoQueue::GetMuteDebugOutput()</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.GetMessage(System.Int64)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="messageIndex">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- Failed to insert some or all of included XML --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::GetMessageW']/*"/>
|
|
<unmanaged>HRESULT ID3D11InfoQueue::GetMessageW([In] unsigned longlong MessageIndex,[Out, Buffer, Optional] D3D11_MESSAGE* pMessage,[InOut] SIZE_T* pMessageByteLength)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.GetStorageFilter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- Failed to insert some or all of included XML --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::GetStorageFilter']/*"/>
|
|
<unmanaged>HRESULT ID3D11InfoQueue::GetStorageFilter([Out, Buffer, Optional] D3D11_INFO_QUEUE_FILTER* pFilter,[InOut] SIZE_T* pFilterByteLength)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InfoQueue.GetRetrievalFilter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- Failed to insert some or all of included XML --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::GetRetrievalFilter']/*"/>
|
|
<unmanaged>HRESULT ID3D11InfoQueue::GetRetrievalFilter([Out, Buffer, Optional] D3D11_INFO_QUEUE_FILTER* pFilter,[InOut] SIZE_T* pFilterByteLength)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.InfoQueue.MessageCountLimit">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::GetMessageCountLimit']/*"/>
|
|
<unmanaged>GetMessageCountLimit</unmanaged>
|
|
<unmanaged>unsigned longlong ID3D11InfoQueue::GetMessageCountLimit()</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.InfoQueue.NumMessagesAllowedByStorageFilter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::GetNumMessagesAllowedByStorageFilter']/*"/>
|
|
<unmanaged>GetNumMessagesAllowedByStorageFilter</unmanaged>
|
|
<unmanaged>unsigned longlong ID3D11InfoQueue::GetNumMessagesAllowedByStorageFilter()</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.InfoQueue.NumMessagesDeniedByStorageFilter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::GetNumMessagesDeniedByStorageFilter']/*"/>
|
|
<unmanaged>GetNumMessagesDeniedByStorageFilter</unmanaged>
|
|
<unmanaged>unsigned longlong ID3D11InfoQueue::GetNumMessagesDeniedByStorageFilter()</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.InfoQueue.NumStoredMessages">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::GetNumStoredMessages']/*"/>
|
|
<unmanaged>GetNumStoredMessages</unmanaged>
|
|
<unmanaged>unsigned longlong ID3D11InfoQueue::GetNumStoredMessages()</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.InfoQueue.NumStoredMessagesAllowedByRetrievalFilter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::GetNumStoredMessagesAllowedByRetrievalFilter']/*"/>
|
|
<unmanaged>GetNumStoredMessagesAllowedByRetrievalFilter</unmanaged>
|
|
<unmanaged>unsigned longlong ID3D11InfoQueue::GetNumStoredMessagesAllowedByRetrievalFilter()</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.InfoQueue.NumMessagesDiscardedByMessageCountLimit">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::GetNumMessagesDiscardedByMessageCountLimit']/*"/>
|
|
<unmanaged>GetNumMessagesDiscardedByMessageCountLimit</unmanaged>
|
|
<unmanaged>unsigned longlong ID3D11InfoQueue::GetNumMessagesDiscardedByMessageCountLimit()</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.InfoQueue.StorageFilterStackSize">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::GetStorageFilterStackSize']/*"/>
|
|
<unmanaged>GetStorageFilterStackSize</unmanaged>
|
|
<unmanaged>unsigned int ID3D11InfoQueue::GetStorageFilterStackSize()</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.InfoQueue.RetrievalFilterStackSize">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::GetRetrievalFilterStackSize']/*"/>
|
|
<unmanaged>GetRetrievalFilterStackSize</unmanaged>
|
|
<unmanaged>unsigned int ID3D11InfoQueue::GetRetrievalFilterStackSize()</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.InfoQueue.MuteDebugOutput">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InfoQueue::GetMuteDebugOutput']/*"/>
|
|
<unmanaged>GetMuteDebugOutput</unmanaged>
|
|
<unmanaged>BOOL ID3D11InfoQueue::GetMuteDebugOutput()</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.InputLayout">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11InputLayout']/*"/>
|
|
<unmanaged>ID3D11InputLayout</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InputLayout.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.InputLayout"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InputLayout.#ctor(SharpDX.Direct3D11.Device,SharpDX.D3DCompiler.ShaderBytecode,SharpDX.Direct3D11.InputElement[])">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.InputLayout" /> object to describe the
|
|
input-buffer data for the input-assembler stage.
|
|
</summary>
|
|
<unmanaged>ID3D11Device::CreateInputLayout</unmanaged>
|
|
<param name = "device">The device used to create the layout.</param>
|
|
<param name = "elements">An array of input elements describing the layout of the input data.</param>
|
|
<param name = "shaderBytecode">The compiled shader used to validate the input elements.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InputLayout.#ctor(SharpDX.Direct3D11.Device,SharpDX.D3DCompiler.ShaderSignature,SharpDX.Direct3D11.InputElement[])">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.InputLayout" /> object to describe the
|
|
input-buffer data for the input-assembler stage.
|
|
</summary>
|
|
<unmanaged>ID3D11Device::CreateInputLayout</unmanaged>
|
|
<param name = "device">The device used to create the layout.</param>
|
|
<param name = "elements">An array of input elements describing the layout of the input data.</param>
|
|
<param name = "shaderSignature">The shader signature used to validate the input elements.</param>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.PixelShader">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11PixelShader']/*"/>
|
|
<unmanaged>ID3D11PixelShader</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.PixelShader.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.PixelShader"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.PixelShader.#ctor(SharpDX.Direct3D11.Device,SharpDX.D3DCompiler.ShaderBytecode)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.PixelShader" /> class.
|
|
</summary>
|
|
<param name = "device">The device used to create the shader.</param>
|
|
<param name = "shaderBytecode">The compiled shader bytecode.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.PixelShader.#ctor(SharpDX.Direct3D11.Device,SharpDX.D3DCompiler.ShaderBytecode,SharpDX.Direct3D11.ClassLinkage)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.PixelShader" /> class.
|
|
</summary>
|
|
<param name = "device">The device used to create the shader.</param>
|
|
<param name = "shaderBytecode">The compiled shader bytecode.</param>
|
|
<param name = "linkage">A dynamic class linkage interface.</param>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.Predicate">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Predicate']/*"/>
|
|
<unmanaged>ID3D11Predicate</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.Query">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Query']/*"/>
|
|
<unmanaged>ID3D11Query</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Query.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.Query"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Query.GetDescription(SharpDX.Direct3D11.QueryDescription@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="descRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Query::GetDesc']/*"/>
|
|
<unmanaged>void ID3D11Query::GetDesc([Out] D3D11_QUERY_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Query.#ctor(SharpDX.Direct3D11.Device,SharpDX.Direct3D11.QueryDescription)">
|
|
<summary>
|
|
Constructs a new <see cref = "T:SharpDX.Direct3D11.Query" /> based on the specified description.
|
|
</summary>
|
|
<param name = "device">The device with which to associate the state object.</param>
|
|
<param name = "description">The query description.</param>
|
|
<returns>The newly created object.</returns>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.Query.Description">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Query::GetDesc']/*"/>
|
|
<unmanaged>GetDesc</unmanaged>
|
|
<unmanaged>void ID3D11Query::GetDesc([Out] D3D11_QUERY_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Predicate.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.Predicate"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Predicate.#ctor(SharpDX.Direct3D11.Device,SharpDX.Direct3D11.QueryDescription)">
|
|
<summary>
|
|
Constructs a new <see cref = "T:SharpDX.Direct3D11.Predicate" /> based on the specified description.
|
|
</summary>
|
|
<param name = "device">The device with which to associate the state object.</param>
|
|
<param name = "description">The query description.</param>
|
|
<returns>The newly created object.</returns>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.RasterizerState">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11RasterizerState']/*"/>
|
|
<unmanaged>ID3D11RasterizerState</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.RasterizerState.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.RasterizerState"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.RasterizerState.GetDescription(SharpDX.Direct3D11.RasterizerStateDescription@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="descRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11RasterizerState::GetDesc']/*"/>
|
|
<unmanaged>void ID3D11RasterizerState::GetDesc([Out] D3D11_RASTERIZER_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.RasterizerState.#ctor(SharpDX.Direct3D11.Device,SharpDX.Direct3D11.RasterizerStateDescription)">
|
|
<summary>
|
|
Constructs a new <see cref = "T:SharpDX.Direct3D11.RasterizerState" /> based on the specified description.
|
|
</summary>
|
|
<param name = "device">The device with which to associate the state object.</param>
|
|
<param name = "description">The state description.</param>
|
|
<returns>The newly created object.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.RasterizerState.#ctor(SharpDX.Direct3D11.Device,SharpDX.Direct3D11.RasterizerStateDescription@)">
|
|
<summary>
|
|
Constructs a new <see cref = "T:SharpDX.Direct3D11.RasterizerState" /> based on the specified description.
|
|
</summary>
|
|
<param name = "device">The device with which to associate the state object.</param>
|
|
<param name = "description">The state description.</param>
|
|
<returns>The newly created object.</returns>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.RasterizerState.Description">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11RasterizerState::GetDesc']/*"/>
|
|
<unmanaged>GetDesc</unmanaged>
|
|
<unmanaged>void ID3D11RasterizerState::GetDesc([Out] D3D11_RASTERIZER_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.RenderTargetView">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11RenderTargetView']/*"/>
|
|
<unmanaged>ID3D11RenderTargetView</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.RenderTargetView.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.RenderTargetView"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.RenderTargetView.GetDescription(SharpDX.Direct3D11.RenderTargetViewDescription@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="descRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11RenderTargetView::GetDesc']/*"/>
|
|
<unmanaged>void ID3D11RenderTargetView::GetDesc([Out] D3D11_RENDER_TARGET_VIEW_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.RenderTargetView.#ctor(SharpDX.Direct3D11.Device,SharpDX.Direct3D11.Resource)">
|
|
<summary>
|
|
Creates a <see cref = "T:SharpDX.Direct3D11.RenderTargetView" /> for accessing resource data.
|
|
</summary>
|
|
<param name = "device">The device to use when creating this <see cref = "T:SharpDX.Direct3D11.RenderTargetView" />.</param>
|
|
<param name = "resource">The resource that represents the render-target surface. This surface must have been created with the <see cref = "T:SharpDX.Direct3D11.BindFlags">RenderTarget</see> flag.</param>
|
|
<unmanaged>ID3D11Device::CreateRenderTargetView</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.RenderTargetView.#ctor(SharpDX.Direct3D11.Device,SharpDX.Direct3D11.Resource,SharpDX.Direct3D11.RenderTargetViewDescription)">
|
|
<summary>
|
|
Creates a <see cref = "T:SharpDX.Direct3D11.RenderTargetView" /> for accessing resource data.
|
|
</summary>
|
|
<param name = "device">The device to use when creating this <see cref = "T:SharpDX.Direct3D11.RenderTargetView" />.</param>
|
|
<param name = "resource">The resource that represents the render-target surface. This surface must have been created with the <see cref = "T:SharpDX.Direct3D11.BindFlags">RenderTarget</see> flag.</param>
|
|
<param name = "description">A structure describing the <see cref = "T:SharpDX.Direct3D11.RenderTargetView" /> to be created.</param>
|
|
<unmanaged>ID3D11Device::CreateRenderTargetView</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.RenderTargetView.Description">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11RenderTargetView::GetDesc']/*"/>
|
|
<unmanaged>GetDesc</unmanaged>
|
|
<unmanaged>void ID3D11RenderTargetView::GetDesc([Out] D3D11_RENDER_TARGET_VIEW_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.SamplerState">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11SamplerState']/*"/>
|
|
<unmanaged>ID3D11SamplerState</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.SamplerState.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.SamplerState"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.SamplerState.GetDescription(SharpDX.Direct3D11.SamplerStateDescription@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="descRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11SamplerState::GetDesc']/*"/>
|
|
<unmanaged>void ID3D11SamplerState::GetDesc([Out] D3D11_SAMPLER_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.SamplerState.#ctor(SharpDX.Direct3D11.Device,SharpDX.Direct3D11.SamplerStateDescription)">
|
|
<summary>
|
|
Constructs a new <see cref = "T:SharpDX.Direct3D11.SamplerState" /> based on the specified description.
|
|
</summary>
|
|
<param name = "device">The device with which to associate the state object.</param>
|
|
<param name = "description">The state description.</param>
|
|
<returns>The newly created object.</returns>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.SamplerState.#ctor(SharpDX.Direct3D11.Device,SharpDX.Direct3D11.SamplerStateDescription@)">
|
|
<summary>
|
|
Constructs a new <see cref = "T:SharpDX.Direct3D11.SamplerState" /> based on the specified description.
|
|
</summary>
|
|
<param name = "device">The device with which to associate the state object.</param>
|
|
<param name = "description">The state description.</param>
|
|
<returns>The newly created object.</returns>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.SamplerState.Description">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11SamplerState::GetDesc']/*"/>
|
|
<unmanaged>GetDesc</unmanaged>
|
|
<unmanaged>void ID3D11SamplerState::GetDesc([Out] D3D11_SAMPLER_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.Scan">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11Scan']/*"/>
|
|
<unmanaged>ID3DX11Scan</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Scan.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.Scan"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Scan.SetScanDirection(SharpDX.Direct3D11.ScanDirection)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="direction">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11Scan::SetScanDirection']/*"/>
|
|
<unmanaged>HRESULT ID3DX11Scan::SetScanDirection([In] D3DX11_SCAN_DIRECTION Direction)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Scan.PerformScan(SharpDX.Direct3D11.ScanDataType,SharpDX.Direct3D11.ScanOpcode,System.Int32,SharpDX.Direct3D11.UnorderedAccessView,SharpDX.Direct3D11.UnorderedAccessView)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="elementType">No documentation.</param>
|
|
<param name="opCode">No documentation.</param>
|
|
<param name="elementScanSize">No documentation.</param>
|
|
<param name="srcRef">No documentation.</param>
|
|
<param name="dstRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11Scan::Scan']/*"/>
|
|
<unmanaged>HRESULT ID3DX11Scan::Scan([In] D3DX11_SCAN_DATA_TYPE ElementType,[In] D3DX11_SCAN_OPCODE OpCode,[In] unsigned int ElementScanSize,[In] ID3D11UnorderedAccessView* pSrc,[In] ID3D11UnorderedAccessView* pDst)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Scan.PerformMultiscan(SharpDX.Direct3D11.ScanDataType,SharpDX.Direct3D11.ScanOpcode,System.Int32,System.Int32,System.Int32,SharpDX.Direct3D11.UnorderedAccessView,SharpDX.Direct3D11.UnorderedAccessView)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="elementType">No documentation.</param>
|
|
<param name="opCode">No documentation.</param>
|
|
<param name="elementScanSize">No documentation.</param>
|
|
<param name="elementScanPitch">No documentation.</param>
|
|
<param name="scanCount">No documentation.</param>
|
|
<param name="srcRef">No documentation.</param>
|
|
<param name="dstRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11Scan::Multiscan']/*"/>
|
|
<unmanaged>HRESULT ID3DX11Scan::Multiscan([In] D3DX11_SCAN_DATA_TYPE ElementType,[In] D3DX11_SCAN_OPCODE OpCode,[In] unsigned int ElementScanSize,[In] unsigned int ElementScanPitch,[In] unsigned int ScanCount,[In] ID3D11UnorderedAccessView* pSrc,[In] ID3D11UnorderedAccessView* pDst)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Scan.#ctor(SharpDX.Direct3D11.DeviceContext,System.Int32,System.Int32)">
|
|
<summary>
|
|
Creates a scan context.
|
|
</summary>
|
|
<param name="deviceContext">The <see cref="T:SharpDX.Direct3D11.DeviceContext"/> the scan is associated with. </param>
|
|
<param name="maxElementScanSize">Maximum single scan size, in elements (FLOAT, UINT, or INT) </param>
|
|
<param name="maxScanCount">Maximum number of scans in multiscan. </param>
|
|
<unmanaged>HRESULT D3DX11CreateScan([In] ID3D11DeviceContext* pDeviceContext,[None] int MaxElementScanSize,[None] int MaxScanCount,[Out] ID3DX11Scan** ppScan)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.SegmentedScan">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11SegmentedScan']/*"/>
|
|
<unmanaged>ID3DX11SegmentedScan</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.SegmentedScan.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.SegmentedScan"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.SegmentedScan.SetScanDirection(SharpDX.Direct3D11.ScanDirection)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="direction">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11SegmentedScan::SetScanDirection']/*"/>
|
|
<unmanaged>HRESULT ID3DX11SegmentedScan::SetScanDirection([In] D3DX11_SCAN_DIRECTION Direction)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.SegmentedScan.PerformSegmentedScan(SharpDX.Direct3D11.ScanDataType,SharpDX.Direct3D11.ScanOpcode,System.Int32,SharpDX.Direct3D11.UnorderedAccessView,SharpDX.Direct3D11.UnorderedAccessView,SharpDX.Direct3D11.UnorderedAccessView)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="elementType">No documentation.</param>
|
|
<param name="opCode">No documentation.</param>
|
|
<param name="elementScanSize">No documentation.</param>
|
|
<param name="srcRef">No documentation.</param>
|
|
<param name="srcElementFlagsRef">No documentation.</param>
|
|
<param name="dstRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3DX11SegmentedScan::SegScan']/*"/>
|
|
<unmanaged>HRESULT ID3DX11SegmentedScan::SegScan([In] D3DX11_SCAN_DATA_TYPE ElementType,[In] D3DX11_SCAN_OPCODE OpCode,[In] unsigned int ElementScanSize,[In, Optional] ID3D11UnorderedAccessView* pSrc,[In] ID3D11UnorderedAccessView* pSrcElementFlags,[In] ID3D11UnorderedAccessView* pDst)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.SegmentedScan.#ctor(SharpDX.Direct3D11.DeviceContext,System.Int32)">
|
|
<summary>
|
|
Creates a segmented scan context.
|
|
</summary>
|
|
<param name="deviceContext">Pointer to an <see cref="T:SharpDX.Direct3D11.DeviceContext"/> interface. </param>
|
|
<param name="maxElementScanSize">Maximum single scan size, in elements (FLOAT, UINT, or INT). </param>
|
|
<unmanaged>HRESULT D3DX11CreateSegmentedScan([In] ID3D11DeviceContext* pDeviceContext,[None] int MaxElementScanSize,[Out] ID3DX11SegmentedScan** ppScan)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.ShaderResourceView">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11ShaderResourceView']/*"/>
|
|
<unmanaged>ID3D11ShaderResourceView</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.ShaderResourceView.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.ShaderResourceView"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.ShaderResourceView.GetDescription(SharpDX.Direct3D11.ShaderResourceViewDescription@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="descRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11ShaderResourceView::GetDesc']/*"/>
|
|
<unmanaged>void ID3D11ShaderResourceView::GetDesc([Out] D3D11_SHADER_RESOURCE_VIEW_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.ShaderResourceView.#ctor(SharpDX.Direct3D11.Device,SharpDX.Direct3D11.Resource)">
|
|
<summary>
|
|
Creates a <see cref = "T:SharpDX.Direct3D11.ShaderResourceView" /> for accessing resource data.
|
|
</summary>
|
|
<param name = "device">The device to use when creating this <see cref = "T:SharpDX.Direct3D11.ShaderResourceView" />.</param>
|
|
<param name = "resource">The resource that represents the render-target surface. This surface must have been created with the <see cref = "T:SharpDX.Direct3D11.BindFlags">ShaderResource</see> flag.</param>
|
|
<unmanaged>ID3D11Device::CreateShaderResourceView</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.ShaderResourceView.#ctor(SharpDX.Direct3D11.Device,SharpDX.Direct3D11.Resource,SharpDX.Direct3D11.ShaderResourceViewDescription)">
|
|
<summary>
|
|
Creates a <see cref = "T:SharpDX.Direct3D11.ShaderResourceView" /> for accessing resource data.
|
|
</summary>
|
|
<param name = "device">The device to use when creating this <see cref = "T:SharpDX.Direct3D11.ShaderResourceView" />.</param>
|
|
<param name = "resource">The resource that represents the render-target surface. This surface must have been created with the <see cref = "T:SharpDX.Direct3D11.BindFlags">ShaderResource</see> flag.</param>
|
|
<param name = "description">A structure describing the <see cref = "T:SharpDX.Direct3D11.ShaderResourceView" /> to be created.</param>
|
|
<unmanaged>ID3D11Device::CreateShaderResourceView</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.ShaderResourceView.FromFile(SharpDX.Direct3D11.Device,System.String)">
|
|
<summary>
|
|
Create a shader-resource view from a file. Read the characteristics of a texture when the texture is loaded.
|
|
</summary>
|
|
<param name="device">A reference to the device (see <see cref="T:SharpDX.Direct3D11.Device"/>) that will use the resource. </param>
|
|
<param name="fileName">Name of the file that contains the shader-resource view.</param>
|
|
<returns>Returns a reference to the shader-resource view (see <see cref="T:SharpDX.Direct3D11.ShaderResourceView"/>). </returns>
|
|
<unmanaged>HRESULT D3DX11CreateShaderResourceViewFromFileW([None] ID3D10Device* pDevice,[None] const wchar_t* pSrcFile,[In, Optional] D3DX11_IMAGE_LOAD_INFO* pLoadInfo,[None] ID3DX11ThreadPump* pPump,[None] ID3D10ShaderResourceView** ppShaderResourceView,[None] HRESULT* pHResult)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.ShaderResourceView.FromFile(SharpDX.Direct3D11.Device,System.String,SharpDX.Direct3D11.ImageLoadInformation)">
|
|
<summary>
|
|
Create a shader-resource view from a file.
|
|
</summary>
|
|
<param name="device">A reference to the device (see <see cref="T:SharpDX.Direct3D11.Device"/>) that will use the resource. </param>
|
|
<param name="fileName">Name of the file that contains the shader-resource view.</param>
|
|
<param name="loadInformation">Identifies the characteristics of a texture (see <see cref="T:SharpDX.Direct3D11.ImageLoadInformation"/>) when the data processor is created. </param>
|
|
<returns>Returns a reference to the shader-resource view (see <see cref="T:SharpDX.Direct3D11.ShaderResourceView"/>). </returns>
|
|
<unmanaged>HRESULT D3DX11CreateShaderResourceViewFromFileW([None] ID3D10Device* pDevice,[None] const wchar_t* pSrcFile,[In, Optional] D3DX11_IMAGE_LOAD_INFO* pLoadInfo,[None] ID3DX11ThreadPump* pPump,[None] ID3D10ShaderResourceView** ppShaderResourceView,[None] HRESULT* pHResult)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.ShaderResourceView.FromMemory(SharpDX.Direct3D11.Device,System.Byte[])">
|
|
<summary>
|
|
Create a shader-resource view from a file in memory.
|
|
</summary>
|
|
<param name="device">A reference to the device (see <see cref="T:SharpDX.Direct3D11.Device"/>) that will use the resource. </param>
|
|
<param name="memory">Pointer to a memory location that contains the shader-resource view. </param>
|
|
<returns>Returns a reference to the shader-resource view (see <see cref="T:SharpDX.Direct3D11.ShaderResourceView"/>). </returns>
|
|
<unmanaged>HRESULT D3DX11CreateShaderResourceViewFromMemory([None] ID3D10Device* pDevice,[None] const void* pSrcData,[None] SIZE_T SrcDataSize,[In, Optional] D3DX11_IMAGE_LOAD_INFO* pLoadInfo,[None] ID3DX11ThreadPump* pPump,[None] ID3D10ShaderResourceView** ppShaderResourceView,[None] HRESULT* pHResult)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.ShaderResourceView.FromMemory(SharpDX.Direct3D11.Device,System.Byte[],SharpDX.Direct3D11.ImageLoadInformation)">
|
|
<summary>
|
|
Create a shader-resource view from a file in memory.
|
|
</summary>
|
|
<param name="device">A reference to the device (see <see cref="T:SharpDX.Direct3D11.Device"/>) that will use the resource. </param>
|
|
<param name="memory">Pointer to a memory location that contains the shader-resource view. </param>
|
|
<param name="loadInformation">Identifies the characteristics of a texture (see <see cref="T:SharpDX.Direct3D11.ImageLoadInformation"/>) when the data processor is created. </param>
|
|
<returns>Returns a reference to the shader-resource view (see <see cref="T:SharpDX.Direct3D11.ShaderResourceView"/>). </returns>
|
|
<unmanaged>HRESULT D3DX11CreateShaderResourceViewFromMemory([None] ID3D10Device* pDevice,[None] const void* pSrcData,[None] SIZE_T SrcDataSize,[In, Optional] D3DX11_IMAGE_LOAD_INFO* pLoadInfo,[None] ID3DX11ThreadPump* pPump,[None] ID3D10ShaderResourceView** ppShaderResourceView,[None] HRESULT* pHResult)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.ShaderResourceView.FromStream(SharpDX.Direct3D11.Device,System.IO.Stream,System.Int32)">
|
|
<summary>
|
|
Create a shader-resource view from a file in a stream..
|
|
</summary>
|
|
<param name="device">A reference to the device (see <see cref="T:SharpDX.Direct3D11.Device"/>) that will use the resource. </param>
|
|
<param name="stream">Pointer to the file in memory that contains the shader-resource view. </param>
|
|
<param name="sizeInBytes">Size of the file to read from the stream</param>
|
|
<returns>Returns a reference to the shader-resource view (see <see cref="T:SharpDX.Direct3D11.ShaderResourceView"/>). </returns>
|
|
<unmanaged>HRESULT D3DX11CreateShaderResourceViewFromMemory([None] ID3D10Device* pDevice,[None] const void* pSrcData,[None] SIZE_T SrcDataSize,[In, Optional] D3DX11_IMAGE_LOAD_INFO* pLoadInfo,[None] ID3DX11ThreadPump* pPump,[None] ID3D10ShaderResourceView** ppShaderResourceView,[None] HRESULT* pHResult)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.ShaderResourceView.FromStream(SharpDX.Direct3D11.Device,System.IO.Stream,System.Int32,SharpDX.Direct3D11.ImageLoadInformation)">
|
|
<summary>
|
|
Create a shader-resource view from a file in a stream..
|
|
</summary>
|
|
<param name="device">A reference to the device (see <see cref="T:SharpDX.Direct3D11.Device"/>) that will use the resource. </param>
|
|
<param name="stream">Pointer to the file in memory that contains the shader-resource view. </param>
|
|
<param name="sizeInBytes">Size of the file to read from the stream</param>
|
|
<param name="loadInformation">Identifies the characteristics of a texture (see <see cref="T:SharpDX.Direct3D11.ImageLoadInformation"/>) when the data processor is created. </param>
|
|
<returns>Returns a reference to the shader-resource view (see <see cref="T:SharpDX.Direct3D11.ShaderResourceView"/>). </returns>
|
|
<unmanaged>HRESULT D3DX11CreateShaderResourceViewFromMemory([None] ID3D10Device* pDevice,[None] const void* pSrcData,[None] SIZE_T SrcDataSize,[In, Optional] D3DX11_IMAGE_LOAD_INFO* pLoadInfo,[None] ID3DX11ThreadPump* pPump,[None] ID3D10ShaderResourceView** ppShaderResourceView,[None] HRESULT* pHResult)</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.ShaderResourceView.Description">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11ShaderResourceView::GetDesc']/*"/>
|
|
<unmanaged>GetDesc</unmanaged>
|
|
<unmanaged>void ID3D11ShaderResourceView::GetDesc([Out] D3D11_SHADER_RESOURCE_VIEW_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.SwitchToRef">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11SwitchToRef']/*"/>
|
|
<unmanaged>ID3D11SwitchToRef</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.SwitchToRef.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.SwitchToRef"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.SwitchToRef.SetUseRef(System.Boolean)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="useRef">No documentation.</param>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11SwitchToRef::SetUseRef']/*"/>
|
|
<unmanaged>BOOL ID3D11SwitchToRef::SetUseRef([In] BOOL UseRef)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.SwitchToRef.GetUseRef">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<returns>No documentation.</returns>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11SwitchToRef::GetUseRef']/*"/>
|
|
<unmanaged>BOOL ID3D11SwitchToRef::GetUseRef()</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.SwitchToRef.UseRef">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11SwitchToRef::GetUseRef']/*"/>
|
|
<unmanaged>GetUseRef</unmanaged>
|
|
<unmanaged>BOOL ID3D11SwitchToRef::GetUseRef()</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.Texture1D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Texture1D']/*"/>
|
|
<unmanaged>ID3D11Texture1D</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Texture1D.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.Texture1D"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Texture1D.GetDescription(SharpDX.Direct3D11.Texture1DDescription@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="descRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Texture1D::GetDesc']/*"/>
|
|
<unmanaged>void ID3D11Texture1D::GetDesc([Out] D3D11_TEXTURE1D_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Texture1D.#ctor(SharpDX.Direct3D11.Device,SharpDX.Direct3D11.Texture1DDescription)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.Texture1D" /> class.
|
|
</summary>
|
|
<param name = "device">The device with which to associate the texture.</param>
|
|
<param name = "description">The description of the texture.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Texture1D.#ctor(SharpDX.Direct3D11.Device,SharpDX.Direct3D11.Texture1DDescription,SharpDX.DataStream)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.Texture1D" /> class.
|
|
</summary>
|
|
<param name = "device">The device with which to associate the texture.</param>
|
|
<param name = "description">The description of the texture.</param>
|
|
<param name = "data">The initial texture data.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Texture1D.#ctor(SharpDX.Direct3D11.Device,SharpDX.Direct3D11.Texture1DDescription,SharpDX.DataStream[])">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.Texture1D" /> class.
|
|
</summary>
|
|
<param name = "device">The device with which to associate the texture.</param>
|
|
<param name = "description">The description of the texture.</param>
|
|
<param name = "data">An array of initial texture data for each subresource.</param>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.Texture1D.Description">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Texture1D::GetDesc']/*"/>
|
|
<unmanaged>GetDesc</unmanaged>
|
|
<unmanaged>void ID3D11Texture1D::GetDesc([Out] D3D11_TEXTURE1D_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.Texture2D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Texture2D']/*"/>
|
|
<unmanaged>ID3D11Texture2D</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Texture2D.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.Texture2D"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Texture2D.GetDescription(SharpDX.Direct3D11.Texture2DDescription@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="descRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Texture2D::GetDesc']/*"/>
|
|
<unmanaged>void ID3D11Texture2D::GetDesc([Out] D3D11_TEXTURE2D_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Texture2D.#ctor(SharpDX.Direct3D11.Device,SharpDX.Direct3D11.Texture2DDescription)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.Texture2D" /> class.
|
|
</summary>
|
|
<param name = "device">The device with which to associate the texture.</param>
|
|
<param name = "description">The description of the texture.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Texture2D.#ctor(SharpDX.Direct3D11.Device,SharpDX.Direct3D11.Texture2DDescription,SharpDX.DataRectangle)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.Texture2D" /> class.
|
|
</summary>
|
|
<param name = "device">The device with which to associate the texture.</param>
|
|
<param name = "description">The description of the texture.</param>
|
|
<param name = "data">The initial texture data.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Texture2D.#ctor(SharpDX.Direct3D11.Device,SharpDX.Direct3D11.Texture2DDescription,SharpDX.DataRectangle[])">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.Texture2D" /> class.
|
|
</summary>
|
|
<param name = "device">The device with which to associate the texture.</param>
|
|
<param name = "description">The description of the texture.</param>
|
|
<param name = "data">An array of initial texture data for each subresource.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Texture2D.ComputeNormalMap(SharpDX.Direct3D11.DeviceContext,SharpDX.Direct3D11.Texture2D,SharpDX.Direct3D11.Texture2D,SharpDX.Direct3D11.NormalMapFlags,SharpDX.Direct3D11.Channel,System.Single)">
|
|
<summary>
|
|
Converts a height map into a normal map. The (x,y,z) components of each normal are mapped to the (r,g,b) channels of the output texture.
|
|
</summary>
|
|
<param name = "context">The device used to create the normal map.</param>
|
|
<param name = "source">The source height map texture.</param>
|
|
<param name = "destination">The destination texture.</param>
|
|
<param name = "flags">One or more flags that control generation of normal maps.</param>
|
|
<param name = "channel">One or more flag specifying the source of height information.</param>
|
|
<param name = "amplitude">Constant value multiplier that increases (or decreases) the values in the normal map. Higher values usually make bumps more visible, lower values usually make bumps less visible.</param>
|
|
<returns>A <see cref = "T:SharpDX.Result" /> object describing the result of the operation.</returns>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.Texture2D.Description">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Texture2D::GetDesc']/*"/>
|
|
<unmanaged>GetDesc</unmanaged>
|
|
<unmanaged>void ID3D11Texture2D::GetDesc([Out] D3D11_TEXTURE2D_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.Texture3D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Texture3D']/*"/>
|
|
<unmanaged>ID3D11Texture3D</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Texture3D.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.Texture3D"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Texture3D.GetDescription(SharpDX.Direct3D11.Texture3DDescription@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="descRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Texture3D::GetDesc']/*"/>
|
|
<unmanaged>void ID3D11Texture3D::GetDesc([Out] D3D11_TEXTURE3D_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Texture3D.#ctor(SharpDX.Direct3D11.Device,SharpDX.Direct3D11.Texture3DDescription)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.Texture3D" /> class.
|
|
</summary>
|
|
<param name = "device">The device with which to associate the texture.</param>
|
|
<param name = "description">The description of the texture.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Texture3D.#ctor(SharpDX.Direct3D11.Device,SharpDX.Direct3D11.Texture3DDescription,SharpDX.DataBox)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.Texture3D" /> class.
|
|
</summary>
|
|
<param name = "device">The device with which to associate the texture.</param>
|
|
<param name = "description">The description of the texture.</param>
|
|
<param name = "data">The initial texture data.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Texture3D.#ctor(SharpDX.Direct3D11.Device,SharpDX.Direct3D11.Texture3DDescription,SharpDX.DataBox[])">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.Texture3D" /> class.
|
|
</summary>
|
|
<param name = "device">The device with which to associate the texture.</param>
|
|
<param name = "description">The description of the texture.</param>
|
|
<param name = "data">An array of initial texture data for each subresource.</param>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.Texture3D.Description">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11Texture3D::GetDesc']/*"/>
|
|
<unmanaged>GetDesc</unmanaged>
|
|
<unmanaged>void ID3D11Texture3D::GetDesc([Out] D3D11_TEXTURE3D_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.UnorderedAccessView">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11UnorderedAccessView']/*"/>
|
|
<unmanaged>ID3D11UnorderedAccessView</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.UnorderedAccessView.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.UnorderedAccessView"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.UnorderedAccessView.GetDescription(SharpDX.Direct3D11.UnorderedAccessViewDescription@)">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<param name="descRef">No documentation.</param>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11UnorderedAccessView::GetDesc']/*"/>
|
|
<unmanaged>void ID3D11UnorderedAccessView::GetDesc([Out] D3D11_UNORDERED_ACCESS_VIEW_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.UnorderedAccessView.#ctor(SharpDX.Direct3D11.Device,SharpDX.Direct3D11.Resource)">
|
|
<summary>
|
|
Creates a <see cref = "T:SharpDX.Direct3D11.UnorderedAccessView" /> for accessing resource data.
|
|
</summary>
|
|
<param name = "device">The device to use when creating this <see cref = "T:SharpDX.Direct3D11.UnorderedAccessView" />.</param>
|
|
<param name = "resource">The resource that represents the render-target surface. This surface must have been created with the <see cref = "T:SharpDX.Direct3D11.BindFlags">UnorderedAccess</see> flag.</param>
|
|
<unmanaged>ID3D11Device::CreateUnorderedAccessView</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.UnorderedAccessView.#ctor(SharpDX.Direct3D11.Device,SharpDX.Direct3D11.Resource,SharpDX.Direct3D11.UnorderedAccessViewDescription)">
|
|
<summary>
|
|
Creates a <see cref = "T:SharpDX.Direct3D11.UnorderedAccessView" /> for accessing resource data.
|
|
</summary>
|
|
<param name = "device">The device to use when creating this <see cref = "T:SharpDX.Direct3D11.UnorderedAccessView" />.</param>
|
|
<param name = "resource">The resource that represents the render-target surface. This surface must have been created with the <see cref = "T:SharpDX.Direct3D11.BindFlags">UnorderedAccess</see> flag.</param>
|
|
<param name = "description">A structure describing the <see cref = "T:SharpDX.Direct3D11.UnorderedAccessView" /> to be created.</param>
|
|
<unmanaged>ID3D11Device::CreateUnorderedAccessView</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.UnorderedAccessView.Description">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11UnorderedAccessView::GetDesc']/*"/>
|
|
<unmanaged>GetDesc</unmanaged>
|
|
<unmanaged>void ID3D11UnorderedAccessView::GetDesc([Out] D3D11_UNORDERED_ACCESS_VIEW_DESC* pDesc)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.VertexShader">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='ID3D11VertexShader']/*"/>
|
|
<unmanaged>ID3D11VertexShader</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.VertexShader.#ctor(System.IntPtr)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:SharpDX.Direct3D11.VertexShader"/> class.
|
|
</summary>
|
|
<param name="nativePtr">The native pointer.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.VertexShader.#ctor(SharpDX.Direct3D11.Device,SharpDX.D3DCompiler.ShaderBytecode)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.VertexShader" /> class.
|
|
</summary>
|
|
<param name = "device">The device used to create the shader.</param>
|
|
<param name = "shaderBytecode">The compiled shader bytecode.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.VertexShader.#ctor(SharpDX.Direct3D11.Device,SharpDX.D3DCompiler.ShaderBytecode,SharpDX.Direct3D11.ClassLinkage)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.VertexShader" /> class.
|
|
</summary>
|
|
<param name = "device">The device used to create the shader.</param>
|
|
<param name = "shaderBytecode">The compiled shader bytecode.</param>
|
|
<param name = "linkage">A dynamic class linkage interface.</param>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.BlendStateDescription">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BLEND_DESC']/*"/>
|
|
<unmanaged>D3D11_BLEND_DESC</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.BlendStateDescription.AlphaToCoverageEnable">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BLEND_DESC::AlphaToCoverageEnable']/*"/>
|
|
<unmanaged>BOOL AlphaToCoverageEnable</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.BlendStateDescription.IndependentBlendEnable">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BLEND_DESC::IndependentBlendEnable']/*"/>
|
|
<unmanaged>BOOL IndependentBlendEnable</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.BlendStateDescription.RenderTarget">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BLEND_DESC::RenderTarget']/*"/>
|
|
<unmanaged>D3D11_RENDER_TARGET_BLEND_DESC RenderTarget[8]</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.ClassInstanceDescription">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_CLASS_INSTANCE_DESC']/*"/>
|
|
<unmanaged>D3D11_CLASS_INSTANCE_DESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ClassInstanceDescription.InstanceId">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_CLASS_INSTANCE_DESC::InstanceId']/*"/>
|
|
<unmanaged>unsigned int InstanceId</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ClassInstanceDescription.InstanceIndex">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_CLASS_INSTANCE_DESC::InstanceIndex']/*"/>
|
|
<unmanaged>unsigned int InstanceIndex</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ClassInstanceDescription.TypeId">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_CLASS_INSTANCE_DESC::TypeId']/*"/>
|
|
<unmanaged>unsigned int TypeId</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ClassInstanceDescription.ConstantBuffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_CLASS_INSTANCE_DESC::ConstantBuffer']/*"/>
|
|
<unmanaged>unsigned int ConstantBuffer</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ClassInstanceDescription.BaseConstantBufferOffset">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_CLASS_INSTANCE_DESC::BaseConstantBufferOffset']/*"/>
|
|
<unmanaged>unsigned int BaseConstantBufferOffset</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ClassInstanceDescription.BaseTexture">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_CLASS_INSTANCE_DESC::BaseTexture']/*"/>
|
|
<unmanaged>unsigned int BaseTexture</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ClassInstanceDescription.BaseSampler">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_CLASS_INSTANCE_DESC::BaseSampler']/*"/>
|
|
<unmanaged>unsigned int BaseSampler</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.ClassInstanceDescription.IsCreated">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_CLASS_INSTANCE_DESC::Created']/*"/>
|
|
<unmanaged>BOOL Created</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.CounterCapabilities">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_COUNTER_INFO']/*"/>
|
|
<unmanaged>D3D11_COUNTER_INFO</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.CounterCapabilities.LastDeviceDependentCounter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_COUNTER_INFO::LastDeviceDependentCounter']/*"/>
|
|
<unmanaged>D3D11_COUNTER LastDeviceDependentCounter</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.CounterCapabilities.SimultaneousCounterCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_COUNTER_INFO::NumSimultaneousCounters']/*"/>
|
|
<unmanaged>unsigned int NumSimultaneousCounters</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.CounterCapabilities.DetectableParallelUnitCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_COUNTER_INFO::NumDetectableParallelUnits']/*"/>
|
|
<unmanaged>unsigned char NumDetectableParallelUnits</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.CounterDescription">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_COUNTER_DESC']/*"/>
|
|
<unmanaged>D3D11_COUNTER_DESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.CounterDescription.Counter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_COUNTER_DESC::Counter']/*"/>
|
|
<unmanaged>D3D11_COUNTER Counter</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.CounterDescription.MiscFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_COUNTER_DESC::MiscFlags']/*"/>
|
|
<unmanaged>unsigned int MiscFlags</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DepthStencilOperationDescription">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEPTH_STENCILOP_DESC']/*"/>
|
|
<unmanaged>D3D11_DEPTH_STENCILOP_DESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilOperationDescription.FailOperation">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEPTH_STENCILOP_DESC::StencilFailOp']/*"/>
|
|
<unmanaged>D3D11_STENCIL_OP StencilFailOp</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilOperationDescription.DepthFailOperation">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEPTH_STENCILOP_DESC::StencilDepthFailOp']/*"/>
|
|
<unmanaged>D3D11_STENCIL_OP StencilDepthFailOp</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilOperationDescription.PassOperation">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEPTH_STENCILOP_DESC::StencilPassOp']/*"/>
|
|
<unmanaged>D3D11_STENCIL_OP StencilPassOp</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilOperationDescription.Comparison">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEPTH_STENCILOP_DESC::StencilFunc']/*"/>
|
|
<unmanaged>D3D11_COMPARISON_FUNC StencilFunc</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DepthStencilStateDescription">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEPTH_STENCIL_DESC']/*"/>
|
|
<unmanaged>D3D11_DEPTH_STENCIL_DESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilStateDescription.DepthWriteMask">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEPTH_STENCIL_DESC::DepthWriteMask']/*"/>
|
|
<unmanaged>D3D11_DEPTH_WRITE_MASK DepthWriteMask</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilStateDescription.DepthComparison">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEPTH_STENCIL_DESC::DepthFunc']/*"/>
|
|
<unmanaged>D3D11_COMPARISON_FUNC DepthFunc</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilStateDescription.StencilReadMask">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEPTH_STENCIL_DESC::StencilReadMask']/*"/>
|
|
<unmanaged>unsigned char StencilReadMask</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilStateDescription.StencilWriteMask">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEPTH_STENCIL_DESC::StencilWriteMask']/*"/>
|
|
<unmanaged>unsigned char StencilWriteMask</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilStateDescription.FrontFace">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEPTH_STENCIL_DESC::FrontFace']/*"/>
|
|
<unmanaged>D3D11_DEPTH_STENCILOP_DESC FrontFace</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilStateDescription.BackFace">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEPTH_STENCIL_DESC::BackFace']/*"/>
|
|
<unmanaged>D3D11_DEPTH_STENCILOP_DESC BackFace</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.DepthStencilStateDescription.IsDepthEnabled">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEPTH_STENCIL_DESC::DepthEnable']/*"/>
|
|
<unmanaged>BOOL DepthEnable</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.DepthStencilStateDescription.IsStencilEnabled">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEPTH_STENCIL_DESC::StencilEnable']/*"/>
|
|
<unmanaged>BOOL StencilEnable</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DepthStencilViewDescription">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEPTH_STENCIL_VIEW_DESC']/*"/>
|
|
<unmanaged>D3D11_DEPTH_STENCIL_VIEW_DESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilViewDescription.Format">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEPTH_STENCIL_VIEW_DESC::Format']/*"/>
|
|
<unmanaged>DXGI_FORMAT Format</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilViewDescription.Dimension">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEPTH_STENCIL_VIEW_DESC::ViewDimension']/*"/>
|
|
<unmanaged>D3D11_DSV_DIMENSION ViewDimension</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilViewDescription.Flags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEPTH_STENCIL_VIEW_DESC::Flags']/*"/>
|
|
<unmanaged>D3D11_DSV_FLAG Flags</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilViewDescription.Texture1D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEPTH_STENCIL_VIEW_DESC::Texture1D']/*"/>
|
|
<unmanaged>D3D11_TEX1D_DSV Texture1D</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilViewDescription.Texture1DArray">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEPTH_STENCIL_VIEW_DESC::Texture1DArray']/*"/>
|
|
<unmanaged>D3D11_TEX1D_ARRAY_DSV Texture1DArray</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilViewDescription.Texture2D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEPTH_STENCIL_VIEW_DESC::Texture2D']/*"/>
|
|
<unmanaged>D3D11_TEX2D_DSV Texture2D</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilViewDescription.Texture2DArray">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEPTH_STENCIL_VIEW_DESC::Texture2DArray']/*"/>
|
|
<unmanaged>D3D11_TEX2D_ARRAY_DSV Texture2DArray</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilViewDescription.Texture2DMS">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEPTH_STENCIL_VIEW_DESC::Texture2DMS']/*"/>
|
|
<unmanaged>D3D11_TEX2DMS_DSV Texture2DMS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilViewDescription.Texture2DMSArray">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_DEPTH_STENCIL_VIEW_DESC::Texture2DMSArray']/*"/>
|
|
<unmanaged>D3D11_TEX2DMS_ARRAY_DSV Texture2DMSArray</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DepthStencilViewDescription.Texture2DResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2D_DSV']/*"/>
|
|
<unmanaged>D3D11_TEX2D_DSV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilViewDescription.Texture2DResource.MipSlice">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2D_DSV::MipSlice']/*"/>
|
|
<unmanaged>unsigned int MipSlice</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DepthStencilViewDescription.Texture1DArrayResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX1D_ARRAY_DSV']/*"/>
|
|
<unmanaged>D3D11_TEX1D_ARRAY_DSV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilViewDescription.Texture1DArrayResource.MipSlice">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX1D_ARRAY_DSV::MipSlice']/*"/>
|
|
<unmanaged>unsigned int MipSlice</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilViewDescription.Texture1DArrayResource.FirstArraySlice">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX1D_ARRAY_DSV::FirstArraySlice']/*"/>
|
|
<unmanaged>unsigned int FirstArraySlice</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilViewDescription.Texture1DArrayResource.ArraySize">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX1D_ARRAY_DSV::ArraySize']/*"/>
|
|
<unmanaged>unsigned int ArraySize</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DepthStencilViewDescription.Texture2DMultisampledArrayResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2DMS_ARRAY_DSV']/*"/>
|
|
<unmanaged>D3D11_TEX2DMS_ARRAY_DSV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilViewDescription.Texture2DMultisampledArrayResource.FirstArraySlice">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2DMS_ARRAY_DSV::FirstArraySlice']/*"/>
|
|
<unmanaged>unsigned int FirstArraySlice</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilViewDescription.Texture2DMultisampledArrayResource.ArraySize">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2DMS_ARRAY_DSV::ArraySize']/*"/>
|
|
<unmanaged>unsigned int ArraySize</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DepthStencilViewDescription.Texture2DArrayResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2D_ARRAY_DSV']/*"/>
|
|
<unmanaged>D3D11_TEX2D_ARRAY_DSV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilViewDescription.Texture2DArrayResource.MipSlice">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2D_ARRAY_DSV::MipSlice']/*"/>
|
|
<unmanaged>unsigned int MipSlice</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilViewDescription.Texture2DArrayResource.FirstArraySlice">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2D_ARRAY_DSV::FirstArraySlice']/*"/>
|
|
<unmanaged>unsigned int FirstArraySlice</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilViewDescription.Texture2DArrayResource.ArraySize">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2D_ARRAY_DSV::ArraySize']/*"/>
|
|
<unmanaged>unsigned int ArraySize</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DepthStencilViewDescription.Texture1DResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX1D_DSV']/*"/>
|
|
<unmanaged>D3D11_TEX1D_DSV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilViewDescription.Texture1DResource.MipSlice">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX1D_DSV::MipSlice']/*"/>
|
|
<unmanaged>unsigned int MipSlice</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.DepthStencilViewDescription.Texture2DMultisampledResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2DMS_DSV']/*"/>
|
|
<unmanaged>D3D11_TEX2DMS_DSV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.DepthStencilViewDescription.Texture2DMultisampledResource.UnusedFieldNothingToDefine">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2DMS_DSV::UnusedField_NothingToDefine']/*"/>
|
|
<unmanaged>unsigned int UnusedField_NothingToDefine</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.EffectDescription">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_DESC']/*"/>
|
|
<unmanaged>D3DX11_EFFECT_DESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectDescription.ConstantBufferCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_DESC::ConstantBuffers']/*"/>
|
|
<unmanaged>unsigned int ConstantBuffers</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectDescription.GlobalVariableCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_DESC::GlobalVariables']/*"/>
|
|
<unmanaged>unsigned int GlobalVariables</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectDescription.InterfaceVariableCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_DESC::InterfaceVariables']/*"/>
|
|
<unmanaged>unsigned int InterfaceVariables</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectDescription.TechniqueCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_DESC::Techniques']/*"/>
|
|
<unmanaged>unsigned int Techniques</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectDescription.GroupCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_DESC::Groups']/*"/>
|
|
<unmanaged>unsigned int Groups</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.EffectGroupDescription">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_GROUP_DESC']/*"/>
|
|
<unmanaged>D3DX11_GROUP_DESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectGroupDescription.Name">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_GROUP_DESC::Name']/*"/>
|
|
<unmanaged>const char* Name</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectGroupDescription.Techniques">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_GROUP_DESC::Techniques']/*"/>
|
|
<unmanaged>unsigned int Techniques</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectGroupDescription.Annotations">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_GROUP_DESC::Annotations']/*"/>
|
|
<unmanaged>unsigned int Annotations</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.EffectTechniqueDescription">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_TECHNIQUE_DESC']/*"/>
|
|
<unmanaged>D3DX11_TECHNIQUE_DESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectTechniqueDescription.Name">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_TECHNIQUE_DESC::Name']/*"/>
|
|
<unmanaged>const char* Name</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectTechniqueDescription.PassCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_TECHNIQUE_DESC::Passes']/*"/>
|
|
<unmanaged>unsigned int Passes</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectTechniqueDescription.AnnotationCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_TECHNIQUE_DESC::Annotations']/*"/>
|
|
<unmanaged>unsigned int Annotations</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.EffectTypeDescription">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_TYPE_DESC']/*"/>
|
|
<unmanaged>D3DX11_EFFECT_TYPE_DESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectTypeDescription.TypeName">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_TYPE_DESC::TypeName']/*"/>
|
|
<unmanaged>const char* TypeName</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectTypeDescription.Class">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_TYPE_DESC::Class']/*"/>
|
|
<unmanaged>D3D_SHADER_VARIABLE_CLASS Class</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectTypeDescription.Type">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_TYPE_DESC::Type']/*"/>
|
|
<unmanaged>D3D_SHADER_VARIABLE_TYPE Type</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectTypeDescription.Elements">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_TYPE_DESC::Elements']/*"/>
|
|
<unmanaged>unsigned int Elements</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectTypeDescription.Members">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_TYPE_DESC::Members']/*"/>
|
|
<unmanaged>unsigned int Members</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectTypeDescription.Rows">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_TYPE_DESC::Rows']/*"/>
|
|
<unmanaged>unsigned int Rows</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectTypeDescription.Columns">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_TYPE_DESC::Columns']/*"/>
|
|
<unmanaged>unsigned int Columns</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectTypeDescription.PackedSize">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_TYPE_DESC::PackedSize']/*"/>
|
|
<unmanaged>unsigned int PackedSize</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectTypeDescription.UnpackedSize">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_TYPE_DESC::UnpackedSize']/*"/>
|
|
<unmanaged>unsigned int UnpackedSize</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectTypeDescription.Stride">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_TYPE_DESC::Stride']/*"/>
|
|
<unmanaged>unsigned int Stride</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.EffectVariableDescription">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_VARIABLE_DESC']/*"/>
|
|
<unmanaged>D3DX11_EFFECT_VARIABLE_DESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectVariableDescription.Name">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_VARIABLE_DESC::Name']/*"/>
|
|
<unmanaged>const char* Name</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectVariableDescription.Semantic">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_VARIABLE_DESC::Semantic']/*"/>
|
|
<unmanaged>const char* Semantic</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectVariableDescription.Flags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_VARIABLE_DESC::Flags']/*"/>
|
|
<unmanaged>D3DX11_EFFECT_VARIABLE_FLAGS Flags</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectVariableDescription.AnnotationCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_VARIABLE_DESC::Annotations']/*"/>
|
|
<unmanaged>unsigned int Annotations</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectVariableDescription.BufferOffset">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_VARIABLE_DESC::BufferOffset']/*"/>
|
|
<unmanaged>unsigned int BufferOffset</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.EffectVariableDescription.ExplicitBindPoint">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_EFFECT_VARIABLE_DESC::ExplicitBindPoint']/*"/>
|
|
<unmanaged>unsigned int ExplicitBindPoint</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.FastFourierTransformBufferRequirements">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FFT_BUFFER_INFO']/*"/>
|
|
<unmanaged>D3DX11_FFT_BUFFER_INFO</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FastFourierTransformBufferRequirements.TemporaryBufferCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FFT_BUFFER_INFO::NumTempBufferSizes']/*"/>
|
|
<unmanaged>unsigned int NumTempBufferSizes</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FastFourierTransformBufferRequirements.PrecomputeBufferCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FFT_BUFFER_INFO::NumPrecomputeBufferSizes']/*"/>
|
|
<unmanaged>unsigned int NumPrecomputeBufferSizes</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.FastFourierTransformBufferRequirements.TemporaryBufferSizes">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FFT_BUFFER_INFO::TempBufferFloatSizes']/*"/>
|
|
<unmanaged>unsigned int TempBufferFloatSizes[4]</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.FastFourierTransformBufferRequirements.PrecomputeBufferSizes">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FFT_BUFFER_INFO::PrecomputeBufferFloatSizes']/*"/>
|
|
<unmanaged>unsigned int PrecomputeBufferFloatSizes[4]</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.FastFourierTransformDescription">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FFT_DESC']/*"/>
|
|
<unmanaged>D3DX11_FFT_DESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FastFourierTransformDescription.DimensionCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FFT_DESC::NumDimensions']/*"/>
|
|
<unmanaged>unsigned int NumDimensions</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FastFourierTransformDescription.Dimensions">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FFT_DESC::DimensionMask']/*"/>
|
|
<unmanaged>D3DX11_FFT_DIM_MASK DimensionMask</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FastFourierTransformDescription.DataType">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FFT_DESC::Type']/*"/>
|
|
<unmanaged>D3DX11_FFT_DATA_TYPE Type</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.FastFourierTransformDescription.ElementLengths">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_FFT_DESC::ElementLengths']/*"/>
|
|
<unmanaged>unsigned int ElementLengths[32]</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.FeatureDataD3D10XHardwareOptions">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FEATURE_DATA_D3D10_X_HARDWARE_OPTIONS']/*"/>
|
|
<unmanaged>D3D11_FEATURE_DATA_D3D10_X_HARDWARE_OPTIONS</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.FeatureDataD3D10XHardwareOptions.ComputeShadersPlusRawAndStructuredBuffersViaShader4X">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FEATURE_DATA_D3D10_X_HARDWARE_OPTIONS::ComputeShaders_Plus_RawAndStructuredBuffers_Via_Shader_4_x']/*"/>
|
|
<unmanaged>BOOL ComputeShaders_Plus_RawAndStructuredBuffers_Via_Shader_4_x</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.FeatureDataDoubles">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FEATURE_DATA_DOUBLES']/*"/>
|
|
<unmanaged>D3D11_FEATURE_DATA_DOUBLES</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.FeatureDataDoubles.DoublePrecisionFloatShaderOps">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FEATURE_DATA_DOUBLES::DoublePrecisionFloatShaderOps']/*"/>
|
|
<unmanaged>BOOL DoublePrecisionFloatShaderOps</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.FeatureDataFormatSupport">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FEATURE_DATA_FORMAT_SUPPORT']/*"/>
|
|
<unmanaged>D3D11_FEATURE_DATA_FORMAT_SUPPORT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FeatureDataFormatSupport.InFormat">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FEATURE_DATA_FORMAT_SUPPORT::InFormat']/*"/>
|
|
<unmanaged>DXGI_FORMAT InFormat</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FeatureDataFormatSupport.OutFormatSupport">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FEATURE_DATA_FORMAT_SUPPORT::OutFormatSupport']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT OutFormatSupport</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.FeatureDataFormatSupport2">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FEATURE_DATA_FORMAT_SUPPORT2']/*"/>
|
|
<unmanaged>D3D11_FEATURE_DATA_FORMAT_SUPPORT2</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FeatureDataFormatSupport2.InFormat">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FEATURE_DATA_FORMAT_SUPPORT2::InFormat']/*"/>
|
|
<unmanaged>DXGI_FORMAT InFormat</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.FeatureDataFormatSupport2.OutFormatSupport2">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FEATURE_DATA_FORMAT_SUPPORT2::OutFormatSupport2']/*"/>
|
|
<unmanaged>D3D11_FORMAT_SUPPORT2 OutFormatSupport2</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.FeatureDataThreading">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FEATURE_DATA_THREADING']/*"/>
|
|
<unmanaged>D3D11_FEATURE_DATA_THREADING</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.FeatureDataThreading.DriverConcurrentCreates">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FEATURE_DATA_THREADING::DriverConcurrentCreates']/*"/>
|
|
<unmanaged>BOOL DriverConcurrentCreates</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.FeatureDataThreading.DriverCommandLists">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_FEATURE_DATA_THREADING::DriverCommandLists']/*"/>
|
|
<unmanaged>BOOL DriverCommandLists</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.ImageInformation">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_IMAGE_INFO']/*"/>
|
|
<unmanaged>D3DX11_IMAGE_INFO</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ImageInformation.Width">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_IMAGE_INFO::Width']/*"/>
|
|
<unmanaged>unsigned int Width</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ImageInformation.Height">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_IMAGE_INFO::Height']/*"/>
|
|
<unmanaged>unsigned int Height</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ImageInformation.Depth">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_IMAGE_INFO::Depth']/*"/>
|
|
<unmanaged>unsigned int Depth</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ImageInformation.ArraySize">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_IMAGE_INFO::ArraySize']/*"/>
|
|
<unmanaged>unsigned int ArraySize</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ImageInformation.MipLevels">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_IMAGE_INFO::MipLevels']/*"/>
|
|
<unmanaged>unsigned int MipLevels</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ImageInformation.OptionFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_IMAGE_INFO::MiscFlags']/*"/>
|
|
<unmanaged>D3D11_RESOURCE_MISC_FLAG MiscFlags</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ImageInformation.Format">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_IMAGE_INFO::Format']/*"/>
|
|
<unmanaged>DXGI_FORMAT Format</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ImageInformation.ResourceDimension">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_IMAGE_INFO::ResourceDimension']/*"/>
|
|
<unmanaged>D3D11_RESOURCE_DIMENSION ResourceDimension</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ImageInformation.ImageFileFormat">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_IMAGE_INFO::ImageFileFormat']/*"/>
|
|
<unmanaged>D3DX11_IMAGE_FILE_FORMAT ImageFileFormat</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.ImageInformation.FromFile(System.String)">
|
|
<summary>
|
|
Retrieves information about a given image file.
|
|
</summary>
|
|
<param name="fileName">File name of image to retrieve information about.</param>
|
|
<returns>If the function succeeds, returns a <see cref="T:SharpDX.Direct3D11.ImageInformation"/> filled with the description of the data in the source file. else returns null </returns>
|
|
<unmanaged>HRESULT D3DX11GetImageInfoFromFileW([None] const wchar_t* pSrcFile,[None] ID3DX11ThreadPump* pPump,[None] D3DX11_IMAGE_INFO* pSrcInfo,[None] HRESULT* pHResult)</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.ImageInformation.FromMemory(System.Byte[])">
|
|
<summary>
|
|
Retrieves information about a given image file from a memory location.
|
|
</summary>
|
|
<param name="memory">an array to the image in memory</param>
|
|
<returns>If the function succeeds, returns a <see cref="T:SharpDX.Direct3D11.ImageInformation"/> filled with the description of the data from the image memory. else returns null </returns>
|
|
<unmanaged>HRESULT D3DX11GetImageInfoFromFileW([None] const wchar_t* pSrcFile,[None] ID3DX11ThreadPump* pPump,[None] D3DX11_IMAGE_INFO* pSrcInfo,[None] HRESULT* pHResult)</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.ImageLoadInformation">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_IMAGE_LOAD_INFO']/*"/>
|
|
<unmanaged>D3DX11_IMAGE_LOAD_INFO</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ImageLoadInformation.FileDefaultValue">
|
|
<summary>
|
|
The default value for load options.
|
|
</summary>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ImageLoadInformation.Width">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_IMAGE_LOAD_INFO::Width']/*"/>
|
|
<unmanaged>unsigned int Width</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ImageLoadInformation.Height">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_IMAGE_LOAD_INFO::Height']/*"/>
|
|
<unmanaged>unsigned int Height</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ImageLoadInformation.Depth">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_IMAGE_LOAD_INFO::Depth']/*"/>
|
|
<unmanaged>unsigned int Depth</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ImageLoadInformation.FirstMipLevel">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_IMAGE_LOAD_INFO::FirstMipLevel']/*"/>
|
|
<unmanaged>unsigned int FirstMipLevel</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ImageLoadInformation.MipLevels">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_IMAGE_LOAD_INFO::MipLevels']/*"/>
|
|
<unmanaged>unsigned int MipLevels</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ImageLoadInformation.Usage">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_IMAGE_LOAD_INFO::Usage']/*"/>
|
|
<unmanaged>D3D11_USAGE Usage</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ImageLoadInformation.BindFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_IMAGE_LOAD_INFO::BindFlags']/*"/>
|
|
<unmanaged>D3D11_BIND_FLAG BindFlags</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ImageLoadInformation.CpuAccessFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_IMAGE_LOAD_INFO::CpuAccessFlags']/*"/>
|
|
<unmanaged>D3D11_CPU_ACCESS_FLAG CpuAccessFlags</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ImageLoadInformation.OptionFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_IMAGE_LOAD_INFO::MiscFlags']/*"/>
|
|
<unmanaged>D3D11_RESOURCE_MISC_FLAG MiscFlags</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ImageLoadInformation.Format">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_IMAGE_LOAD_INFO::Format']/*"/>
|
|
<unmanaged>DXGI_FORMAT Format</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ImageLoadInformation.Filter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_IMAGE_LOAD_INFO::Filter']/*"/>
|
|
<unmanaged>D3DX11_FILTER_FLAG Filter</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ImageLoadInformation.MipFilter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_IMAGE_LOAD_INFO::MipFilter']/*"/>
|
|
<unmanaged>D3DX11_FILTER_FLAG MipFilter</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ImageLoadInformation.PSrcInfo">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_IMAGE_LOAD_INFO::pSrcInfo']/*"/>
|
|
<unmanaged>D3DX11_IMAGE_INFO* pSrcInfo</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.InfoQueueFilter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_INFO_QUEUE_FILTER']/*"/>
|
|
<unmanaged>D3D11_INFO_QUEUE_FILTER</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.InfoQueueFilter.AllowList">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_INFO_QUEUE_FILTER::AllowList']/*"/>
|
|
<unmanaged>D3D11_INFO_QUEUE_FILTER_DESC AllowList</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.InfoQueueFilter.DenyList">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_INFO_QUEUE_FILTER::DenyList']/*"/>
|
|
<unmanaged>D3D11_INFO_QUEUE_FILTER_DESC DenyList</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.InfoQueueFilterDescription">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_INFO_QUEUE_FILTER_DESC']/*"/>
|
|
<unmanaged>D3D11_INFO_QUEUE_FILTER_DESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.InfoQueueFilterDescription.CategorieCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_INFO_QUEUE_FILTER_DESC::NumCategories']/*"/>
|
|
<unmanaged>unsigned int NumCategories</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.InfoQueueFilterDescription.PCategoryList">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_INFO_QUEUE_FILTER_DESC::pCategoryList']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_CATEGORY* pCategoryList</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.InfoQueueFilterDescription.SeveritieCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_INFO_QUEUE_FILTER_DESC::NumSeverities']/*"/>
|
|
<unmanaged>unsigned int NumSeverities</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.InfoQueueFilterDescription.PSeverityList">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_INFO_QUEUE_FILTER_DESC::pSeverityList']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_SEVERITY* pSeverityList</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.InfoQueueFilterDescription.IDCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_INFO_QUEUE_FILTER_DESC::NumIDs']/*"/>
|
|
<unmanaged>unsigned int NumIDs</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.InfoQueueFilterDescription.PIDList">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_INFO_QUEUE_FILTER_DESC::pIDList']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID* pIDList</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.InfoQueueFilterDescription.Categories">
|
|
<summary>
|
|
Gets or sets the categories.
|
|
</summary>
|
|
<value>
|
|
The categories.
|
|
</value>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.InfoQueueFilterDescription.Severities">
|
|
<summary>
|
|
Gets or sets the severities.
|
|
</summary>
|
|
<value>
|
|
The severities.
|
|
</value>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.InfoQueueFilterDescription.Ids">
|
|
<summary>
|
|
Gets or sets the ids.
|
|
</summary>
|
|
<value>
|
|
The ids.
|
|
</value>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.InputElement">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_INPUT_ELEMENT_DESC']/*"/>
|
|
<unmanaged>D3D11_INPUT_ELEMENT_DESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.InputElement.SemanticName">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_INPUT_ELEMENT_DESC::SemanticName']/*"/>
|
|
<unmanaged>const char* SemanticName</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.InputElement.SemanticIndex">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_INPUT_ELEMENT_DESC::SemanticIndex']/*"/>
|
|
<unmanaged>unsigned int SemanticIndex</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.InputElement.Format">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_INPUT_ELEMENT_DESC::Format']/*"/>
|
|
<unmanaged>DXGI_FORMAT Format</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.InputElement.Slot">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_INPUT_ELEMENT_DESC::InputSlot']/*"/>
|
|
<unmanaged>unsigned int InputSlot</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.InputElement.AlignedByteOffset">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_INPUT_ELEMENT_DESC::AlignedByteOffset']/*"/>
|
|
<unmanaged>unsigned int AlignedByteOffset</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.InputElement.Classification">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_INPUT_ELEMENT_DESC::InputSlotClass']/*"/>
|
|
<unmanaged>D3D11_INPUT_CLASSIFICATION InputSlotClass</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.InputElement.InstanceDataStepRate">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_INPUT_ELEMENT_DESC::InstanceDataStepRate']/*"/>
|
|
<unmanaged>unsigned int InstanceDataStepRate</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InputElement.#ctor(System.String,System.Int32,SharpDX.DXGI.Format,System.Int32,System.Int32,SharpDX.Direct3D11.InputClassification,System.Int32)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.InputElement" /> struct.
|
|
</summary>
|
|
<param name = "name">The HLSL semantic associated with this element in a shader input-signature.</param>
|
|
<param name = "index">The semantic index for the element. A semantic index modifies a semantic, with an integer index number. A semantic index is only needed in a case where there is more than one element with the same semantic. For example, a 4x4 matrix would have four components each with the semantic name matrix, however each of the four component would have different semantic indices (0, 1, 2, and 3).</param>
|
|
<param name = "format">The data type of the element data.</param>
|
|
<param name = "offset">Offset (in bytes) between each element. Use AppendAligned for convenience to define the current element directly after the previous one, including any packing if necessary.</param>
|
|
<param name = "slot">An integer value that identifies the input-assembler. Valid values are between 0 and 15.</param>
|
|
<param name = "slotClass">Identifies the input data class for a single input slot.</param>
|
|
<param name = "stepRate">The number of instances to draw using the same per-instance data before advancing in the buffer by one element. This value must be 0 for an element that contains per-vertex data.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InputElement.#ctor(System.String,System.Int32,SharpDX.DXGI.Format,System.Int32,System.Int32)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.InputElement" /> struct.
|
|
</summary>
|
|
<param name = "name">The HLSL semantic associated with this element in a shader input-signature.</param>
|
|
<param name = "index">The semantic index for the element. A semantic index modifies a semantic, with an integer index number. A semantic index is only needed in a case where there is more than one element with the same semantic. For example, a 4x4 matrix would have four components each with the semantic name matrix, however each of the four component would have different semantic indices (0, 1, 2, and 3).</param>
|
|
<param name = "format">The data type of the element data.</param>
|
|
<param name = "offset">Offset (in bytes) between each element. Use AppendAligned for convenience to define the current element directly after the previous one, including any packing if necessary.</param>
|
|
<param name = "slot">An integer value that identifies the input-assembler. Valid values are between 0 and 15.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.InputElement.#ctor(System.String,System.Int32,SharpDX.DXGI.Format,System.Int32)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.InputElement" /> struct.
|
|
</summary>
|
|
<param name = "name">The HLSL semantic associated with this element in a shader input-signature.</param>
|
|
<param name = "index">The semantic index for the element. A semantic index modifies a semantic, with an integer index number. A semantic index is only needed in a case where there is more than one element with the same semantic. For example, a 4x4 matrix would have four components each with the semantic name matrix, however each of the four component would have different semantic indices (0, 1, 2, and 3).</param>
|
|
<param name = "format">The data type of the element data.</param>
|
|
<param name = "slot">An integer value that identifies the input-assembler. Valid values are between 0 and 15.</param>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.InputElement.AppendAligned">
|
|
<summary>
|
|
Returns a value that can be used for the offset parameter of an InputElement to indicate that the element
|
|
should be aligned directly after the previous element, including any packing if neccessary.
|
|
</summary>
|
|
<returns>A value used to align input elements.</returns>
|
|
<unmanaged>D3D11_APPEND_ALIGNED_ELEMENT</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.Message">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE']/*"/>
|
|
<unmanaged>D3D11_MESSAGE</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Message.Category">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE::Category']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_CATEGORY Category</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Message.Severity">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE::Severity']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_SEVERITY Severity</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Message.Id">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE::ID']/*"/>
|
|
<unmanaged>D3D11_MESSAGE_ID ID</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Message.Description">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE::pDescription']/*"/>
|
|
<unmanaged>const char* pDescription</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Message.DescriptionByteLength">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_MESSAGE::DescriptionByteLength']/*"/>
|
|
<unmanaged>SIZE_T DescriptionByteLength</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.QueryDataPipelineStatistics">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_DATA_PIPELINE_STATISTICS']/*"/>
|
|
<unmanaged>D3D11_QUERY_DATA_PIPELINE_STATISTICS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.QueryDataPipelineStatistics.IAVerticeCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_DATA_PIPELINE_STATISTICS::IAVertices']/*"/>
|
|
<unmanaged>unsigned longlong IAVertices</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.QueryDataPipelineStatistics.IAPrimitiveCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_DATA_PIPELINE_STATISTICS::IAPrimitives']/*"/>
|
|
<unmanaged>unsigned longlong IAPrimitives</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.QueryDataPipelineStatistics.VSInvocationCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_DATA_PIPELINE_STATISTICS::VSInvocations']/*"/>
|
|
<unmanaged>unsigned longlong VSInvocations</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.QueryDataPipelineStatistics.GSInvocationCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_DATA_PIPELINE_STATISTICS::GSInvocations']/*"/>
|
|
<unmanaged>unsigned longlong GSInvocations</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.QueryDataPipelineStatistics.GSPrimitiveCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_DATA_PIPELINE_STATISTICS::GSPrimitives']/*"/>
|
|
<unmanaged>unsigned longlong GSPrimitives</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.QueryDataPipelineStatistics.CInvocationCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_DATA_PIPELINE_STATISTICS::CInvocations']/*"/>
|
|
<unmanaged>unsigned longlong CInvocations</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.QueryDataPipelineStatistics.CPrimitiveCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_DATA_PIPELINE_STATISTICS::CPrimitives']/*"/>
|
|
<unmanaged>unsigned longlong CPrimitives</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.QueryDataPipelineStatistics.PSInvocationCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_DATA_PIPELINE_STATISTICS::PSInvocations']/*"/>
|
|
<unmanaged>unsigned longlong PSInvocations</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.QueryDataPipelineStatistics.HSInvocationCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_DATA_PIPELINE_STATISTICS::HSInvocations']/*"/>
|
|
<unmanaged>unsigned longlong HSInvocations</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.QueryDataPipelineStatistics.DSInvocationCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_DATA_PIPELINE_STATISTICS::DSInvocations']/*"/>
|
|
<unmanaged>unsigned longlong DSInvocations</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.QueryDataPipelineStatistics.CSInvocationCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_DATA_PIPELINE_STATISTICS::CSInvocations']/*"/>
|
|
<unmanaged>unsigned longlong CSInvocations</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.QueryDataTimestampDisjoint">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_DATA_TIMESTAMP_DISJOINT']/*"/>
|
|
<unmanaged>D3D11_QUERY_DATA_TIMESTAMP_DISJOINT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.QueryDataTimestampDisjoint.Frequency">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_DATA_TIMESTAMP_DISJOINT::Frequency']/*"/>
|
|
<unmanaged>unsigned longlong Frequency</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.QueryDataTimestampDisjoint.Disjoint">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_DATA_TIMESTAMP_DISJOINT::Disjoint']/*"/>
|
|
<unmanaged>BOOL Disjoint</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.QueryDescription">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_DESC']/*"/>
|
|
<unmanaged>D3D11_QUERY_DESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.QueryDescription.Type">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_DESC::Query']/*"/>
|
|
<unmanaged>D3D11_QUERY Query</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.QueryDescription.Flags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_DESC::MiscFlags']/*"/>
|
|
<unmanaged>D3D11_QUERY_MISC_FLAG MiscFlags</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.RasterizerStateDescription">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RASTERIZER_DESC']/*"/>
|
|
<unmanaged>D3D11_RASTERIZER_DESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RasterizerStateDescription.FillMode">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RASTERIZER_DESC::FillMode']/*"/>
|
|
<unmanaged>D3D11_FILL_MODE FillMode</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RasterizerStateDescription.CullMode">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RASTERIZER_DESC::CullMode']/*"/>
|
|
<unmanaged>D3D11_CULL_MODE CullMode</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RasterizerStateDescription.DepthBias">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RASTERIZER_DESC::DepthBias']/*"/>
|
|
<unmanaged>int DepthBias</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RasterizerStateDescription.DepthBiasClamp">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RASTERIZER_DESC::DepthBiasClamp']/*"/>
|
|
<unmanaged>float DepthBiasClamp</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RasterizerStateDescription.SlopeScaledDepthBias">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RASTERIZER_DESC::SlopeScaledDepthBias']/*"/>
|
|
<unmanaged>float SlopeScaledDepthBias</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.RasterizerStateDescription.IsFrontCounterClockwise">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RASTERIZER_DESC::FrontCounterClockwise']/*"/>
|
|
<unmanaged>BOOL FrontCounterClockwise</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.RasterizerStateDescription.IsDepthClipEnabled">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RASTERIZER_DESC::DepthClipEnable']/*"/>
|
|
<unmanaged>BOOL DepthClipEnable</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.RasterizerStateDescription.IsScissorEnabled">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RASTERIZER_DESC::ScissorEnable']/*"/>
|
|
<unmanaged>BOOL ScissorEnable</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.RasterizerStateDescription.IsMultisampleEnabled">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RASTERIZER_DESC::MultisampleEnable']/*"/>
|
|
<unmanaged>BOOL MultisampleEnable</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.RasterizerStateDescription.IsAntialiasedLineEnabled">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RASTERIZER_DESC::AntialiasedLineEnable']/*"/>
|
|
<unmanaged>BOOL AntialiasedLineEnable</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.RenderTargetBlendDescription">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RENDER_TARGET_BLEND_DESC']/*"/>
|
|
<unmanaged>D3D11_RENDER_TARGET_BLEND_DESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetBlendDescription.SourceBlend">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RENDER_TARGET_BLEND_DESC::SrcBlend']/*"/>
|
|
<unmanaged>D3D11_BLEND SrcBlend</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetBlendDescription.DestinationBlend">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RENDER_TARGET_BLEND_DESC::DestBlend']/*"/>
|
|
<unmanaged>D3D11_BLEND DestBlend</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetBlendDescription.BlendOperation">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RENDER_TARGET_BLEND_DESC::BlendOp']/*"/>
|
|
<unmanaged>D3D11_BLEND_OP BlendOp</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetBlendDescription.SourceAlphaBlend">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RENDER_TARGET_BLEND_DESC::SrcBlendAlpha']/*"/>
|
|
<unmanaged>D3D11_BLEND SrcBlendAlpha</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetBlendDescription.DestinationAlphaBlend">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RENDER_TARGET_BLEND_DESC::DestBlendAlpha']/*"/>
|
|
<unmanaged>D3D11_BLEND DestBlendAlpha</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetBlendDescription.AlphaBlendOperation">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RENDER_TARGET_BLEND_DESC::BlendOpAlpha']/*"/>
|
|
<unmanaged>D3D11_BLEND_OP BlendOpAlpha</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetBlendDescription.RenderTargetWriteMask">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RENDER_TARGET_BLEND_DESC::RenderTargetWriteMask']/*"/>
|
|
<unmanaged>D3D11_COLOR_WRITE_ENABLE RenderTargetWriteMask</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.RenderTargetBlendDescription.IsBlendEnabled">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RENDER_TARGET_BLEND_DESC::BlendEnable']/*"/>
|
|
<unmanaged>BOOL BlendEnable</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.RenderTargetViewDescription">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RENDER_TARGET_VIEW_DESC']/*"/>
|
|
<unmanaged>D3D11_RENDER_TARGET_VIEW_DESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDescription.Format">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RENDER_TARGET_VIEW_DESC::Format']/*"/>
|
|
<unmanaged>DXGI_FORMAT Format</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDescription.Dimension">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RENDER_TARGET_VIEW_DESC::ViewDimension']/*"/>
|
|
<unmanaged>D3D11_RTV_DIMENSION ViewDimension</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDescription.Buffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RENDER_TARGET_VIEW_DESC::Buffer']/*"/>
|
|
<unmanaged>D3D11_BUFFER_RTV Buffer</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDescription.Texture1D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RENDER_TARGET_VIEW_DESC::Texture1D']/*"/>
|
|
<unmanaged>D3D11_TEX1D_RTV Texture1D</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDescription.Texture1DArray">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RENDER_TARGET_VIEW_DESC::Texture1DArray']/*"/>
|
|
<unmanaged>D3D11_TEX1D_ARRAY_RTV Texture1DArray</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDescription.Texture2D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RENDER_TARGET_VIEW_DESC::Texture2D']/*"/>
|
|
<unmanaged>D3D11_TEX2D_RTV Texture2D</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDescription.Texture2DArray">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RENDER_TARGET_VIEW_DESC::Texture2DArray']/*"/>
|
|
<unmanaged>D3D11_TEX2D_ARRAY_RTV Texture2DArray</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDescription.Texture2DMS">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RENDER_TARGET_VIEW_DESC::Texture2DMS']/*"/>
|
|
<unmanaged>D3D11_TEX2DMS_RTV Texture2DMS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDescription.Texture2DMSArray">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RENDER_TARGET_VIEW_DESC::Texture2DMSArray']/*"/>
|
|
<unmanaged>D3D11_TEX2DMS_ARRAY_RTV Texture2DMSArray</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDescription.Texture3D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_RENDER_TARGET_VIEW_DESC::Texture3D']/*"/>
|
|
<unmanaged>D3D11_TEX3D_RTV Texture3D</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.RenderTargetViewDescription.Texture2DMultisampledArrayResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2DMS_ARRAY_RTV']/*"/>
|
|
<unmanaged>D3D11_TEX2DMS_ARRAY_RTV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDescription.Texture2DMultisampledArrayResource.FirstArraySlice">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2DMS_ARRAY_RTV::FirstArraySlice']/*"/>
|
|
<unmanaged>unsigned int FirstArraySlice</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDescription.Texture2DMultisampledArrayResource.ArraySize">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2DMS_ARRAY_RTV::ArraySize']/*"/>
|
|
<unmanaged>unsigned int ArraySize</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.RenderTargetViewDescription.Texture1DResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX1D_RTV']/*"/>
|
|
<unmanaged>D3D11_TEX1D_RTV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDescription.Texture1DResource.MipSlice">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX1D_RTV::MipSlice']/*"/>
|
|
<unmanaged>unsigned int MipSlice</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.RenderTargetViewDescription.Texture2DMultisampledResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2DMS_RTV']/*"/>
|
|
<unmanaged>D3D11_TEX2DMS_RTV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDescription.Texture2DMultisampledResource.UnusedFieldNothingToDefine">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2DMS_RTV::UnusedField_NothingToDefine']/*"/>
|
|
<unmanaged>unsigned int UnusedField_NothingToDefine</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.RenderTargetViewDescription.Texture3DResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX3D_RTV']/*"/>
|
|
<unmanaged>D3D11_TEX3D_RTV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDescription.Texture3DResource.MipSlice">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX3D_RTV::MipSlice']/*"/>
|
|
<unmanaged>unsigned int MipSlice</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDescription.Texture3DResource.FirstDepthSlice">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX3D_RTV::FirstWSlice']/*"/>
|
|
<unmanaged>unsigned int FirstWSlice</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDescription.Texture3DResource.DepthSliceCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX3D_RTV::WSize']/*"/>
|
|
<unmanaged>unsigned int WSize</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.RenderTargetViewDescription.Texture2DArrayResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2D_ARRAY_RTV']/*"/>
|
|
<unmanaged>D3D11_TEX2D_ARRAY_RTV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDescription.Texture2DArrayResource.MipSlice">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2D_ARRAY_RTV::MipSlice']/*"/>
|
|
<unmanaged>unsigned int MipSlice</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDescription.Texture2DArrayResource.FirstArraySlice">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2D_ARRAY_RTV::FirstArraySlice']/*"/>
|
|
<unmanaged>unsigned int FirstArraySlice</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDescription.Texture2DArrayResource.ArraySize">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2D_ARRAY_RTV::ArraySize']/*"/>
|
|
<unmanaged>unsigned int ArraySize</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.RenderTargetViewDescription.BufferResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BUFFER_RTV']/*"/>
|
|
<unmanaged>D3D11_BUFFER_RTV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDescription.BufferResource.FirstElement">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BUFFER_RTV::FirstElement']/*"/>
|
|
<unmanaged>unsigned int FirstElement</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDescription.BufferResource.ElementOffset">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BUFFER_RTV::ElementOffset']/*"/>
|
|
<unmanaged>unsigned int ElementOffset</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDescription.BufferResource.ElementCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BUFFER_RTV::NumElements']/*"/>
|
|
<unmanaged>unsigned int NumElements</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDescription.BufferResource.ElementWidth">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BUFFER_RTV::ElementWidth']/*"/>
|
|
<unmanaged>unsigned int ElementWidth</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.RenderTargetViewDescription.Texture2DResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2D_RTV']/*"/>
|
|
<unmanaged>D3D11_TEX2D_RTV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDescription.Texture2DResource.MipSlice">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2D_RTV::MipSlice']/*"/>
|
|
<unmanaged>unsigned int MipSlice</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.RenderTargetViewDescription.Texture1DArrayResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX1D_ARRAY_RTV']/*"/>
|
|
<unmanaged>D3D11_TEX1D_ARRAY_RTV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDescription.Texture1DArrayResource.MipSlice">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX1D_ARRAY_RTV::MipSlice']/*"/>
|
|
<unmanaged>unsigned int MipSlice</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDescription.Texture1DArrayResource.FirstArraySlice">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX1D_ARRAY_RTV::FirstArraySlice']/*"/>
|
|
<unmanaged>unsigned int FirstArraySlice</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.RenderTargetViewDescription.Texture1DArrayResource.ArraySize">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX1D_ARRAY_RTV::ArraySize']/*"/>
|
|
<unmanaged>unsigned int ArraySize</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.ResourceRegion">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BOX']/*"/>
|
|
<unmanaged>D3D11_BOX</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ResourceRegion.Left">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BOX::left']/*"/>
|
|
<unmanaged>unsigned int left</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ResourceRegion.Top">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BOX::top']/*"/>
|
|
<unmanaged>unsigned int top</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ResourceRegion.Front">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BOX::front']/*"/>
|
|
<unmanaged>unsigned int front</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ResourceRegion.Right">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BOX::right']/*"/>
|
|
<unmanaged>unsigned int right</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ResourceRegion.Bottom">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BOX::bottom']/*"/>
|
|
<unmanaged>unsigned int bottom</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ResourceRegion.Back">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BOX::back']/*"/>
|
|
<unmanaged>unsigned int back</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.SamplerStateDescription">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_SAMPLER_DESC']/*"/>
|
|
<unmanaged>D3D11_SAMPLER_DESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.SamplerStateDescription.Filter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_SAMPLER_DESC::Filter']/*"/>
|
|
<unmanaged>D3D11_FILTER Filter</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.SamplerStateDescription.AddressU">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_SAMPLER_DESC::AddressU']/*"/>
|
|
<unmanaged>D3D11_TEXTURE_ADDRESS_MODE AddressU</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.SamplerStateDescription.AddressV">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_SAMPLER_DESC::AddressV']/*"/>
|
|
<unmanaged>D3D11_TEXTURE_ADDRESS_MODE AddressV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.SamplerStateDescription.AddressW">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_SAMPLER_DESC::AddressW']/*"/>
|
|
<unmanaged>D3D11_TEXTURE_ADDRESS_MODE AddressW</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.SamplerStateDescription.MipLodBias">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_SAMPLER_DESC::MipLODBias']/*"/>
|
|
<unmanaged>float MipLODBias</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.SamplerStateDescription.MaximumAnisotropy">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_SAMPLER_DESC::MaxAnisotropy']/*"/>
|
|
<unmanaged>unsigned int MaxAnisotropy</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.SamplerStateDescription.ComparisonFunction">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_SAMPLER_DESC::ComparisonFunc']/*"/>
|
|
<unmanaged>D3D11_COMPARISON_FUNC ComparisonFunc</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.SamplerStateDescription.BorderColor">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_SAMPLER_DESC::BorderColor']/*"/>
|
|
<unmanaged>SHARPDX_COLOR4 BorderColor</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.SamplerStateDescription.MinimumLod">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_SAMPLER_DESC::MinLOD']/*"/>
|
|
<unmanaged>float MinLOD</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.SamplerStateDescription.MaximumLod">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_SAMPLER_DESC::MaxLOD']/*"/>
|
|
<unmanaged>float MaxLOD</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.ShaderResourceViewDescription">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_SHADER_RESOURCE_VIEW_DESC']/*"/>
|
|
<unmanaged>D3D11_SHADER_RESOURCE_VIEW_DESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.Format">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_SHADER_RESOURCE_VIEW_DESC::Format']/*"/>
|
|
<unmanaged>DXGI_FORMAT Format</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.Dimension">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_SHADER_RESOURCE_VIEW_DESC::ViewDimension']/*"/>
|
|
<unmanaged>D3D_SRV_DIMENSION ViewDimension</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.Buffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_SHADER_RESOURCE_VIEW_DESC::Buffer']/*"/>
|
|
<unmanaged>D3D11_BUFFER_SRV Buffer</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.Texture1D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_SHADER_RESOURCE_VIEW_DESC::Texture1D']/*"/>
|
|
<unmanaged>D3D11_TEX1D_SRV Texture1D</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.Texture1DArray">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_SHADER_RESOURCE_VIEW_DESC::Texture1DArray']/*"/>
|
|
<unmanaged>D3D11_TEX1D_ARRAY_SRV Texture1DArray</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.Texture2D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_SHADER_RESOURCE_VIEW_DESC::Texture2D']/*"/>
|
|
<unmanaged>D3D11_TEX2D_SRV Texture2D</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.Texture2DArray">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_SHADER_RESOURCE_VIEW_DESC::Texture2DArray']/*"/>
|
|
<unmanaged>D3D11_TEX2D_ARRAY_SRV Texture2DArray</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.Texture2DMS">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_SHADER_RESOURCE_VIEW_DESC::Texture2DMS']/*"/>
|
|
<unmanaged>D3D11_TEX2DMS_SRV Texture2DMS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.Texture2DMSArray">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_SHADER_RESOURCE_VIEW_DESC::Texture2DMSArray']/*"/>
|
|
<unmanaged>D3D11_TEX2DMS_ARRAY_SRV Texture2DMSArray</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.Texture3D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_SHADER_RESOURCE_VIEW_DESC::Texture3D']/*"/>
|
|
<unmanaged>D3D11_TEX3D_SRV Texture3D</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.TextureCube">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_SHADER_RESOURCE_VIEW_DESC::TextureCube']/*"/>
|
|
<unmanaged>D3D11_TEXCUBE_SRV TextureCube</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.TextureCubeArray">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_SHADER_RESOURCE_VIEW_DESC::TextureCubeArray']/*"/>
|
|
<unmanaged>D3D11_TEXCUBE_ARRAY_SRV TextureCubeArray</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.BufferEx">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_SHADER_RESOURCE_VIEW_DESC::BufferEx']/*"/>
|
|
<unmanaged>D3D11_BUFFEREX_SRV BufferEx</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.ShaderResourceViewDescription.BufferResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BUFFER_SRV']/*"/>
|
|
<unmanaged>D3D11_BUFFER_SRV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.BufferResource.FirstElement">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BUFFER_SRV::FirstElement']/*"/>
|
|
<unmanaged>unsigned int FirstElement</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.BufferResource.ElementOffset">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BUFFER_SRV::ElementOffset']/*"/>
|
|
<unmanaged>unsigned int ElementOffset</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.BufferResource.ElementCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BUFFER_SRV::NumElements']/*"/>
|
|
<unmanaged>unsigned int NumElements</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.BufferResource.ElementWidth">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BUFFER_SRV::ElementWidth']/*"/>
|
|
<unmanaged>unsigned int ElementWidth</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.ShaderResourceViewDescription.Texture2DArrayResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2D_ARRAY_SRV']/*"/>
|
|
<unmanaged>D3D11_TEX2D_ARRAY_SRV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.Texture2DArrayResource.MostDetailedMip">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2D_ARRAY_SRV::MostDetailedMip']/*"/>
|
|
<unmanaged>unsigned int MostDetailedMip</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.Texture2DArrayResource.MipLevels">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2D_ARRAY_SRV::MipLevels']/*"/>
|
|
<unmanaged>unsigned int MipLevels</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.Texture2DArrayResource.FirstArraySlice">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2D_ARRAY_SRV::FirstArraySlice']/*"/>
|
|
<unmanaged>unsigned int FirstArraySlice</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.Texture2DArrayResource.ArraySize">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2D_ARRAY_SRV::ArraySize']/*"/>
|
|
<unmanaged>unsigned int ArraySize</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.ShaderResourceViewDescription.Texture1DResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX1D_SRV']/*"/>
|
|
<unmanaged>D3D11_TEX1D_SRV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.Texture1DResource.MostDetailedMip">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX1D_SRV::MostDetailedMip']/*"/>
|
|
<unmanaged>unsigned int MostDetailedMip</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.Texture1DResource.MipLevels">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX1D_SRV::MipLevels']/*"/>
|
|
<unmanaged>unsigned int MipLevels</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.ShaderResourceViewDescription.Texture1DArrayResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX1D_ARRAY_SRV']/*"/>
|
|
<unmanaged>D3D11_TEX1D_ARRAY_SRV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.Texture1DArrayResource.MostDetailedMip">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX1D_ARRAY_SRV::MostDetailedMip']/*"/>
|
|
<unmanaged>unsigned int MostDetailedMip</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.Texture1DArrayResource.MipLevels">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX1D_ARRAY_SRV::MipLevels']/*"/>
|
|
<unmanaged>unsigned int MipLevels</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.Texture1DArrayResource.FirstArraySlice">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX1D_ARRAY_SRV::FirstArraySlice']/*"/>
|
|
<unmanaged>unsigned int FirstArraySlice</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.Texture1DArrayResource.ArraySize">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX1D_ARRAY_SRV::ArraySize']/*"/>
|
|
<unmanaged>unsigned int ArraySize</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.ShaderResourceViewDescription.Texture2DResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2D_SRV']/*"/>
|
|
<unmanaged>D3D11_TEX2D_SRV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.Texture2DResource.MostDetailedMip">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2D_SRV::MostDetailedMip']/*"/>
|
|
<unmanaged>unsigned int MostDetailedMip</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.Texture2DResource.MipLevels">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2D_SRV::MipLevels']/*"/>
|
|
<unmanaged>unsigned int MipLevels</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.ShaderResourceViewDescription.Texture2DMultisampledResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2DMS_SRV']/*"/>
|
|
<unmanaged>D3D11_TEX2DMS_SRV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.Texture2DMultisampledResource.UnusedFieldNothingToDefine">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2DMS_SRV::UnusedField_NothingToDefine']/*"/>
|
|
<unmanaged>unsigned int UnusedField_NothingToDefine</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.ShaderResourceViewDescription.Texture2DMultisampledArrayResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2DMS_ARRAY_SRV']/*"/>
|
|
<unmanaged>D3D11_TEX2DMS_ARRAY_SRV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.Texture2DMultisampledArrayResource.FirstArraySlice">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2DMS_ARRAY_SRV::FirstArraySlice']/*"/>
|
|
<unmanaged>unsigned int FirstArraySlice</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.Texture2DMultisampledArrayResource.ArraySize">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2DMS_ARRAY_SRV::ArraySize']/*"/>
|
|
<unmanaged>unsigned int ArraySize</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.ShaderResourceViewDescription.Texture3DResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX3D_SRV']/*"/>
|
|
<unmanaged>D3D11_TEX3D_SRV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.Texture3DResource.MostDetailedMip">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX3D_SRV::MostDetailedMip']/*"/>
|
|
<unmanaged>unsigned int MostDetailedMip</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.Texture3DResource.MipLevels">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX3D_SRV::MipLevels']/*"/>
|
|
<unmanaged>unsigned int MipLevels</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.ShaderResourceViewDescription.TextureCubeResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXCUBE_SRV']/*"/>
|
|
<unmanaged>D3D11_TEXCUBE_SRV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.TextureCubeResource.MostDetailedMip">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXCUBE_SRV::MostDetailedMip']/*"/>
|
|
<unmanaged>unsigned int MostDetailedMip</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.TextureCubeResource.MipLevels">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXCUBE_SRV::MipLevels']/*"/>
|
|
<unmanaged>unsigned int MipLevels</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.ShaderResourceViewDescription.TextureCubeArrayResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXCUBE_ARRAY_SRV']/*"/>
|
|
<unmanaged>D3D11_TEXCUBE_ARRAY_SRV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.TextureCubeArrayResource.MostDetailedMip">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXCUBE_ARRAY_SRV::MostDetailedMip']/*"/>
|
|
<unmanaged>unsigned int MostDetailedMip</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.TextureCubeArrayResource.MipLevels">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXCUBE_ARRAY_SRV::MipLevels']/*"/>
|
|
<unmanaged>unsigned int MipLevels</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.TextureCubeArrayResource.First2DArrayFace">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXCUBE_ARRAY_SRV::First2DArrayFace']/*"/>
|
|
<unmanaged>unsigned int First2DArrayFace</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.TextureCubeArrayResource.CubeCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXCUBE_ARRAY_SRV::NumCubes']/*"/>
|
|
<unmanaged>unsigned int NumCubes</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.ShaderResourceViewDescription.ExtendedBufferResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BUFFEREX_SRV']/*"/>
|
|
<unmanaged>D3D11_BUFFEREX_SRV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.ExtendedBufferResource.FirstElement">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BUFFEREX_SRV::FirstElement']/*"/>
|
|
<unmanaged>unsigned int FirstElement</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.ExtendedBufferResource.ElementCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BUFFEREX_SRV::NumElements']/*"/>
|
|
<unmanaged>unsigned int NumElements</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.ShaderResourceViewDescription.ExtendedBufferResource.Flags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BUFFEREX_SRV::Flags']/*"/>
|
|
<unmanaged>D3D11_BUFFEREX_SRV_FLAG Flags</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.StateBlockMask">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK']/*"/>
|
|
<unmanaged>D3DX11_STATE_BLOCK_MASK</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StateBlockMask.Vs">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::VS']/*"/>
|
|
<unmanaged>unsigned char VS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StateBlockMask.Hs">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::HS']/*"/>
|
|
<unmanaged>unsigned char HS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StateBlockMask.Ds">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::DS']/*"/>
|
|
<unmanaged>unsigned char DS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StateBlockMask.Gs">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::GS']/*"/>
|
|
<unmanaged>unsigned char GS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StateBlockMask.Ps">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::PS']/*"/>
|
|
<unmanaged>unsigned char PS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StateBlockMask.PSUnorderedAccessViews">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::PSUnorderedAccessViews']/*"/>
|
|
<unmanaged>unsigned char PSUnorderedAccessViews</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StateBlockMask.Cs">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::CS']/*"/>
|
|
<unmanaged>unsigned char CS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StateBlockMask.CSUnorderedAccessViews">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::CSUnorderedAccessViews']/*"/>
|
|
<unmanaged>unsigned char CSUnorderedAccessViews</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StateBlockMask.IAIndexBuffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::IAIndexBuffer']/*"/>
|
|
<unmanaged>unsigned char IAIndexBuffer</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StateBlockMask.IAInputLayout">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::IAInputLayout']/*"/>
|
|
<unmanaged>unsigned char IAInputLayout</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StateBlockMask.IAPrimitiveTopology">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::IAPrimitiveTopology']/*"/>
|
|
<unmanaged>unsigned char IAPrimitiveTopology</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StateBlockMask.OMRenderTargets">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::OMRenderTargets']/*"/>
|
|
<unmanaged>unsigned char OMRenderTargets</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StateBlockMask.OMDepthStencilState">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::OMDepthStencilState']/*"/>
|
|
<unmanaged>unsigned char OMDepthStencilState</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StateBlockMask.OMBlendState">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::OMBlendState']/*"/>
|
|
<unmanaged>unsigned char OMBlendState</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StateBlockMask.RSViewports">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::RSViewports']/*"/>
|
|
<unmanaged>unsigned char RSViewports</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StateBlockMask.RSScissorRects">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::RSScissorRects']/*"/>
|
|
<unmanaged>unsigned char RSScissorRects</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StateBlockMask.RSRasterizerState">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::RSRasterizerState']/*"/>
|
|
<unmanaged>unsigned char RSRasterizerState</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StateBlockMask.SOBuffers">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::SOBuffers']/*"/>
|
|
<unmanaged>unsigned char SOBuffers</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StateBlockMask.Predication">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::Predication']/*"/>
|
|
<unmanaged>unsigned char Predication</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.StateBlockMask.VSSamplers">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::VSSamplers']/*"/>
|
|
<unmanaged>unsigned char VSSamplers[2]</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.StateBlockMask.VSShaderResources">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::VSShaderResources']/*"/>
|
|
<unmanaged>unsigned char VSShaderResources[16]</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.StateBlockMask.VSConstantBuffers">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::VSConstantBuffers']/*"/>
|
|
<unmanaged>unsigned char VSConstantBuffers[2]</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.StateBlockMask.VSInterfaces">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::VSInterfaces']/*"/>
|
|
<unmanaged>unsigned char VSInterfaces[32]</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.StateBlockMask.HSSamplers">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::HSSamplers']/*"/>
|
|
<unmanaged>unsigned char HSSamplers[2]</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.StateBlockMask.HSShaderResources">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::HSShaderResources']/*"/>
|
|
<unmanaged>unsigned char HSShaderResources[16]</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.StateBlockMask.HSConstantBuffers">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::HSConstantBuffers']/*"/>
|
|
<unmanaged>unsigned char HSConstantBuffers[2]</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.StateBlockMask.HSInterfaces">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::HSInterfaces']/*"/>
|
|
<unmanaged>unsigned char HSInterfaces[32]</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.StateBlockMask.DSSamplers">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::DSSamplers']/*"/>
|
|
<unmanaged>unsigned char DSSamplers[2]</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.StateBlockMask.DSShaderResources">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::DSShaderResources']/*"/>
|
|
<unmanaged>unsigned char DSShaderResources[16]</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.StateBlockMask.DSConstantBuffers">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::DSConstantBuffers']/*"/>
|
|
<unmanaged>unsigned char DSConstantBuffers[2]</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.StateBlockMask.DSInterfaces">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::DSInterfaces']/*"/>
|
|
<unmanaged>unsigned char DSInterfaces[32]</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.StateBlockMask.GSSamplers">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::GSSamplers']/*"/>
|
|
<unmanaged>unsigned char GSSamplers[2]</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.StateBlockMask.GSShaderResources">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::GSShaderResources']/*"/>
|
|
<unmanaged>unsigned char GSShaderResources[16]</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.StateBlockMask.GSConstantBuffers">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::GSConstantBuffers']/*"/>
|
|
<unmanaged>unsigned char GSConstantBuffers[2]</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.StateBlockMask.GSInterfaces">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::GSInterfaces']/*"/>
|
|
<unmanaged>unsigned char GSInterfaces[32]</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.StateBlockMask.PSSamplers">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::PSSamplers']/*"/>
|
|
<unmanaged>unsigned char PSSamplers[2]</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.StateBlockMask.PSShaderResources">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::PSShaderResources']/*"/>
|
|
<unmanaged>unsigned char PSShaderResources[16]</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.StateBlockMask.PSConstantBuffers">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::PSConstantBuffers']/*"/>
|
|
<unmanaged>unsigned char PSConstantBuffers[2]</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.StateBlockMask.PSInterfaces">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::PSInterfaces']/*"/>
|
|
<unmanaged>unsigned char PSInterfaces[32]</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.StateBlockMask.CSSamplers">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::CSSamplers']/*"/>
|
|
<unmanaged>unsigned char CSSamplers[2]</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.StateBlockMask.CSShaderResources">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::CSShaderResources']/*"/>
|
|
<unmanaged>unsigned char CSShaderResources[16]</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.StateBlockMask.CSConstantBuffers">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::CSConstantBuffers']/*"/>
|
|
<unmanaged>unsigned char CSConstantBuffers[2]</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.StateBlockMask.CSInterfaces">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::CSInterfaces']/*"/>
|
|
<unmanaged>unsigned char CSInterfaces[32]</unmanaged>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.StateBlockMask.IAVertexBuffers">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_STATE_BLOCK_MASK::IAVertexBuffers']/*"/>
|
|
<unmanaged>unsigned char IAVertexBuffers[4]</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.StreamOutputElement">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_SO_DECLARATION_ENTRY']/*"/>
|
|
<unmanaged>D3D11_SO_DECLARATION_ENTRY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StreamOutputElement.Stream">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_SO_DECLARATION_ENTRY::Stream']/*"/>
|
|
<unmanaged>unsigned int Stream</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StreamOutputElement.SemanticName">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_SO_DECLARATION_ENTRY::SemanticName']/*"/>
|
|
<unmanaged>const char* SemanticName</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StreamOutputElement.SemanticIndex">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_SO_DECLARATION_ENTRY::SemanticIndex']/*"/>
|
|
<unmanaged>unsigned int SemanticIndex</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StreamOutputElement.StartComponent">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_SO_DECLARATION_ENTRY::StartComponent']/*"/>
|
|
<unmanaged>unsigned char StartComponent</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StreamOutputElement.ComponentCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_SO_DECLARATION_ENTRY::ComponentCount']/*"/>
|
|
<unmanaged>unsigned char ComponentCount</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StreamOutputElement.OutputSlot">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_SO_DECLARATION_ENTRY::OutputSlot']/*"/>
|
|
<unmanaged>unsigned char OutputSlot</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.StreamOutputStatistics">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_DATA_SO_STATISTICS']/*"/>
|
|
<unmanaged>D3D11_QUERY_DATA_SO_STATISTICS</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StreamOutputStatistics.NumPrimitivesWritten">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_DATA_SO_STATISTICS::NumPrimitivesWritten']/*"/>
|
|
<unmanaged>unsigned longlong NumPrimitivesWritten</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.StreamOutputStatistics.PrimitivesStorageNeeded">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_QUERY_DATA_SO_STATISTICS::PrimitivesStorageNeeded']/*"/>
|
|
<unmanaged>unsigned longlong PrimitivesStorageNeeded</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.Texture1DDescription">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE1D_DESC']/*"/>
|
|
<unmanaged>D3D11_TEXTURE1D_DESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Texture1DDescription.Width">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE1D_DESC::Width']/*"/>
|
|
<unmanaged>unsigned int Width</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Texture1DDescription.MipLevels">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE1D_DESC::MipLevels']/*"/>
|
|
<unmanaged>unsigned int MipLevels</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Texture1DDescription.ArraySize">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE1D_DESC::ArraySize']/*"/>
|
|
<unmanaged>unsigned int ArraySize</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Texture1DDescription.Format">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE1D_DESC::Format']/*"/>
|
|
<unmanaged>DXGI_FORMAT Format</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Texture1DDescription.Usage">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE1D_DESC::Usage']/*"/>
|
|
<unmanaged>D3D11_USAGE Usage</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Texture1DDescription.BindFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE1D_DESC::BindFlags']/*"/>
|
|
<unmanaged>D3D11_BIND_FLAG BindFlags</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Texture1DDescription.CpuAccessFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE1D_DESC::CPUAccessFlags']/*"/>
|
|
<unmanaged>D3D11_CPU_ACCESS_FLAG CPUAccessFlags</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Texture1DDescription.OptionFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE1D_DESC::MiscFlags']/*"/>
|
|
<unmanaged>D3D11_RESOURCE_MISC_FLAG MiscFlags</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.Texture2DDescription">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE2D_DESC']/*"/>
|
|
<unmanaged>D3D11_TEXTURE2D_DESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Texture2DDescription.Width">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE2D_DESC::Width']/*"/>
|
|
<unmanaged>unsigned int Width</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Texture2DDescription.Height">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE2D_DESC::Height']/*"/>
|
|
<unmanaged>unsigned int Height</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Texture2DDescription.MipLevels">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE2D_DESC::MipLevels']/*"/>
|
|
<unmanaged>unsigned int MipLevels</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Texture2DDescription.ArraySize">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE2D_DESC::ArraySize']/*"/>
|
|
<unmanaged>unsigned int ArraySize</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Texture2DDescription.Format">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE2D_DESC::Format']/*"/>
|
|
<unmanaged>DXGI_FORMAT Format</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Texture2DDescription.SampleDescription">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE2D_DESC::SampleDesc']/*"/>
|
|
<unmanaged>DXGI_SAMPLE_DESC SampleDesc</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Texture2DDescription.Usage">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE2D_DESC::Usage']/*"/>
|
|
<unmanaged>D3D11_USAGE Usage</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Texture2DDescription.BindFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE2D_DESC::BindFlags']/*"/>
|
|
<unmanaged>D3D11_BIND_FLAG BindFlags</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Texture2DDescription.CpuAccessFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE2D_DESC::CPUAccessFlags']/*"/>
|
|
<unmanaged>D3D11_CPU_ACCESS_FLAG CPUAccessFlags</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Texture2DDescription.OptionFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE2D_DESC::MiscFlags']/*"/>
|
|
<unmanaged>D3D11_RESOURCE_MISC_FLAG MiscFlags</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.Texture3DDescription">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE3D_DESC']/*"/>
|
|
<unmanaged>D3D11_TEXTURE3D_DESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Texture3DDescription.Width">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE3D_DESC::Width']/*"/>
|
|
<unmanaged>unsigned int Width</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Texture3DDescription.Height">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE3D_DESC::Height']/*"/>
|
|
<unmanaged>unsigned int Height</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Texture3DDescription.Depth">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE3D_DESC::Depth']/*"/>
|
|
<unmanaged>unsigned int Depth</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Texture3DDescription.MipLevels">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE3D_DESC::MipLevels']/*"/>
|
|
<unmanaged>unsigned int MipLevels</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Texture3DDescription.Format">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE3D_DESC::Format']/*"/>
|
|
<unmanaged>DXGI_FORMAT Format</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Texture3DDescription.Usage">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE3D_DESC::Usage']/*"/>
|
|
<unmanaged>D3D11_USAGE Usage</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Texture3DDescription.BindFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE3D_DESC::BindFlags']/*"/>
|
|
<unmanaged>D3D11_BIND_FLAG BindFlags</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Texture3DDescription.CpuAccessFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE3D_DESC::CPUAccessFlags']/*"/>
|
|
<unmanaged>D3D11_CPU_ACCESS_FLAG CPUAccessFlags</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Texture3DDescription.OptionFlags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEXTURE3D_DESC::MiscFlags']/*"/>
|
|
<unmanaged>D3D11_RESOURCE_MISC_FLAG MiscFlags</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.TextureLoadInformation">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_TEXTURE_LOAD_INFO']/*"/>
|
|
<unmanaged>D3DX11_TEXTURE_LOAD_INFO</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.TextureLoadInformation.SourceRegionPointer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_TEXTURE_LOAD_INFO::pSrcBox']/*"/>
|
|
<unmanaged>D3D11_BOX* pSrcBox</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.TextureLoadInformation.DestinationRegionPointer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_TEXTURE_LOAD_INFO::pDstBox']/*"/>
|
|
<unmanaged>D3D11_BOX* pDstBox</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.TextureLoadInformation.FirstSourceMip">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_TEXTURE_LOAD_INFO::SrcFirstMip']/*"/>
|
|
<unmanaged>unsigned int SrcFirstMip</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.TextureLoadInformation.FirstDestinationMip">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_TEXTURE_LOAD_INFO::DstFirstMip']/*"/>
|
|
<unmanaged>unsigned int DstFirstMip</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.TextureLoadInformation.MipCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_TEXTURE_LOAD_INFO::NumMips']/*"/>
|
|
<unmanaged>unsigned int NumMips</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.TextureLoadInformation.FirstSourceElement">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_TEXTURE_LOAD_INFO::SrcFirstElement']/*"/>
|
|
<unmanaged>unsigned int SrcFirstElement</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.TextureLoadInformation.FirstDestinationElement">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_TEXTURE_LOAD_INFO::DstFirstElement']/*"/>
|
|
<unmanaged>unsigned int DstFirstElement</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.TextureLoadInformation.ElementCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_TEXTURE_LOAD_INFO::NumElements']/*"/>
|
|
<unmanaged>unsigned int NumElements</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.TextureLoadInformation.Filter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_TEXTURE_LOAD_INFO::Filter']/*"/>
|
|
<unmanaged>D3DX11_FILTER_FLAG Filter</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.TextureLoadInformation.MipFilter">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DX11_TEXTURE_LOAD_INFO::MipFilter']/*"/>
|
|
<unmanaged>D3DX11_FILTER_FLAG MipFilter</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.TextureLoadInformation.SourceRegion">
|
|
<summary>
|
|
Source texture box (see <see cref="T:SharpDX.Direct3D11.ResourceRegion"/>).
|
|
</summary>
|
|
<unmanaged>D3D11_BOX* pSrcBox</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.TextureLoadInformation.DestinationRegion">
|
|
<summary>
|
|
Destination texture box (see <see cref="T:SharpDX.Direct3D11.ResourceRegion"/>).
|
|
</summary>
|
|
<unmanaged>D3D11_BOX* pDstBox</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.UnorderedAccessViewDescription">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_UNORDERED_ACCESS_VIEW_DESC']/*"/>
|
|
<unmanaged>D3D11_UNORDERED_ACCESS_VIEW_DESC</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewDescription.Format">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_UNORDERED_ACCESS_VIEW_DESC::Format']/*"/>
|
|
<unmanaged>DXGI_FORMAT Format</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewDescription.Dimension">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_UNORDERED_ACCESS_VIEW_DESC::ViewDimension']/*"/>
|
|
<unmanaged>D3D11_UAV_DIMENSION ViewDimension</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewDescription.Buffer">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_UNORDERED_ACCESS_VIEW_DESC::Buffer']/*"/>
|
|
<unmanaged>D3D11_BUFFER_UAV Buffer</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewDescription.Texture1D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_UNORDERED_ACCESS_VIEW_DESC::Texture1D']/*"/>
|
|
<unmanaged>D3D11_TEX1D_UAV Texture1D</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewDescription.Texture1DArray">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_UNORDERED_ACCESS_VIEW_DESC::Texture1DArray']/*"/>
|
|
<unmanaged>D3D11_TEX1D_ARRAY_UAV Texture1DArray</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewDescription.Texture2D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_UNORDERED_ACCESS_VIEW_DESC::Texture2D']/*"/>
|
|
<unmanaged>D3D11_TEX2D_UAV Texture2D</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewDescription.Texture2DArray">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_UNORDERED_ACCESS_VIEW_DESC::Texture2DArray']/*"/>
|
|
<unmanaged>D3D11_TEX2D_ARRAY_UAV Texture2DArray</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewDescription.Texture3D">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_UNORDERED_ACCESS_VIEW_DESC::Texture3D']/*"/>
|
|
<unmanaged>D3D11_TEX3D_UAV Texture3D</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.UnorderedAccessViewDescription.BufferResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BUFFER_UAV']/*"/>
|
|
<unmanaged>D3D11_BUFFER_UAV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewDescription.BufferResource.FirstElement">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BUFFER_UAV::FirstElement']/*"/>
|
|
<unmanaged>unsigned int FirstElement</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewDescription.BufferResource.ElementCount">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BUFFER_UAV::NumElements']/*"/>
|
|
<unmanaged>unsigned int NumElements</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewDescription.BufferResource.Flags">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_BUFFER_UAV::Flags']/*"/>
|
|
<unmanaged>D3D11_BUFFER_UAV_FLAG Flags</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.UnorderedAccessViewDescription.Texture1DResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX1D_UAV']/*"/>
|
|
<unmanaged>D3D11_TEX1D_UAV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewDescription.Texture1DResource.MipSlice">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX1D_UAV::MipSlice']/*"/>
|
|
<unmanaged>unsigned int MipSlice</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.UnorderedAccessViewDescription.Texture1DArrayResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX1D_ARRAY_UAV']/*"/>
|
|
<unmanaged>D3D11_TEX1D_ARRAY_UAV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewDescription.Texture1DArrayResource.MipSlice">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX1D_ARRAY_UAV::MipSlice']/*"/>
|
|
<unmanaged>unsigned int MipSlice</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewDescription.Texture1DArrayResource.FirstArraySlice">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX1D_ARRAY_UAV::FirstArraySlice']/*"/>
|
|
<unmanaged>unsigned int FirstArraySlice</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewDescription.Texture1DArrayResource.ArraySize">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX1D_ARRAY_UAV::ArraySize']/*"/>
|
|
<unmanaged>unsigned int ArraySize</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.UnorderedAccessViewDescription.Texture2DResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2D_UAV']/*"/>
|
|
<unmanaged>D3D11_TEX2D_UAV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewDescription.Texture2DResource.MipSlice">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2D_UAV::MipSlice']/*"/>
|
|
<unmanaged>unsigned int MipSlice</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.UnorderedAccessViewDescription.Texture2DArrayResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2D_ARRAY_UAV']/*"/>
|
|
<unmanaged>D3D11_TEX2D_ARRAY_UAV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewDescription.Texture2DArrayResource.MipSlice">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2D_ARRAY_UAV::MipSlice']/*"/>
|
|
<unmanaged>unsigned int MipSlice</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewDescription.Texture2DArrayResource.FirstArraySlice">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2D_ARRAY_UAV::FirstArraySlice']/*"/>
|
|
<unmanaged>unsigned int FirstArraySlice</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewDescription.Texture2DArrayResource.ArraySize">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX2D_ARRAY_UAV::ArraySize']/*"/>
|
|
<unmanaged>unsigned int ArraySize</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.UnorderedAccessViewDescription.Texture3DResource">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX3D_UAV']/*"/>
|
|
<unmanaged>D3D11_TEX3D_UAV</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewDescription.Texture3DResource.MipSlice">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX3D_UAV::MipSlice']/*"/>
|
|
<unmanaged>unsigned int MipSlice</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewDescription.Texture3DResource.FirstWSlice">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX3D_UAV::FirstWSlice']/*"/>
|
|
<unmanaged>unsigned int FirstWSlice</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.UnorderedAccessViewDescription.Texture3DResource.WSize">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_TEX3D_UAV::WSize']/*"/>
|
|
<unmanaged>unsigned int WSize</unmanaged>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.Viewport">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_VIEWPORT']/*"/>
|
|
<unmanaged>D3D11_VIEWPORT</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Viewport.TopLeftX">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_VIEWPORT::TopLeftX']/*"/>
|
|
<unmanaged>float TopLeftX</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Viewport.TopLeftY">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_VIEWPORT::TopLeftY']/*"/>
|
|
<unmanaged>float TopLeftY</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Viewport.Width">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_VIEWPORT::Width']/*"/>
|
|
<unmanaged>float Width</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Viewport.Height">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_VIEWPORT::Height']/*"/>
|
|
<unmanaged>float Height</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Viewport.MinDepth">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_VIEWPORT::MinDepth']/*"/>
|
|
<unmanaged>float MinDepth</unmanaged>
|
|
</member>
|
|
<member name="F:SharpDX.Direct3D11.Viewport.MaxDepth">
|
|
<summary>
|
|
No documentation.
|
|
</summary>
|
|
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3D11_VIEWPORT::MaxDepth']/*"/>
|
|
<unmanaged>float MaxDepth</unmanaged>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Viewport.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.Viewport" /> structure.
|
|
</summary>
|
|
<param name = "x">The X coordinate of the viewport.</param>
|
|
<param name = "y">The Y coordinate of the viewport.</param>
|
|
<param name = "width">The width of the viewport.</param>
|
|
<param name = "height">The height of the viewport.</param>
|
|
<param name = "minZ">The minimum Z distance of the viewport.</param>
|
|
<param name = "maxZ">The maximum Z distance of the viewport.</param>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.Viewport.#ctor(System.Single,System.Single,System.Single,System.Single)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.Viewport" /> structure.
|
|
</summary>
|
|
<param name = "x">The X coordinate of the viewport.</param>
|
|
<param name = "y">The Y coordinate of the viewport.</param>
|
|
<param name = "width">The width of the viewport.</param>
|
|
<param name = "height">The height of the viewport.</param>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.StreamOutputBufferBinding">
|
|
<summary>
|
|
Properties defining the way a buffer is bound to the pipeline as a target for stream output operations.
|
|
</summary>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.StreamOutputBufferBinding.#ctor(SharpDX.Direct3D11.Buffer,System.Int32)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.StreamOutputBufferBinding" /> struct.
|
|
</summary>
|
|
<param name = "buffer">The buffer being bound.</param>
|
|
<param name = "offset">The offset to the first vertex (in bytes).</param>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.StreamOutputBufferBinding.Buffer">
|
|
<summary>
|
|
Gets or sets the buffer being bound.
|
|
</summary>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.StreamOutputBufferBinding.Offset">
|
|
<summary>
|
|
Gets or sets the offset from the start of the buffer of the first vertex to use (in bytes).
|
|
</summary>
|
|
</member>
|
|
<member name="T:SharpDX.Direct3D11.VertexBufferBinding">
|
|
<summary>
|
|
Properties defining the way a buffer (containing vertex data) is bound
|
|
to the pipeline for rendering.
|
|
</summary>
|
|
</member>
|
|
<member name="M:SharpDX.Direct3D11.VertexBufferBinding.#ctor(SharpDX.Direct3D11.Buffer,System.Int32,System.Int32)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref = "T:SharpDX.Direct3D11.VertexBufferBinding" /> struct.
|
|
</summary>
|
|
<param name = "buffer">The buffer being bound.</param>
|
|
<param name = "stride">The stride between vertex element (in bytes).</param>
|
|
<param name = "offset">The offset to the first vertex (in bytes).</param>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.VertexBufferBinding.Buffer">
|
|
<summary>
|
|
Gets or sets the buffer being bound.
|
|
</summary>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.VertexBufferBinding.Stride">
|
|
<summary>
|
|
Gets or sets the stride between vertex elements in the buffer (in bytes).
|
|
</summary>
|
|
</member>
|
|
<member name="P:SharpDX.Direct3D11.VertexBufferBinding.Offset">
|
|
<summary>
|
|
Gets or sets the offset from the start of the buffer of the first vertex to use (in bytes).
|
|
</summary>
|
|
</member>
|
|
</members>
|
|
</doc>
|