Merge branch 'typo-fix' of git://github.com/VNNCC/FlaxEngine into VNNCC-typo-fix
This commit is contained in:
@@ -118,7 +118,7 @@ float GPUTimerQueryDX11::GetResult()
|
||||
if (!SingleShotLog)
|
||||
{
|
||||
SingleShotLog = true;
|
||||
LOG(Warning, "Unrealiable GPU timer query detected.");
|
||||
LOG(Warning, "Unreliable GPU timer query detected.");
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
@@ -391,7 +391,7 @@ bool GPUDeviceDX12::Init()
|
||||
{
|
||||
// Descriptor tables
|
||||
D3D12_DESCRIPTOR_RANGE r[2];
|
||||
// TODO: separate ranges for pixel/vertex visiblity and one shared for all?
|
||||
// TODO: separate ranges for pixel/vertex visibility and one shared for all?
|
||||
{
|
||||
D3D12_DESCRIPTOR_RANGE& range = r[0];
|
||||
range.RangeType = D3D12_DESCRIPTOR_RANGE_TYPE_SRV;
|
||||
|
||||
@@ -232,10 +232,10 @@ public:
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Converts Flax comparision function to the Vulkan comparision operation.
|
||||
/// Converts Flax comparison function to the Vulkan comparison operation.
|
||||
/// </summary>
|
||||
/// <param name="value">The Flax comparision function.</param>
|
||||
/// <returns>The Vulkan comparision operation.</returns>
|
||||
/// <param name="value">The Flax comparison function.</param>
|
||||
/// <returns>The Vulkan comparison operation.</returns>
|
||||
static FORCE_INLINE VkCompareOp ToVulkanCompareOp(const ComparisonFunc value)
|
||||
{
|
||||
return ComparisonFuncToVkCompareOp[(int32)value];
|
||||
|
||||
Reference in New Issue
Block a user