Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request support for Agility SDK 1.610.2 #22

Open
Demonese opened this issue Apr 26, 2023 · 2 comments · Fixed by #23
Open

Request support for Agility SDK 1.610.2 #22

Demonese opened this issue Apr 26, 2023 · 2 comments · Fixed by #23
Assignees
Labels
enhancement New feature or request

Comments

@Demonese
Copy link

The new version of SDK brings some interesting features.

@walbourn walbourn linked a pull request Apr 26, 2023 that will close this issue
@walbourn
Copy link
Member

walbourn commented Apr 26, 2023

Specific types to add are:

  • D3D_ROOT_SIGNATURE_VERSION_1_2
  • D3D12_OPTIONS16.GPUUploadHeapSupported, D3D12_OPTIONS17, D3D12_OPTIONS18, D3D12_OPTIONS19
typedef struct D3D12_FEATURE_DATA_D3D12_OPTIONS17
    {
    _Out_  BOOL NonNormalizedCoordinateSamplersSupported;
    _Out_  BOOL ManualWriteTrackingResourceSupported;
    } 	D3D12_FEATURE_DATA_D3D12_OPTIONS17;

typedef struct D3D12_FEATURE_DATA_D3D12_OPTIONS18
    {
    _Out_  BOOL RenderPassesValid;
    } 	D3D12_FEATURE_DATA_D3D12_OPTIONS18;

typedef struct D3D12_FEATURE_DATA_D3D12_OPTIONS19
    {
    BOOL MismatchingOutputDimensionsSupported;
    UINT SupportedSampleCountsWithNoOutputs;
    BOOL PointSamplingAddressesNeverRoundUp;
    BOOL RasterizerDesc2Supported;
    BOOL NarrowQuadrilateralLinesSupported;
    BOOL AnisoFilterWithPointMipSupported;
    UINT MaxSamplerDescriptorHeapSize;
    UINT MaxSamplerDescriptorHeapSizeWithStaticSamplers;
    UINT MaxViewDescriptorHeapSize;
    _Out_  BOOL ComputeOnlyCustomHeapSupported;
    } 	D3D12_FEATURE_DATA_D3D12_OPTIONS19;

@walbourn walbourn added the enhancement New feature or request label Apr 26, 2023
@walbourn walbourn self-assigned this Apr 26, 2023
@walbourn
Copy link
Member

Added to add OPTION18, 19 stuff still.

@walbourn walbourn reopened this Apr 26, 2023
@walbourn walbourn pinned this issue Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants