ID3D12ShaderReflection 인터페이스(d3d12shader.h)
셰이더 리플렉션 인터페이스는 셰이더 정보에 액세스합니다.
상속
ID3D12ShaderReflection 인터페이스는 IUnknown 인터페이스에서 상속됩니다. ID3D12ShaderReflection 에는 다음과 같은 유형의 멤버도 있습니다.
메서드
ID3D12ShaderReflection 인터페이스에는 이러한 메서드가 있습니다.
ID3D12ShaderReflection::GetBitwiseInstructionCount 비트 명령 수를 가져옵니다. (ID3D12ShaderReflection.GetBitwiseInstructionCount) |
ID3D12ShaderReflection::GetConstantBufferByIndex 인덱스별로 상수 버퍼를 가져옵니다. |
ID3D12ShaderReflection::GetConstantBufferByName 이름으로 상수 버퍼를 가져옵니다. |
ID3D12ShaderReflection::GetConversionInstructionCount 변환 명령 수를 가져옵니다. (ID3D12ShaderReflection.GetConversionInstructionCount) |
ID3D12ShaderReflection::GetDesc 셰이더 설명을 가져옵니다. |
ID3D12ShaderReflection::GetGSInputPrimitive geometry-shader input-primitive 설명을 가져옵니다. (ID3D12ShaderReflection.GetGSInputPrimitive) |
ID3D12ShaderReflection::GetInputParameterDesc 셰이더에 대한 입력 매개 변수 설명을 가져옵니다. |
ID3D12ShaderReflection::GetMinFeatureLevel 최소 기능 수준을 가져옵니다. (ID3D12ShaderReflection.GetMinFeatureLevel) |
ID3D12ShaderReflection::GetMovcInstructionCount Movc 명령 수를 가져옵니다. (ID3D12ShaderReflection.GetMovcInstructionCount) |
ID3D12ShaderReflection::GetMovInstructionCount Mov 명령 수를 가져옵니다. (ID3D12ShaderReflection.GetMovInstructionCount) |
ID3D12ShaderReflection::GetNumInterfaceSlots 셰이더의 인터페이스 슬롯 수를 가져옵니다. (ID3D12ShaderReflection.GetNumInterfaceSlots) |
ID3D12ShaderReflection::GetOutputParameterDesc 셰이더에 대한 출력 매개 변수 설명을 가져옵니다. |
ID3D12ShaderReflection::GetPatchConstantParameterDesc 셰이더에 대한 패치 상수 매개 변수 설명을 가져옵니다. |
ID3D12ShaderReflection::GetRequiresFlags 셰이더의 요구 사항을 나타내는 플래그 그룹을 가져옵니다. (ID3D12ShaderReflection.GetRequiresFlags) |
ID3D12ShaderReflection::GetResourceBindingDesc 리소스가 셰이더에 바인딩되는 방법에 대한 설명을 가져옵니다. (ID3D12ShaderReflection.GetResourceBindingDesc) |
ID3D12ShaderReflection::GetResourceBindingDescByName 리소스가 셰이더에 바인딩되는 방법에 대한 설명을 가져옵니다. (ID3D12ShaderReflection.GetResourceBindingDescByName) |
ID3D12ShaderReflection::GetThreadGroupSize 셰이더 스레드 그룹 그리드의 X, Y 및 Z 차원의 크기(스레드 단위)를 검색합니다. (ID3D12ShaderReflection.GetThreadGroupSize) |
ID3D12ShaderReflection::GetVariableByName 이름으로 변수를 가져옵니다. (ID3D12ShaderReflection.GetVariableByName) |
ID3D12ShaderReflection::IsSampleFrequencyShader 셰이더가 샘플 주파수 셰이더인지 여부를 나타냅니다. (ID3D12ShaderReflection.IsSampleFrequencyShader) |
설명
D3DReflect를 사용하여 셰이더에 대해 ID3D12ShaderReflection 인터페이스를 검색할 수 있습니다.
참고
의 d3dcompiler.dll
이 함수는 셰이더 모델 2 - 5.1을 지원합니다. 셰이더 모델 6 셰이더 리플렉션은 및 dxc.exe 및 dxcompiler.dll사용을 참조 dxcompiler.dll
하세요.
요구 사항
요구 사항 | 값 |
---|---|
대상 플랫폼 | Windows |
헤더 | d3d12shader.h |