> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# D3D12_RENDER_PASS_BEGINNING_ACCESS

> Describes the access to resource(s) that is requested by an application at the transition into a render pass.

Describes the access to resource(s) that is requested by an application at the transition into a render pass.

## Syntax

```cpp theme={null}
typedef struct D3D12_RENDER_PASS_BEGINNING_ACCESS
{
    D3D12_RENDER_PASS_BEGINNING_ACCESS_TYPE Type;
    D3D12_RENDER_PASS_BEGINNING_ACCESS_CLEAR_PARAMETERS Clear;
} D3D12_RENDER_PASS_BEGINNING_ACCESS
```

### Members

*Type*\
Type: D3D12\_RENDER\_PASS\_BEGINNING\_ACCESS\_TYPE

A [D3D12\_RENDER\_PASS\_BEGINNING\_ACCESS\_TYPE](/reference/graphics/d3d12/enums/d3d12_render_pass_beginning_access_type_public). The type of access being requested.

*Clear*\
Type: D3D12\_RENDER\_PASS\_BEGINNING\_ACCESS\_CLEAR\_PARAMETERS

A [D3D12\_RENDER\_PASS\_BEGINNING\_ACCESS\_CLEAR\_PARAMETERS](/reference/graphics/d3d12/structs/d3d12_render_pass_beginning_access_clear_parameters_public). Appropriate when  **Type** is [D3D12\_RENDER\_PASS\_BEGINNING\_ACCESS\_TYPE\_CLEAR](/reference/graphics/d3d12/enums/d3d12_render_pass_beginning_access_type_public). The clear value to which resource(s) should be cleared.

## Requirements

**Header:** d3d12\_xs.h or d3d12\_x.h\
**Library:** d3d12\_xs.lib or d3d12\_x.lib\
**Supported Platforms**: XBOX Series consoles and XBOX One family

## See Also

[Rendering](https://learn.microsoft.com/en-us/windows/win32/direct3d12/rendering)


## Related topics

- [D3D12_RENDER_PASS_BEGINNING_ACCESS_TYPE](/reference/graphics/d3d12/enums/d3d12_render_pass_beginning_access_type_public.md)
- [D3D12_RENDER_PASS_DEPTH_STENCIL_DESC](/reference/graphics/d3d12/structs/d3d12_render_pass_depth_stencil_desc_public.md)
- [D3D12_RENDER_PASS_RENDER_TARGET_DESC](/reference/graphics/d3d12/structs/d3d12_render_pass_render_target_desc_public.md)
- [D3D12_RENDER_PASS_ENDING_ACCESS_TYPE](/reference/graphics/d3d12/enums/d3d12_render_pass_ending_access_type_public.md)
- [D3D12_RENDER_PASS_BEGINNING_ACCESS_CLEAR_PARAMETERS](/reference/graphics/d3d12/structs/d3d12_render_pass_beginning_access_clear_parameters_public.md)
