mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-17 08:34:08 +00:00
Fix typo
This commit is contained in:
3
vendor/directx/d3d12/d3d12_constants.odin
vendored
3
vendor/directx/d3d12/d3d12_constants.odin
vendored
@@ -292,7 +292,8 @@ MAX_DEPTH :: 1.0
|
||||
MAX_LIVE_STATIC_SAMPLERS :: 2032
|
||||
MAX_MAXANISOTROPY :: 16
|
||||
MAX_MULTISAMPLE_SAMPLE_COUNT :: 32
|
||||
MAX_POSITION_VALUE :: 3.402823466e+34D3D12_MAX_ROOT_COST :: 64
|
||||
MAX_POSITION_VALUE :: 3.402823466e+34
|
||||
MAX_ROOT_COST :: 64
|
||||
MAX_SHADER_VISIBLE_DESCRIPTOR_HEAP_SIZE_TIER_1 :: 1000000
|
||||
MAX_SHADER_VISIBLE_DESCRIPTOR_HEAP_SIZE_TIER_2 :: 1000000
|
||||
MAX_SHADER_VISIBLE_SAMPLER_HEAP_SIZE :: 2048
|
||||
|
||||
Reference in New Issue
Block a user