Struct winapi::d3d10shader::D3D10_SIGNATURE_PARAMETER_DESC
[−]
[src]
pub struct D3D10_SIGNATURE_PARAMETER_DESC {
pub SemanticName: LPCSTR,
pub SemanticIndex: UINT,
pub Register: UINT,
pub SystemValueType: D3D_NAME,
pub ComponentType: D3D_REGISTER_COMPONENT_TYPE,
pub Mask: BYTE,
pub ReadWriteMask: BYTE,
}Fields
SemanticName | |
SemanticIndex | |
Register | |
SystemValueType | |
ComponentType | |
Mask | |
ReadWriteMask |
Trait Implementations
impl Copy for D3D10_SIGNATURE_PARAMETER_DESC[src]
impl Clone for D3D10_SIGNATURE_PARAMETER_DESC[src]
fn clone(&self) -> D3D10_SIGNATURE_PARAMETER_DESC
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more