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.614.1 #22

Closed
Demonese opened this issue Apr 26, 2023 · 2 comments · Fixed by #23 or #42
Closed

Request support for Agility SDK 1.614.1 #22

Demonese opened this issue Apr 26, 2023 · 2 comments · Fixed by #23 or #42
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_SHADER_MODEL_6_9
  • D3D_ROOT_SIGNATURE_VERSION_1_2
  • D3D12_OPTIONS16.GPUUploadHeapSupported, D3D12_OPTIONS17, D3D12_OPTIONS18, D3D12_OPTIONS19, D3D12_OPTIONS20, D3D12_OPTIONS21
  • D3D12_FEATURE_PREDICATION, D3D12_FEATURE_PLACED_RESOURCE_SUPPORT_INFO, D3D12_FEATURE_HARDWARE_COPY
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;

typedef struct D3D12_FEATURE_DATA_D3D12_OPTIONS20
    {
    _Out_  BOOL ComputeOnlyWriteWatchSupported;
    D3D12_RECREATE_AT_TIER RecreateAtTier;
    } 	D3D12_FEATURE_DATA_D3D12_OPTIONS20;

typedef struct D3D12_FEATURE_DATA_D3D12_OPTIONS21
    {
    _Out_  D3D12_WORK_GRAPHS_TIER WorkGraphsTier;
    _Out_  D3D12_EXECUTE_INDIRECT_TIER ExecuteIndirectTier;
    _Out_  BOOL SampleCmpGradientAndBiasSupported;
    _Out_  BOOL ExtendedCommandInfoSupported;
    } 	D3D12_FEATURE_DATA_D3D12_OPTIONS21;

@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
@walbourn walbourn changed the title Request support for Agility SDK 1.610.2 Request support for Agility SDK 1.614.1 Aug 22, 2024
@walbourn walbourn removed their assignment Oct 9, 2024
@walbourn walbourn linked a pull request Oct 10, 2024 that will close this issue
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
2 participants